-
-
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
chore(deps): update all non-major dependencies #12805
Conversation
Run & review this pull request in StackBlitz Codeflow. |
08ba01c
to
8e374ad
Compare
30d08f9
to
c6a0524
Compare
5361680
to
600326e
Compare
600326e
to
a3998f4
Compare
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. ⚠ Warning: custom changes will be lost. |
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 test was failing because of @ampproject/remapping
generating a slightly different sourcemap.
I checked the sourcemap manually and confirmed the new one is also fine.
This PR contains the following updates:
^2.2.0
->^2.2.1
^7.21.3
->^7.21.4
^7.21.3
->^7.21.4
^7.20.2
->^7.21.4
^7.21.3
->^7.21.4
^0.3.17
->^0.3.18
^4.0.3
->^4.0.4
^24.0.1
->^24.1.0
15.0.1
->15.0.2
^11.0.0
->^11.1.0
^2.0.3
->^2.0.4
^1.0.0
->^1.0.2
^1.0.0
->^1.0.1
^4.14.191
->^4.14.194
^18.15.5
->^18.15.12
^18.0.28
->^18.0.37
^5.57.1
->^5.59.0
^5.56.0
->^5.59.0
^5.57.1
->^5.59.0
^5.56.0
->^5.59.0
^4.0.0-beta.0
->^4.0.0
^1.3.4
->^1.3.6
^3.29.1
->^3.30.1
^1.2.0
->^1.2.1
^8.36.0
->^8.38.0
^1.17.0
->^1.18.0
^1.13.0
->^1.14.0
^13.2.0
->^13.2.1
^2.6.1
->^2.7.2
^1.31.2
->^1.32.3
8.2.0
->8.3.1
^8.4.21
->^8.4.23
^10.13.1
->^10.13.2
2.8.5
->2.8.7
^1.22.1
->^1.22.2
^2.0.1
->^2.0.2
^4.4.0
->^4.4.1
^1.59.3
->^1.62.0
^3.57.0
->^3.58.0
^6.14.0
->^6.14.1
^3.2.7
->^3.3.1
^3.2.7
->^3.3.1
^5.16.6
->^5.17.1
v35.7.2
->v35.8.0
^1.1.2
->^1.2.1
^1.0.0-alpha.61
->^1.0.0-alpha.73
^0.29.7
->^0.30.1
Release Notes
ampproject/remapping
v2.2.1
Compare Source
Full Changelog: ampproject/remapping@v2.2.0...v2.2.1
babel/babel (@babel/core)
v7.21.4
Compare Source
🐛 Bug Fix
babel-core
,babel-helper-module-imports
,babel-preset-typescript
import/export
in.cts
files (@liuxingbaoyu)babel-generator
💅 Polish
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-transform-typescript
,babel-traverse
🏠 Internal
babel-parser
lookaheadInLineCharCode
(@JLHwung)babel-code-frame
,babel-highlight
babel/babel (@babel/parser)
v7.21.4
Compare Source
v7.21.4 (2023-03-31)
🐛 Bug Fix
babel-core
,babel-helper-module-imports
,babel-preset-typescript
import/export
in.cts
files (@liuxingbaoyu)babel-generator
💅 Polish
babel-helper-create-class-features-plugin
,babel-plugin-proposal-class-properties
,babel-plugin-transform-typescript
,babel-traverse
🏠 Internal
babel-parser
lookaheadInLineCharCode
(@JLHwung)babel-code-frame
,babel-highlight
Committers: 6
jridgewell/trace-mapping
v0.3.18
Compare Source
What's Changed
New Contributors
Full Changelog: jridgewell/trace-mapping@v0.3.17...v0.3.18
rollup/plugins (@rollup/plugin-alias)
v4.0.4
Compare Source
2023-04-04
Updates
rollup/plugins (@rollup/plugin-commonjs)
v24.1.0
Compare Source
2023-04-11
Features
rollup/plugins (@rollup/plugin-node-resolve)
v15.0.2
Compare Source
2023-04-04
Bugfixes
rollup/plugins (@rollup/plugin-typescript)
v11.1.0
Compare Source
2023-04-04
Features
output.file
#1378sveltejs/vite-plugin-svelte
v2.0.4
Compare Source
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.59.0
Compare Source
Bug Fixes
Features
v5.58.0
Compare Source
Bug Fixes
Features
5.57.1 (2023-04-03)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.59.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.58.0
Compare Source
Bug Fixes
5.57.1 (2023-04-03)
Note: Version bump only for package @typescript-eslint/parser
vitejs/vite-plugin-react
v4.0.0
Compare Source
This major version include a revamp of options:
include
/exclude
now allow to completely override the files processed by the plugin (#122). This is more in line with other Rollup/Vite plugins and simplify the setup of enabling Fast Refresh for.mdx
files. This can be done like this:These changes also allow to apply Babel plugins on files outside Vite root (expect in node_modules), which improve support for monorepo (fix #16).
With these changes, only the file extensions is used for filtering processed files and the query param fallback is removed.
fastRefresh
is removed (#122). This should be correctly activated by plugin without configuration.jsxPure
is removed. This is a niche use case that was just passing down the boolean to esbuild.jsxSideEffects. (#129)The support for React auto import whe using classic runtime is removed. This was prone to errors and added complexity for no good reason given the very wide support of automatic runtime nowadays. This migration path should be as simple as removing the runtime option from the config.
This release goes in hand with the upcoming Vite 4.3 release focusing on performances:
Other notable changes:
v4.0.0-beta.1
Compare Source
axios/axios
v1.3.6
Compare Source
Bug Fixes
toString
method on the target; (#5661) (aa372f7)Contributors to this release
v1.3.5
Compare Source
Bug Fixes
paramsSerializer
config; (#5633) (a56c866)Contributors to this release
zloirock/core-js
v3.30.1
Compare Source
URL.canParse
bugJSON.parse
source text access proposal features marked as supported from V8 ~ Chrome 114ArrayBuffer.prototype.transfer
and friends proposal features marked as supported from V8 ~ Chrome 114URLSearchParams.prototype.size
marked as supported from V8 ~ Chrome 113v3.30.0
Compare Source
URL.canParse
method, url/763Set
methods proposal:Set.prototype.intersection
, March 2023 TC39 meeting, proposal-set-methods/94(Async)DisposableStack.prototype.move
marks the original stack as disposed, #1226Iterator.range
proposal:Symbol.metadata
, March 2023 TC39 meeting, proposal-decorator-metadata/12URLSearchParams.prototype.size
marked as supported from FF112, NodeJS 19.8 and Deno 1.32guybedford/es-module-lexer
[
v1.2.1
](https://togithub.com/guConfiguration
📅 Schedule: Branch creation - "before 3am 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.