fix(deps): update all non-major dependencies #11565
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.8.2
->^0.9.0
^2.9.2
->^2.10.0
^3.6.0
->^3.6.1
^7.24.9
->^7.25.2
^7.24.10
->^7.25.0
^7.24.8
->^7.25.3
^7.24.7
->^7.25.2
^7.24.8
->^7.25.3
^7.24.9
->^7.25.2
^0.7.0
->^0.8.0
1.45.2
->1.45.3
^1.45.2
->^1.45.3
^14.1.1
->^14.1.2
^7.2.4
->^7.2.5
^5.0.5
->^5.1.1
^3.4.33
->^3.4.35
^4.3.5
->^4.3.6
^9.7.0
->^9.8.0
^4.4.0
->^4.4.1
^0.30.10
->^0.30.11
^4.9.3
->^4.11.0
^1.15.0
->^1.15.1
^8.4.39
->^8.4.40
^10.22.1
->^10.23.1
^6.5.5
->^6.5.7
^4.19.0
->^4.19.1
^1.11.0
->^1.12.0
^1.8.18
->^1.8.19
^0.7.13
->^0.7.15
^3.4.6
->^3.4.7
^7.4.0
->^7.4.3
^5.5.3
->^5.5.4
~5.5.3
->~5.5.4
^7.16.1
->^7.18.0
^6.19.2
->^6.19.5
^5.3.4
->^5.3.5
^7.3.6
->^7.3.7
^2.0.3
->^2.0.5
^3.4.33
->^3.4.35
^3.23.1
->^3.23.2
Release Notes
withastro/language-tools (@astrojs/check)
v0.9.0
Minor Changes
b65d6b4
: Adds support for SCSS and LESS intellisense inside style tagsPatch Changes
3a60f00
]b65d6b4
]v0.8.3
Compare Source
Patch Changes
0a46801
: Fixes a regression where errors could wrongly show (or not show) inside scripts and style tags0a46801
]72f61e1
]withastro/compiler (@astrojs/compiler)
v2.10.0
Compare Source
Minor Changes
1d684b1
: Adds detected language to extracted style tags in TSXPatch Changes
7fa6577
: Transform top level returns into throws in the TSX outputwithastro/astro (@astrojs/react)
v3.6.1
Compare Source
Patch Changes
#11571
1c3265a
Thanks @bholmesdev! - BREAKING CHANGE to the experimental Actions API only. Install the latest@astrojs/react
integration as well if you're using React 19 features.Make
.safe()
the default return value for actions. This means{ data, error }
will be returned when calling an action directly. If you prefer to get the data while allowing errors to throw, chain the.orThrow()
modifier.babel/babel (@babel/core)
v7.25.2
Compare Source
🐛 Bug Fix
babel-core
,babel-traverse
requeueComputedKeyAndDecorators
is available (@nicolo-ribaudo)babel/babel (@babel/parser)
v7.25.3
Compare Source
v7.25.0
Compare Source
v7.25.0 (2024-07-26)
Thanks @davidtaylorhq and @slatereax for your first PR!
You can find the release blog post with some highlights at https://babeljs.io/blog/2024/07/26/7.25.0.
👓 Spec Compliance
babel-helpers
,babel-plugin-proposal-explicit-resource-management
,babel-runtime-corejs3
await using
normative updates (@JLHwung)babel-plugin-transform-typescript
🚀 New Feature
babel-helper-create-class-features-plugin
,babel-helper-function-name
,babel-helper-plugin-utils
,babel-helper-wrap-function
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression
,babel-plugin-transform-classes
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
,babel-types
ensureFunctionName
toNodePath.prototype
(@nicolo-ribaudo)babel-helper-hoist-variables
,babel-helper-plugin-utils
,babel-plugin-proposal-async-do-expressions
,babel-plugin-transform-modules-systemjs
,babel-traverse
hoistVariables
toScope.prototype
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-split-export-declaration
,babel-plugin-transform-classes
,babel-traverse
,babel-types
splitExportDeclaration
toNodePath.prototype
(@nicolo-ribaudo)babel-helper-create-class-features-plugin
,babel-helper-environment-visitor
,babel-helper-module-transforms
,babel-helper-plugin-utils
,babel-helper-remap-async-to-generator
,babel-helper-replace-supers
,babel-plugin-bugfix-firefox-class-in-computed-class-key
,babel-plugin-bugfix-v8-static-class-fields-redefine-readonly
,babel-plugin-transform-async-generator-functions
,babel-plugin-transform-classes
,babel-traverse
environment-visitor
helper into@babel/traverse
(@nicolo-ribaudo)babel-core
,babel-parser
.extra.async
(@nicolo-ribaudo)babel-compat-data
,babel-plugin-bugfix-safari-class-field-initializer-scope
,babel-preset-env
bugfix-safari-class-field-initializer-scope
(@davidtaylorhq)babel-plugin-transform-block-scoping
,babel-traverse
,babel-types
NodePath#getAssignmentIdentifiers
(@JLHwung)babel-helper-import-to-platform-api
,babel-plugin-proposal-json-modules
uncheckedRequire
option for JSON imports to CJS (@nicolo-ribaudo)babel-helper-transform-fixture-test-runner
,babel-node
babel-node --eval
(@slatereax)babel-compat-data
,babel-helper-create-regexp-features-plugin
,babel-plugin-proposal-duplicate-named-capturing-groups-regex
,babel-plugin-transform-duplicate-named-capturing-groups-regex
,babel-preset-env
,babel-standalone
duplicate-named-capturing-groups-regex
topreset-env
(@JLHwung)🐛 Bug Fix
babel-generator
babel-template
,babel-types
🏠 Internal
babel-generator
(
before ambiguous tokens (@nicolo-ribaudo)babel-helper-function-name
,babel-plugin-transform-arrow-functions
,babel-plugin-transform-function-name
,babel-preset-env
,babel-traverse
helper-function-name
logic (@nicolo-ribaudo)🏃♀️ Performance
babel-parser
,babel-plugin-proposal-pipeline-operator
🔬 Output optimization
babel-plugin-transform-classes
assertThisInitialized
(@liuxingbaoyu)babel-helper-create-class-features-plugin
,babel-helper-replace-supers
,babel-helpers
,babel-plugin-proposal-decorators
,babel-plugin-transform-class-properties
,babel-plugin-transform-classes
,babel-plugin-transform-exponentiation-operator
,babel-plugin-transform-object-super
,babel-plugin-transform-private-methods
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
super.x
output (@liuxingbaoyu)babel-plugin-transform-class-properties
,babel-plugin-transform-classes
Committers: 6
libsql/libsql-client-ts (@libsql/client)
v0.8.0
Compare Source
microsoft/playwright (@playwright/test)
v1.45.3
Compare Source
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.1.1
v5.1.0
features
option (#419) (3e839e2), closes #419vuejs/core (@vue/compiler-sfc)
v3.4.35
Compare Source
Bug Fixes
Performance Improvements
v3.4.34
Compare Source
Bug Fixes
debug-js/debug (debug)
v4.3.6
Compare Source
What's Changed
New Contributors
Full Changelog: debug-js/debug@4.3.5...4.3.6
eslint/eslint (eslint)
v9.8.0
Compare Source
NaturalIntelligence/fast-xml-parser (fast-xml-parser)
v4.4.1
Compare Source
rich-harris/magic-string (magic-string)
v0.30.11
Compare Source
Bug Fixes
streamich/memfs (memfs)
v4.11.0
Compare Source
Features
v4.10.0
Compare Source
Features
4.9.4 (2024-07-23)
Bug Fixes
toJSON
withasBuffer
(#1041) (c3d4cf3)4.9.3 (2024-06-14)
Bug Fixes
sonic-forest
withtree-dump
(#1038) (f989dcd)4.9.2 (2024-04-30)
Bug Fixes
4.9.1 (2024-04-27)
Bug Fixes
v4.9.4
Compare Source
Bug Fixes
toJSON
withasBuffer
(#1041) (c3d4cf3)eugef/node-mocks-http (node-mocks-http)
v1.15.1
Compare Source
postcss/postcss (postcss)
v8.4.40
Compare Source
preactjs/preact (preact)
v10.23.1
Compare Source
Fixes
v10.23.0
Compare Source
Features
This adds support for returning a function in functional refs, example
Fixes
Types
Maintenance
preactjs/preact-render-to-string (preact-render-to-string)
v6.5.7
Compare Source
Patch Changes
481b4f3
Thanks @rschristian! - SupportdangerouslySetInnerHTML={undefined}
withrenderToStringAsync
v6.5.6
Compare Source
Patch Changes
054dae0
Thanks @ccouzens! - Fix issue where preactRenderToString returns a promise of a promiserollup/rollup (rollup)
v4.19.1
Compare Source
2024-07-27
Bug Fixes
Pull Requests
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.