fix(deps): update all non-major dependencies#568
Merged
haoqunjiang merged 1 commit intomainfrom Apr 24, 2025
Merged
Conversation
commit: |
260772d to
f08419d
Compare
e4ed335 to
dfcb1fd
Compare
dfcb1fd to
4ad8503
Compare
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:
^9.24.0->^9.25.1^22.14.0->^22.14.1^9.24.0->^9.25.1^4.3.2->^4.3.4^4.10.2->^4.10.6^15.5.0->^15.5.1^3.0.1->^3.0.2^1.51.1->^1.52.010.8.0->10.9.0^1.86.3->^1.87.0^2.12.1->^2.13.0^8.29.1->^8.31.0^3.1.1->^3.1.2Release Notes
eslint/eslint (@eslint/js)
v9.25.1Compare Source
v9.25.0Compare Source
eslint/eslint (eslint)
v9.25.1Compare Source
v9.25.0Compare Source
import-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.3.4Compare Source
Patch Changes
#442
57611d9Thanks @JounQin! - fix: add more extension aliases for ts source/declaration files#444
bd45fcdThanks @JounQin! - fix(deps): bumpunrs-resolverwhich resolves #406, #409, #437v4.3.3Compare Source
Patch Changes
834b11eThanks @JounQin! - chore: bumpunrs-resolverto v1.6.0un-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.10.6Compare Source
Patch Changes
d54302fThanks @JounQin! - chore: bumpunrs-resolverto v1.6.0v4.10.5Compare Source
Patch Changes
db1824bThanks @JounQin! - fix: support run with worker evalv4.10.4Compare Source
Patch Changes
#299
bf50a4dThanks @renovate! - chore(deps): bump@typescript-eslint/utilsto v8.30#297
9769f3cThanks @JounQin! - fix: support run withnode --evalv4.10.3Compare Source
Patch Changes
1342127Thanks @JounQin! - refactor: remove unnecessary check forpnpapibecauseunrs-resolveralready handles itlint-staged/lint-staged (lint-staged)
v15.5.1Compare Source
Patch Changes
#1533
5d53534Thanks @iiroj! - Improve listing of staged files so that lint-staged doesn't crash when encountering an uninitialized submodule. This should result in less errors like:vuejs/pinia (pinia)
v3.0.2Please refer to CHANGELOG.md for details.
microsoft/playwright (playwright-chromium)
v1.52.0Compare Source
pnpm/pnpm (pnpm)
v10.9.0Compare Source
Minor Changes
Added support for installing JSR packages. You can now install JSR packages using the following syntax:
or with a version range:
For example, running:
will add the following entry to your
package.json:{ "dependencies": { "@​foo/bar": "jsr:^0.1.2" } }When publishing, this entry will be transformed into a format compatible with npm, older versions of Yarn, and previous pnpm versions:
{ "dependencies": { "@​foo/bar": "npm:@​jsr/foo__bar@^0.1.2" } }Related issue: #8941.
Note: The
@jsrscope defaults to https://npm.jsr.io/ if the@jsr:registrysetting is not defined.Added a new setting,
dangerouslyAllowAllBuilds, for automatically running any scripts of dependencies without the need to approve any builds. It was already possible to allow all builds by adding this topnpm-workspace.yaml:dangerouslyAllowAllBuildshas the same effect but also allows to be set globally via:It can also be set when running a command:
Patch Changes
verifyDepsBeforeRunwhennodeLinkerishoistedand there is a workspace package without dependencies andnode_modulesdirectory #9424.verifyDepsBeforeRunsupport fornodeLinker: pnp. CombiningverifyDepsBeforeRunandnodeLinker: pnpwill now print a warning.v10.8.1Compare Source
Patch Changes
package.json,onlyBuiltDependencieswill be written topnpm-workspace.yamlfile #9404.sass/dart-sass (sass)
v1.87.0Compare Source
nesting selector
&is loaded into a nested Sass context viameta.load-css()or@import, Sass now emits plain CSS nesting rather thanincorrectly combining it with the parent selector using a descendant
combinator.
toplenboren/simple-git-hooks (simple-git-hooks)
v2.13.0Compare Source
Minor Changes
#121
d9d7823Thanks @chouchouji! - feat: only remove some hooks that are not inpreserveUnusedoption#125
8486a22Thanks @nathanwhit! - feat: supportdeno'snode_modulesstructure#127
8bb9818Thanks @yyz945947732! - feat: optimize the migration experience fromhuskytypescript-eslint/typescript-eslint (typescript-eslint)
v8.31.0Compare Source
🩹 Fixes
config()around global ignores (#11065)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.30.1Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.30.0Compare Source
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (vitest)
v3.1.2Compare Source
🚀 Features
🐞 Bug Fixes
chaivariable invitest/globals(fix: #7474) - by @Jay-Karia in https://github.com/vitest-dev/vitest/issues/7771 and https://github.com/vitest-dev/vitest/issues/7474 (d9297)test.excludewhen same object passed incoverage.exclude- by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7774 (c3751)envionmentOptions- by @hi-ogawa in https://github.com/vitest-dev/vitest/issues/7795 (67430)awaitprofiler calls - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7763 (795a6)🏎 Performance
View changes on GitHub
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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 was generated by Mend Renovate. View the repository job log.