fix(deps): update all non-major dependencies#9985
Merged
Conversation
cdd884d to
86f6074
Compare
86f6074 to
366dbaa
Compare
patak-cat
approved these changes
Sep 5, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.17.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.7Release Notes
emotion-js/emotion
v11.10.4Compare Source
Patch Changes
#2867
89b6dbb3Thanks @Andarist! - Externalized code referencingReact.useInsertionEffectto a separate@emotion/use-insertion-effect-with-fallbackspackage. This package should be used in your defined externals if you bundle Emotion for whatever reason. It referencesuseInsertionEffectin 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 referenceuseInsertionEffectand 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 touseInsertionEffectin 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.1Compare Source
Bug Fixes
"module": "nodenext"compatibility by @wight554 in https://github.com/preactjs/preset-vite/pull/48sveltejs/vite-plugin-svelte
v1.0.5Compare Source
Patch Changes
v1.0.4Compare 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.0in a future patchv1.0.3Compare Source
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v5.36.1Compare Source
Note: Version bump only for package @typescript-eslint/eslint-plugin
v5.36.0Compare Source
Bug Fixes
Features
5.35.1 (2022-08-24)
Bug Fixes
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v5.36.1Compare Source
Note: Version bump only for package @typescript-eslint/parser
v5.36.0Compare 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.38Compare Source
Bug Fixes
v-bind(#6489) (2024d11), closes #6201Features
Performance Improvements
Shinigami92/eslint-define-config
v1.7.0Compare Source
diff
mdx(#121)v1.6.1Compare Source
diff
rich-harris/magic-string
v0.26.3Compare Source
Performance Improvements
inikulin/parse5
v7.1.1Compare Source
v7.1.0Compare 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.0Compare Source
Minor Changes
pnpm patch: edit the patched package in a directory specified by the--edit-diroption. 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.0Compare Source
Minor Changes
New time-based resolution strategy supported.
When
resolution-modeis set totime-based, pnpm will resolve dependencies the following way:foo@^1.1.0in the dependencies, then1.1.0will 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-fieldsetting totrue, and it will be really fast.Related RFC.
Enhance
pnpm envwith theremovecommand. To remove a Node.js version installed by pnpm, run:Patch Changes
pnpm store pruneshould 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.8Compare Source
v1.54.7Compare Source
v1.54.6Compare Source
@mediaquery could be incorrectly omitted from astylesheet if it had multiple levels of nested
@mediaqueries within itand the inner queries were mergeable but the outer query was not.
sveltejs/svelte
v3.50.0Compare 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 withroleattribute have all required attributes for that role (#5852)ComponentEventsconvenience type (#7702)SveltePreprocessorutility type (#7742)a11y-label-has-associated-controlwarning check all descendants for input control (#5528)Node.parentNodeinstead ofNode.parentElementfor legacy browser support (#7723)<slot>inside<svelte:fragment>(#7485)class:directive updates in aborted/restarted transitions (#7764)sveltejs/language-tools
v2.9.0Compare Source
./$typesauto imports for SvelteKit (#1609)New transformation:
bind:for better type checking of HTML elements (#1596)systemjs/systemjs
v6.12.6Compare Source
v6.12.5Compare Source
esbuild-kit/tsx
v3.9.0Compare Source
Features
package.jsonsubpath export (#91) (f4b23df)unjs/unbuild
v0.8.10Compare Source
vuejs/vitepress
v1.0.0-alpha.13Compare Source
Features
vitest-dev/vitest
v0.23.1Compare Source
🐞 Bug Fixes
View changes on GitHub
v0.23.0Compare Source
🚨 Breaking Changes
🚀 Features
retryoption for tests - by @antfu in https://github.com/vitest-dev/vitest/issues/1929vitest benchcommand - by @poyoho in https://github.com/vitest-dev/vitest/issues/1029🐞 Bug Fixes
View changes on GitHub
johnsoncodehk/volar
v0.40.7Compare Source
initializationOptions.completion.ignoreTriggerCharactersfor LSP-Volar (https://github.com/sublimelsp/LSP-volar/issues/114)vueCompilerOptions.experimentalComponentOptionsWrapperoption for custom component options warpper (#1517)typescript.format.enable{{ }}(#1784)Breaking changes
experimentalImplicitWrapComponentOptionsWithDefineComponent,experimentalImplicitWrapComponentOptionsWithVue2Extendreplaced byexperimentalComponentOptionsWrapper.Our Sponsors
v0.40.6Compare Source
volar.vueserver.textDocumentSyncoption to disable incremental update (#1807)v-for,v-iftextmate scopes incorrect (#1810)v0.40.5Compare Source
compilerOptions.exactOptionalPropertyTypes(https://github.com/vuejs/core/issues/6532)<input typeof="radio" value="...">(#1775)outDir+rootDir+composite/incrementaltsconfig 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.