fix(deps): update all non-major dependencies #14510
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:
^7.22.20
->^7.23.0
^7.22.16
->^7.23.0
^7.22.15
->^7.23.1
^7.22.19
->^7.23.0
^7.37.0
->^7.38.0
^11.1.3
->^11.1.4
^4.0.2
->^4.0.3
^1.2.2
->^1.2.3
^18.17.19
->^18.18.3
^18.2.22
->^18.2.24
^18.2.7
->^18.2.8
^0.48.39
->^0.48.40
^8.5.5
->^8.5.6
^6.7.2
->^6.7.4
^6.7.2
->^6.7.4
^4.3.4
->^4.4.0
^1.5.0
->^1.5.1
^4.21.11
->^4.22.1
^3.32.2
->^3.33.0
^0.30.3
->^0.30.4
^0.30.3
->^0.30.4
^3.20230918.0
->^3.20231002.0
8.7.6
->8.8.0
^8.4.30
->^8.4.31
^10.17.1
->^10.18.1
^5.0.1
->^5.0.5
^5.20.0
->^5.21.0
v39.2.0
->v39.2.1
^3.0.0-next.8
->^3.0.0-next.9
^1.3.0
->^1.3.1
^4.4.9
->^4.4.10
^0.34.5
->^0.34.6
^1.8.13
->^1.8.15
Release Notes
babel/babel (@babel/core)
v7.23.0
Compare Source
🚀 New Feature
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
import source
for wasm (@nicolo-ribaudo)babel-helper-module-transforms
,babel-helpers
,babel-plugin-proposal-import-defer
,babel-plugin-syntax-import-defer
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
import defer
proposal transform support (@nicolo-ribaudo)babel-generator
,babel-parser
,babel-types
import defer
parsing support (@nicolo-ribaudo)babel-generator
,babel-helper-module-transforms
,babel-parser
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-traverse
,babel-types
createImportExpressions
parser option (@JLHwung)babel-standalone
babel-helper-function-name
,babel-helper-member-expression-to-functions
,babel-helpers
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-syntax-optional-chaining-assign
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
babel-helpers
,babel-plugin-proposal-decorators
babel-traverse
,babel-types
t.buildUndefinedNode
(@liuxingbaoyu)babel-preset-typescript
rewriteImportExtensions
option to TS preset (@nicolo-ribaudo)babel-parser
🐛 Bug Fix
babel-plugin-transform-block-scoping
transform-block-scoping
captures the variables of the method in the loop (@liuxingbaoyu)💅 Polish
babel-traverse
@babel/traverse
(@lorenzoferre)babel-plugin-proposal-explicit-resource-management
using
declarations (@nicolo-ribaudo)🔬 Output optimization
babel-core
,babel-helper-module-transforms
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-classes
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
exports.XXX =
update in simple variable declarations (@nicolo-ribaudo)babel/babel (@babel/parser)
v7.23.0
Compare Source
v7.23.0 (2023-09-25)
Thanks @lorenzoferre and @RajShukla1 for your first PRs!
🚀 New Feature
babel-plugin-proposal-import-wasm-source
,babel-plugin-syntax-import-source
,babel-plugin-transform-dynamic-import
import source
for wasm (@nicolo-ribaudo)babel-helper-module-transforms
,babel-helpers
,babel-plugin-proposal-import-defer
,babel-plugin-syntax-import-defer
,babel-plugin-transform-modules-commonjs
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
import defer
proposal transform support (@nicolo-ribaudo)babel-generator
,babel-parser
,babel-types
import defer
parsing support (@nicolo-ribaudo)babel-generator
,babel-helper-module-transforms
,babel-parser
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-systemjs
,babel-traverse
,babel-types
createImportExpressions
parser option (@JLHwung)babel-standalone
babel-helper-function-name
,babel-helper-member-expression-to-functions
,babel-helpers
,babel-parser
,babel-plugin-proposal-destructuring-private
,babel-plugin-proposal-optional-chaining-assign
,babel-plugin-syntax-optional-chaining-assign
,babel-plugin-transform-destructuring
,babel-plugin-transform-optional-chaining
,babel-runtime-corejs2
,babel-runtime-corejs3
,babel-runtime
,babel-standalone
,babel-types
babel-helpers
,babel-plugin-proposal-decorators
babel-traverse
,babel-types
t.buildUndefinedNode
(@liuxingbaoyu)babel-preset-typescript
rewriteImportExtensions
option to TS preset (@nicolo-ribaudo)babel-parser
🐛 Bug Fix
babel-plugin-transform-block-scoping
transform-block-scoping
captures the variables of the method in the loop (@liuxingbaoyu)💅 Polish
babel-traverse
@babel/traverse
(@lorenzoferre)babel-plugin-proposal-explicit-resource-management
using
declarations (@nicolo-ribaudo)🔬 Output optimization
babel-core
,babel-helper-module-transforms
,babel-plugin-transform-async-to-generator
,babel-plugin-transform-classes
,babel-plugin-transform-dynamic-import
,babel-plugin-transform-function-name
,babel-plugin-transform-modules-amd
,babel-plugin-transform-modules-commonjs
,babel-plugin-transform-modules-umd
,babel-plugin-transform-parameters
,babel-plugin-transform-react-constant-elements
,babel-plugin-transform-react-inline-elements
,babel-plugin-transform-runtime
,babel-plugin-transform-typescript
,babel-preset-env
exports.XXX =
update in simple variable declarations (@nicolo-ribaudo)Committers: 7
microsoft/rushstack (@microsoft/api-extractor)
v7.38.0
Compare Source
v7.37.3
Compare Source
v7.37.2
Compare Source
rollup/plugins (@rollup/plugin-typescript)
v11.1.4
Compare Source
2023-09-25
Bugfixes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.7.4
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
v6.7.3
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.7.4
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.7.3
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v4.4.0
@ts-ignore
when accessinglegacy?.buildSsrCjsExternalHeuristics
(#255) (04c3b0b), closes #255axios/axios (axios)
v1.5.1
Compare Source
Bug Fixes
Content-Type
header for FormData in non-browser environments; (#5917) (bc9af51)content-encoding
header to handle case-insensitive values (#5890) (#5892) (4c89f25)Contributors to this release
browserslist/browserslist (browserslist)
v4.22.1
Compare Source
v4.22.0
Compare Source
zloirock/core-js (core-js)
v3.33.0
Compare Source
RegExp
escaping stage 2 proposal, September 2023 TC39 meeting:RegExp.escape
method with the new set of symbols for escapingcore-js
, but it was removed after rejecting the old version of this proposalArrayBuffer.prototype.{ transfer, transferToFixedLength }
and support transferring ofArrayBuffer
s viastructuredClone
to engines withMessageChannel
Math.f16round
polyfillMath.f16round
andDataView.prototype.{ getFloat16, setFloat16 }
Observable
proposal because of incompatibility with the new WHATWGObservable
proposalSymbol
polyfill, #1289Iterator
helpers because of some Web compatibility issuesPromise.withResolvers
marked as supported from V8 ~ Chrome 119Array
grouping proposal features marked as supported from FF119value
argument ofURLSearchParams.prototype.{ has, delete }
marked as properly supported from V8 ~ Chrome 118URL.canParse
andURLSearchParams.prototype.size
marked as supported from Bun 1.0.2rich-harris/magic-string (magic-string)
v0.30.4
Compare Source
Bug Fixes
btoa
, support services worker, close #258 (#259) (2dea20b)cloudflare/miniflare (miniflare)
v3.20231002.0
Compare Source
What's Changed
workerd
and versions to3.20231002.0
by @mrbbot in https://github.com/cloudflare/miniflare/pull/701Full Changelog: cloudflare/miniflare@v3.20230922.0...v3.20231002.0
v3.20230922.0
Compare Source
pnpm/pnpm (pnpm)
v8.8.0
Compare Source
Minor Changes
--reporter-hide-prefix
option forrun
command to hide project name as prefix for lifecycle log outputs of running scripts #7061.Patch Changes
--ignore-scripts
command to install, when runningpnpm dedupe --ignore-scripts
#7102.node-linker
is set tohoisted
, thepackage.json
files of the existing dependencies insidenode_modules
will be checked to verify their actual versions. The data in thenode_modules/.modules.yaml
andnode_modules/.pnpm/lock.yaml
may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated #7107.Our Gold Sponsors
Our Silver Sponsors
postcss/postcss (postcss)
v8.4.31
Compare Source
\r
parsing to fix CVE-2023-44270.preactjs/preact (preact)
v10.18.1
Compare Source
Fixes
v10.18.0
Compare Source
Features
Types
SetStateAction
&PropsWithoutRef
types to compat (#4132, thanks @rschristian)HTMLProps
to compat (#4117, thanks @rschristian)Fixes
role
attribute when it'snull
orundefined
(#4137, thanks @DAreRodz)Maintenance
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 has been generated by Mend Renovate. View repository job log here.