chore(deps): update all non-major dependencies #36
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:
^0.10.0->^0.10.1^1.2.7->^1.2.8^9.23.0->^9.25.1^7.52.2->^7.52.60.6.1->0.6.822.13.14->22.15.3^9.23.0->^9.25.1^7.37.4->^7.37.5^3.4.1->^3.5.1^10.0.0->^10.1.010.7.0->10.10.0^2.12.1->^2.13.0^5.8.2->^5.8.3^8.29.0->^8.31.1Release Notes
bombshell-dev/clack (@clack/prompts)
v0.10.1Compare Source
Patch Changes
11a5dc1: Fixes multiselect only shows hints on the first item in the options list. Now correctly shows hints for all selected options with hint property.30aa7ed: Adds a newselectableGroupsboolean to the group multi-select prompt. UsingselectableGroups: falsewill disable the ability to select a top-level group, but still allow every child to be selected individually.30aa7ed]5dfce8a]f574297]eslint/rewrite (@eslint/compat)
v1.2.8Compare Source
eslint/eslint (@eslint/js)
v9.25.1Compare Source
v9.25.0Compare Source
v9.24.0Compare Source
microsoft/rushstack (@microsoft/api-extractor)
v7.52.6Compare Source
Thu, 01 May 2025 00:11:12 GMT
Version update only
v7.52.5Compare Source
Mon, 21 Apr 2025 22:24:25 GMT
Version update only
v7.52.4Compare Source
Thu, 17 Apr 2025 00:11:21 GMT
Patches
extendsv7.52.3Compare Source
Fri, 04 Apr 2025 18:34:35 GMT
Patches
web-infra-dev/rslib (@rslib/core)
v0.6.8Compare Source
What's Changed
Bug Fixes 🐞
Document 📖
Other Changes
Full Changelog: web-infra-dev/rslib@v0.6.7...v0.6.8
v0.6.7Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.6.6...v0.6.7
v0.6.6Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
Full Changelog: web-infra-dev/rslib@v0.6.5...v0.6.6
v0.6.5Compare Source
What's Changed
Bug Fixes 🐞
writeFileof ts api to rename declaration files by @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/933Other Changes
Full Changelog: web-infra-dev/rslib@v0.6.4...v0.6.5
v0.6.4Compare Source
What's Changed
Bug Fixes 🐞
Other Changes
49933eaby @renovate in https://github.com/web-infra-dev/rslib/pull/928Full Changelog: web-infra-dev/rslib@v0.6.3...v0.6.4
v0.6.3Compare Source
What's Changed
Performance 🚀
Bug Fixes 🐞
Other Changes
New Contributors
Full Changelog: web-infra-dev/rslib@v0.6.2...v0.6.3
v0.6.2Compare Source
What's Changed
Bug Fixes 🐞
cssModules.auto: falseby @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/890Document 📖
output.minifyby @Timeless0911 in https://github.com/web-infra-dev/rslib/pull/905Other Changes
Full Changelog: web-infra-dev/rslib@v0.6.1...v0.6.2
eslint/eslint (eslint)
v9.25.1Compare Source
v9.25.0Compare Source
v9.24.0Compare Source
jsx-eslint/eslint-plugin-react (eslint-plugin-react)
v7.37.5Compare Source
Fixed
no-unknown-property]: allow shadow root attrs on<template>(#3912 @ljharb)prop-types]: supportComponentPropsWithReffrom a namespace import (#3651 @corydeppen)jsx-no-constructed-context-values]: detect constructed context values in React 19<Context>usage (#3910 @TildaDares)no-unknown-property]: allowtransform-originonrect(#3914 @ljharb)Changed
button-has-type]: clean up phrasing (#3909 @hamirmahal)sveltejs/eslint-plugin-svelte (eslint-plugin-svelte)
v3.5.1Compare Source
Patch Changes
9126f1fThanks @43081j! - Removed eslint-compat-utils from dependenciesv3.5.0Compare Source
Minor Changes
842757fThanks @baseballyama! - feat(no-unused-props): addallowUnusedNestedPropertiesoptionPatch Changes
7892f4cThanks @baseballyama! - fix(no-unused-props): handle alias props name properlyvuejs/eslint-plugin-vue (eslint-plugin-vue)
v10.1.0Compare Source
v10.0.1Compare Source
pnpm/pnpm (pnpm)
v10.10.0Compare Source
Minor Changes
preResolution,importPackage, andfetchershooks from local pnpmfile.Patch Changes
cdcommand, whenshellEmulatoristrue#7838.pnpm-workspace.yaml#9453.npm_package_jsonenvironment variable to the executed scripts #9452.--reporter=silentoption.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.v10.8.0Compare Source
Minor Changes
Experimental. A new hook is supported for updating configuration settings. The hook can be provided via
.pnpmfile.cjs. For example:Now you can use the
pnpm addcommand with the--configflag to install new configurational dependencies #9377.Patch Changes
!/inpnpm-workspace.yaml. This fixes a regression introduced by #9169.pnpm audit --fixshould update the overrides inpnpm-workspace.yaml.pnpm linkshould update overrides inpnpm-workspace.yaml, not inpackage.json#9365.v10.7.1: pnpm 10.7.1Compare Source
Patch Changes
pnpm config setshould convert the settings to their correct type before adding them topnpm-workspace.yaml#9355.pnpm config getshould read auth related settings via npm CLI #9345.~/in a path in.npmrcwith the home directory #9217.Platinum Sponsors
Gold Sponsors
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 fromhuskymicrosoft/TypeScript (typescript)
v5.8.3Compare Source
typescript-eslint/typescript-eslint (typescript-eslint)
v8.31.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.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.
v8.29.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.
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 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.