-
-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update all non-major dependencies #18345
Conversation
Run & review this pull request in StackBlitz Codeflow. |
a65c7f5
to
08dfb06
Compare
08dfb06
to
4133ad2
Compare
/ecosystem-ci run |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
📝 Ran ecosystem CI on
✅ astro, histoire, ladle, laravel, marko, nuxt, previewjs, quasar, qwik, rakkas, redwoodjs, storybook, sveltekit, unocss, vite-environment-examples, vite-plugin-pwa, vite-plugin-react, vite-plugin-react-swc, vite-plugin-svelte, vite-plugin-vue, vite-setup-catalogue, vitepress, vuepress |
The sourcemap change is caused by Rich-Harris/magic-string#284. I downgraded the playwright version due to microsoft/playwright#33107. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same PR seems to affect the coverage tests in vitest. Would you mind taking a look?
The change in magic-string
seems to affect some of our edge case tests of coverage. These snapshot changes look fine to me and I don't think end-users will see such changes.
I've opened vitest-dev/vitest#6711 to update magic-string
on Vitest's side and update the snapshots.
Thanks for taking a look! |
This PR contains the following updates:
^7.25.7
->^7.25.8
^7.25.7
->^7.25.8
^7.25.7
->^7.25.8
^1.21.1
->^1.22.0
^20.16.10
->^20.16.11
^18.3.0
->^18.3.1
^3.5.11
->^3.5.12
^17.10.3
->^17.11.1
^4.21.0
->^4.21.1
^15.10.0
->^15.11.0
^3.2.0
->^3.2.1
^0.30.11
->^0.30.12
^3.20240925.0
->^3.20241004.0
^7.1.2
->^7.2.0
^1.47.2
->^1.48.0
9.12.0
->9.12.1
^10.24.2
->^10.24.3
^1.79.4
->^1.79.5
^1.79.4
->^1.79.5
^1.9.1
->^1.9.2
^4.0.4
->^4.0.5
^8.8.0
->^8.9.0
^5.4.8
->^5.4.9
1.3.4
->1.4.1
^1.2.4
->^1.3.0
^2.1.2
->^2.1.3
^3.5.11
->^3.5.12
Release Notes
babel/babel (@babel/core)
v7.25.8
Compare Source
🐛 Bug Fix
babel-core
resolvePlugin
/resolvePreset
(@nicolo-ribaudo)🏠 Internal
babel-parser
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-import-defer
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-static-block
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-json-strings
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-preset-env
babel/babel (@babel/parser)
v7.25.8
Compare Source
v7.25.8 (2024-10-10)
🐛 Bug Fix
babel-core
resolvePlugin
/resolvePreset
(@nicolo-ribaudo)🏠 Internal
babel-parser
,babel-plugin-proposal-async-do-expressions
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-do-expressions
,babel-plugin-proposal-explicit-resource-management
,babel-plugin-proposal-export-default-from
,babel-plugin-proposal-function-bind
,babel-plugin-proposal-function-sent
,babel-plugin-proposal-import-defer
,babel-plugin-proposal-partial-application
,babel-plugin-proposal-throw-expressions
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-class-static-block
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-export-namespace-from
,babel-plugin-transform-json-strings
,babel-plugin-transform-logical-assignment-operators
,babel-plugin-transform-nullish-coalescing-operator
,babel-plugin-transform-numeric-separator
,babel-plugin-transform-object-rest-spread
,babel-plugin-transform-optional-catch-binding
,babel-plugin-transform-optional-chaining
,babel-plugin-transform-private-property-in-object
,babel-preset-env
Committers: 3
shikijs/shiki (@shikijs/vitepress-twoslash)
v1.22.0
Compare Source
🚀 Features
View changes on GitHub
vuejs/core (@vue/shared)
v3.5.12
Compare Source
Bug Fixes
ifNode
(#12131) (cde2c06), closes vuejs/language-tools#4911undefined
(#12055) (7ad289e), closes #12054this.$props
type does not includestring
(#12123) (704173e), closes #12122Performance Improvements
eslint-community/eslint-plugin-n (eslint-plugin-n)
v17.11.1
Compare Source
🩹 Fixes
process.nextTick
(#350) (dd889ab)v17.11.0
Compare Source
🌟 Features
ignoreTypeImport
options (#344) (e022aba)🩹 Fixes
imports
(#346) (148e47e)📚 Documentation
expressjs/express (express)
v4.21.1
Compare Source
What's Changed
Full Changelog: expressjs/express@4.21.0...4.21.1
sindresorhus/globals (globals)
v15.11.0
Compare Source
lit/lit (lit)
v3.2.1
Compare Source
Patch Changes
99703a03
- Revert the Terser plugin for Rollup torollup-plugin-terser
from@rollup/plugin-terser
due to a bug that prevented our minified name prefixing from working.
rich-harris/magic-string (magic-string)
v0.30.12
Compare Source
Performance Improvements
cloudflare/workers-sdk (miniflare)
v3.20241004.0
Compare Source
Patch Changes
#6949
c863183
Thanks @dependabot! - chore: update dependencies of "miniflare" packageThe following dependency versions have been updated:
v3.20240925.1
Compare Source
Patch Changes
#6835
5c50949
Thanks @emily-shen! - fix: rename asset plugin options slightly to match wrangler.toml betterRenamed
path
->directory
,bindingName
->binding
.inikulin/parse5 (parse5)
v7.2.0
Compare Source
microsoft/playwright (playwright-chromium)
v1.48.0
Compare Source
pnpm/pnpm (pnpm)
v9.12.1
: pnpm 9.12.1Compare Source
Patch Changes
pnpm update --latest
should not update the automatically installed peer dependencies #6657.pnpm publish
should be able to publish from a local tarball #7950.EBUSY
errors caused by creating symlinks in paralleldlx
processes #8604.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
preactjs/preact (preact)
v10.24.3
Compare Source
Fixes
Performance
Maintenance
sass/dart-sass (sass)
v1.79.5
Compare Source
Changes to how
selector.unify()
and@extend
combine selectors:The relative order of pseudo-classes (like
:hover
) and pseudo-elements(like
::before
) within each original selector is now preserved whenthey're combined.
Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the
newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to
srgb-linear
anddisplay-p3
.Potentially breaking bug fix:
math.unit()
now wraps multiple denominatorunits in parentheses. For example,
px/(em*em)
instead ofpx/em*em
.Command-Line Interface
@parcel/watcher
to watch the filesystem when running from JavaScript andnot using
--poll
. This should mitigate more frequent failures users havebeen seeing since version 4.0.0 of Chokidar, our previous watching tool, was
released.
JS API
SassColor.interpolate()
to allow an undefinedoptions
parameter, asthe types indicate.
Embedded Sass
sass/embedded-host-node (sass-embedded)
v1.79.5
Compare Source
Changes to how
selector.unify()
and@extend
combine selectors:The relative order of pseudo-classes (like
:hover
) and pseudo-elements(like
::before
) within each original selector is now preserved whenthey're combined.
Pseudo selectors are now consistently placed at the end of the combined
selector, regardless of which selector they came from. Previously, this
reordering only applied to pseudo-selectors in the second selector.
Tweak the color transformation matrices for OKLab and OKLCH to match the
newer, more accurate values in the CSS spec.
Fix a slight inaccuracy case when converting to
srgb-linear
anddisplay-p3
.Potentially breaking bug fix:
math.unit()
now wraps multiple denominatorunits in parentheses. For example,
px/(em*em)
instead ofpx/em*em
.Command-Line Interface
@parcel/watcher
to watch the filesystem when running from JavaScript andnot using
--poll
. This should mitigate more frequent failures users havebeen seeing since version 4.0.0 of Chokidar, our previous watching tool, was
released.
JS API
SassColor.interpolate()
to allow an undefinedoptions
parameter, asthe types indicate.
Embedded Sass
solidjs/solid (solid-js)
v1.9.2
sveltejs/language-tools (svelte-check)
v4.0.5
Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.9.0
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.8.1
Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitejs/vite (vite)
v5.4.9
Compare Source
Please refer to CHANGELOG.md for details.
vuejs/vitepress (vitepress)
v1.4.1
Compare Source
Bug Fixes
usePreferredDark
withappearance: "force-auto"
(#4263) (3e8fc40)Features
v1.4.0
Compare Source
Bug Fixes
vueRE
conflicting withlineNoRE
(#4247) (2ac64b8)VPFlyout
(#4225) (68150a6), closes #4224Features
data-title
attribute for code group label tag (#4152) (bc7271d)onAfterPageLoad
hook in router (#4126) (315c220)Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.