-
-
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 #15145
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: pnpm-lock.yaml
|
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. |
Removed postcss-load-config patch as it's merged in 4.0.2 (postcss/postcss-load-config#252). |
The upgrade to tsx@4.5 seems to have broken the
|
@yyx990803 I think it's caused by the change in Node 18.19. |
This PR contains the following updates:
^7.23.3
->^7.23.4
^7.23.2
->^7.23.4
^7.23.3
->^7.23.4
^1.2.17
->^1.2.19
^6.11.0
->^6.12.0
^2.6.0
->^2.7.0
^5.0.1
->^5.1.0
^2.1.0
->^2.1.1
^3.0.0
->^3.0.1
^7.20.4
->^7.20.5
^7.9.5
->^7.9.6
^6.0.5
->^6.0.6
^4.14.201
->^4.14.202
^4.0.5
->^4.0.6
^20.9.0
->^20.10.0
^2.4.8
->^2.4.9
^18.2.37
->^18.2.38
^18.2.15
->^18.2.17
^7.5.4
->^7.5.6
^8.5.9
->^8.5.10
^6.10.0
->^6.12.0
^6.10.0
->^6.12.0
^3.3.8
->^3.3.9
^1.6.1
->^1.6.2
^3.33.2
->^3.33.3
^8.53.0
->^8.54.0
^1.0.2
->^1.1.0
^3.0.2
->^3.1.0
^3.20231025.1
->^3.20231030.1
^1.39.0
->^1.40.0
8.10.3
->8.11.0
^4.0.1
->^4.0.2
^10.19.1
->^10.19.2
^1.8.5
->^1.8.6
^0.61.0
->^0.62.0
^4.2.3
->^4.2.7
^3.6.0
->^3.6.2
^4.1.2
->^4.5.0
^1.3.1
->^1.3.2
^5.0.0
->^5.0.2
1.0.0-rc.25
->1.0.0-rc.31
^3.3.8
->^3.3.9
Release Notes
babel/babel (@babel/parser)
v7.23.4
Compare Source
v7.23.4 (2023-11-20)
🐛 Bug Fix
babel-generator
Committers: 4
babel/babel (@babel/runtime)
v7.23.4
Compare Source
🐛 Bug Fix
babel-generator
BuilderIO/qwik (@builder.io/qwik)
v1.2.19
Compare Source
What's Changed
ionic-qwik
to community projects on docs. by @JuerGenie in https://github.com/BuilderIO/qwik/pull/5429QwikKeyboardEvent
type by @sidmohanty11 in https://github.com/BuilderIO/qwik/pull/5433inline-code
andlink
in tag<a />
by @JuerGenie in https://github.com/BuilderIO/qwik/pull/5450New Contributors
Full Changelog: QwikDev/qwik@v1.2.18...v1.2.19
v1.2.18
Compare Source
What's Changed
webworker
target by @mpeg in https://github.com/BuilderIO/qwik/pull/5414New Contributors
Full Changelog: QwikDev/qwik@v1.2.17...v1.2.18
preactjs/preset-vite (@preact/preset-vite)
v2.7.0
Compare Source
Features
Fixes
rollup/plugins (@rollup/plugin-alias)
v5.1.0
2023-11-25
Features
rollup/plugins (@rollup/plugin-dynamic-import-vars)
v2.1.1
2023-11-25
Bugfixes
sveltejs/vite-plugin-svelte (@sveltejs/vite-plugin-svelte)
v3.0.1
Compare Source
Patch Changes
fix: improve checking of script and style in .svelte code to work with new generic= attribute (#799)
Fix optional parameter types (#797)
Update log level for HMR updates where the output is functionally equivalent to the previous version to "debug" (#806)
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v6.12.0
Compare Source
Bug Fixes
ignoreClassesThatImplementAnInterface
is set (#7705) (155aa1f)Features
You can read about our versioning strategy and releases on our website.
v6.11.0
Compare Source
Bug Fixes
allowTypedFunctionExpressions
(#7553) (be2777c)Features
no-unsafe-unary-minus
rule (#7390) (c4709c2)CodePath
selector types (#7551) (99a026f)You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v6.12.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
v6.11.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
You can read about our versioning strategy and releases on our website.
vuejs/core (@vue/shared)
v3.3.9
Compare Source
Bug Fixes
resolveParserPlugins
decorators check (#9566) (9d0eba9), closes #9560:is
and:where
selector in scoped css rewrite (#8929) (3227e50)__vnode
missing for devtools (#9328) (5156ac5)StyleValue
(#7954) (17aa92b), closes #7955unref
andtoValue
when input union type contains ComputedRef (#8748) (176d476), closes #8747 #8857Configuration
📅 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.