fix(deps): update all non-major dependencies #9985
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:
^11.10.0
->^11.10.4
^7.29.5
->^7.30.0
^2.3.0
->^2.3.1
^1.0.2
->^1.0.5
^18.0.17
->^18.0.18
^5.35.1
->^5.36.1
^5.35.1
->^5.36.1
^3.2.37
->^3.2.38
^1.6.0
->^1.7.0
^0.26.2
->^0.26.3
^7.0.0
->^7.1.1
7.9.5
->7.11.0
^7.9.5
->^7.11.0
^1.54.5
->^1.54.8
^3.49.0
->^3.50.0
^2.8.1
->^2.9.0
^6.12.4
->^6.12.6
^3.8.2
->^3.9.0
^0.8.9
->^0.8.10
^1.0.0-alpha.12
->^1.0.0-alpha.13
^0.22.1
->^0.23.1
^3.2.37
->^3.2.38
^0.40.4
->^0.40.7
Release Notes
emotion-js/emotion
v11.10.4
Compare Source
Patch Changes
#2867
89b6dbb3
Thanks @Andarist! - Externalized code referencingReact.useInsertionEffect
to a separate@emotion/use-insertion-effect-with-fallbacks
package. This package should be used in your defined externals if you bundle Emotion for whatever reason. It referencesuseInsertionEffect
in a very specific way that allows us to use it conditionally. However, if the code consuming Emotion is bundled as a library with Emotion in it then some bundlers might change the way in which we referenceuseInsertionEffect
and that might create problems for bundlers used to consume the said library code. By externalizing this new package you can still bundle Emotion if you want to without running into this problem as you won't "destroy" the carefully crafted reference touseInsertionEffect
in the process.Note that we don't recommend bundling Emotion. You should have very specific reasons to do so.
Updated dependencies [
89b6dbb3
]:preactjs/preset-vite
v2.3.1
Compare Source
Bug Fixes
"module": "nodenext"
compatibility by @wight554 in https://github.com/preactjs/preset-vite/pull/48sveltejs/vite-plugin-svelte
v1.0.5
Compare Source
Patch Changes
v1.0.4
Compare Source
Patch Changes
temporarily add vite 3.1 beta to peer dependencies rule to avoid warning on kit projects using it (#427)
warning: this is going to be changed back to
^3.0.0
in a future patchv1.0.3
Compare Source
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.36.1
Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.36.0
Compare Source
Bug Fixes
Features
5.35.1 (2022-08-24)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.36.1
Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.36.0
Compare Source
Note: Version bump only for package @typescript-eslint/parser
5.35.1 (2022-08-24)
Note: Version bump only for package @typescript-eslint/parser
vuejs/core
v3.2.38
Compare Source
Bug Fixes
v-bind
(#6489) (2024d11), closes #6201Features
Performance Improvements
Shinigami92/eslint-define-config
v1.7.0
Compare Source
diff
mdx
(#121)v1.6.1
Compare Source
diff
rich-harris/magic-string
v0.26.3
Compare Source
Performance Improvements
inikulin/parse5
v7.1.1
Compare Source
v7.1.0
Compare Source
This release is only for the parse5 module.
What's Changed
</button>
close<p>
by @fb55 in https://github.com/inikulin/parse5/pull/534New Contributors
Full Changelog: inikulin/parse5@v7.0.0...v7.1.0
pnpm/pnpm
v7.11.0
Compare Source
Minor Changes
pnpm patch
: edit the patched package in a directory specified by the--edit-dir
option. E.g.,pnpm patch express@3.1.0 --edit-dir=/home/xxx/src/patched-express
#5304Patch Changes
Our Gold Sponsors
Our Silver Sponsors
What's Changed
New Contributors
Full Changelog: pnpm/pnpm@v7.10.0...v7.11.0
v7.10.0
Compare Source
Minor Changes
New time-based resolution strategy supported.
When
resolution-mode
is set totime-based
, pnpm will resolve dependencies the following way:foo@^1.1.0
in the dependencies, then1.1.0
will be installed.With this resolution mode installations with hot cache are faster. It also reduces the chance of subdependency hijacking as subdependencies will be updated only if direct dependencies are updated.
This resolution mode works only with npm's full metadata. So it is slower in some scenarios. However, if you use Verdaccio v5.15.1 or newer, you may set the
registry-supports-time-field
setting totrue
, and it will be really fast.Related RFC.
Enhance
pnpm env
with theremove
command. To remove a Node.js version installed by pnpm, run:Patch Changes
pnpm store prune
should remove all cached metadata.Our Gold Sponsors
Our Silver Sponsors
What's Changed
New Contributors
Full Changelog: pnpm/pnpm@v7.9.5...v7.10.0
sass/dart-sass
v1.54.8
Compare Source
v1.54.7
Compare Source
v1.54.6
Compare Source
@media
query could be incorrectly omitted from astylesheet if it had multiple levels of nested
@media
queries within itand the inner queries were mergeable but the outer query was not.
sveltejs/svelte
v3.50.0
Compare Source
a11y-incorrect-aria-attribute-type
: check ARIA state and property values (#6978)a11y-no-abstract-role
: check that ARIA roles are non-abstract (#6241)a11y-no-interactive-element-to-noninteractive-role
: check for non-interactive roles used on interactive elements (#5955)a11y-role-has-required-aria-props
: check that elements withrole
attribute have all required attributes for that role (#5852)ComponentEvents
convenience type (#7702)SveltePreprocessor
utility type (#7742)a11y-label-has-associated-control
warning check all descendants for input control (#5528)Node.parentNode
instead ofNode.parentElement
for legacy browser support (#7723)<slot>
inside<svelte:fragment>
(#7485)class:
directive updates in aborted/restarted transitions (#7764)sveltejs/language-tools
v2.9.0
Compare Source
./$types
auto imports for SvelteKit (#1609)New transformation:
bind:
for better type checking of HTML elements (#1596)systemjs/systemjs
v6.12.6
Compare Source
v6.12.5
Compare Source
esbuild-kit/tsx
v3.9.0
Compare Source
Features
package.json
subpath export (#91) (f4b23df)unjs/unbuild
v0.8.10
Compare Source
vuejs/vitepress
v1.0.0-alpha.13
Compare Source
Features
vitest-dev/vitest
v0.23.1
Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.23.0
Compare Source
🚨 Breaking Changes
🚀 Features
retry
option for tests - by @antfu in https://github.com/vitest-dev/vitest/issues/1929vitest bench
command - by @poyoho in https://github.com/vitest-dev/vitest/issues/1029🐞 Bug Fixes
View changes on GitHub
johnsoncodehk/volar
v0.40.7
Compare Source
initializationOptions.completion.ignoreTriggerCharacters
for LSP-Volar (https://github.com/sublimelsp/LSP-volar/issues/114)vueCompilerOptions.experimentalComponentOptionsWrapper
option for custom component options warpper (#1517)typescript.format.enable
{{ }}
(#1784)Breaking changes
experimentalImplicitWrapComponentOptionsWithDefineComponent
,experimentalImplicitWrapComponentOptionsWithVue2Extend
replaced byexperimentalComponentOptionsWrapper
.Our Sponsors
v0.40.6
Compare Source
volar.vueserver.textDocumentSync
option to disable incremental update (#1807)v-for
,v-if
textmate scopes incorrect (#1810)v0.40.5
Compare Source
compilerOptions.exactOptionalPropertyTypes
(https://github.com/vuejs/core/issues/6532)<input typeof="radio" value="...">
(#1775)outDir
+rootDir
+composite/incremental
tsconfig options (#1782)Configuration
📅 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.