fix(deps): update all non-major dependencies #291
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:
^6.0.0->^6.0.1^9.25.1->^9.28.0~20.17.32->~20.17.57^8.31.1->^8.33.0^8.31.1->^8.33.0^3.1.2->^3.1.4^13.13.0->^13.15.0^0.25.3->^0.25.5^9.25.1->^9.28.0^10.1.2->^10.1.5^4.3.4->^4.4.2^4.11.0->^4.15.020.19.1->20.19.210.10.0->10.11.0^8.31.1->^8.33.0^3.1.2->^3.1.4Release Notes
actions/toolkit (@actions/github)
v6.0.1context.runAttempt#1588eslint/eslint (@eslint/js)
v9.28.0Compare Source
v9.27.0Compare Source
v9.26.0Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.33.0Compare Source
This was a version bump only for eslint-plugin to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.32.1Compare Source
🩹 Fixes
TSMappedTypewith no type annotation (#11180)❤️ Thank You
You can read about our versioning strategy and releases on our website.
v8.32.0Compare Source
🚀 Features
allowRethrowing(#11075)🩹 Fixes
thisfrom optional parameter overload check (#11005)❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.33.0Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.32.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
v8.32.0Compare Source
This was a version bump only for parser 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/coverage-v8)
v3.1.4Compare Source
v3.1.3Compare Source
🐞 Bug Fixes
inline: trueis set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7856 (a83f3)--merge-reportsto show each total run times - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7877 (d613b)View changes on GitHub
antfu/changelogithub (changelogithub)
v13.15.0Compare Source
🚀 Features
View changes on GitHub
v13.14.0Compare Source
🚀 Features
tag- by @croatialu in https://github.com/antfu/changelogithub/issues/63 (f8e37)🐞 Bug Fixes
View changes on GitHub
evanw/esbuild (esbuild)
v0.25.5Compare Source
Fix a regression with
browserinpackage.json(#4187)The fix to #4144 in version 0.25.3 introduced a regression that caused
browseroverrides specified inpackage.jsonto fail to override relative path names that end in a trailing slash. That behavior change affected theaxios@0.30.0package. This regression has been fixed, and now has test coverage.Add support for certain keywords as TypeScript tuple labels (#4192)
Previously esbuild could incorrectly fail to parse certain keywords as TypeScript tuple labels that are parsed by the official TypeScript compiler if they were followed by a
?modifier. These labels includedfunction,import,infer,new,readonly, andtypeof. With this release, these keywords will now be parsed correctly. Here's an example of some affected code:Add CSS prefixes for the
stretchsizing value (#4184)This release adds support for prefixing CSS declarations such as
div { width: stretch }. That CSS is now transformed into this depending on what the--target=setting includes:v0.25.4Compare Source
Add simple support for CORS to esbuild's development server (#4125)
Starting with version 0.25.0, esbuild's development server is no longer configured to serve cross-origin requests. This was a deliberate change to prevent any website you visit from accessing your running esbuild development server. However, this change prevented (by design) certain use cases such as "debugging in production" by having your production website load code from
localhostwhere the esbuild development server is running.To enable this use case, esbuild is adding a feature to allow Cross-Origin Resource Sharing (a.k.a. CORS) for simple requests. Specifically, passing your origin to the new
corsoption will now set theAccess-Control-Allow-Originresponse header when the request has a matchingOriginheader. Note that this currently only works for requests that don't send a preflightOPTIONSrequest, as esbuild's development server doesn't currently supportOPTIONSrequests.Some examples:
CLI:
JS:
Go:
The special origin
*can be used to allow any origin to access esbuild's development server. Note that this means any website you visit will be able to read everything served by esbuild.Pass through invalid URLs in source maps unmodified (#4169)
This fixes a regression in version 0.25.0 where
sourcesin source maps that form invalid URLs were not being passed through to the output. Version 0.25.0 changed the interpretation ofsourcesfrom file paths to URLs, which means that URL parsing can now fail. Previously URLs that couldn't be parsed were replaced with the empty string. With this release, invalid URLs insourcesshould now be passed through unmodified.Handle exports named
__proto__in ES modules (#4162, #4163)In JavaScript, the special property name
__proto__sets the prototype when used inside an object literal. Previously esbuild's ESM-to-CommonJS conversion didn't special-case the property name of exports named__proto__so the exported getter accidentally became the prototype of the object literal. It's unclear what this affects, if anything, but it's better practice to avoid this by using a computed property name in this case.This fix was contributed by @magic-akari.
eslint/eslint (eslint)
v9.28.0Compare Source
v9.27.0Compare Source
v9.26.0Compare Source
prettier/eslint-config-prettier (eslint-config-prettier)
v10.1.5Compare Source
Patch Changes
60fef02Thanks @JounQin! - chore: addfundingfield intopackage.jsonv10.1.4Compare Source
Patch Changes
94b4799Thanks @silvenon! - fix(cli): do not crash on no rules configuredv10.1.3Compare Source
Patch Changes
4e95a1dThanks @pilikan! - fix: this package iscommonjs, align its types correctlyimport-js/eslint-import-resolver-typescript (eslint-import-resolver-typescript)
v4.4.2Compare Source
Patch Changes
f16150bThanks @carlocorradini! - fix: always sort projects by affinity before iteratingv4.4.1Compare Source
Patch Changes
d9f3e68Thanks @JounQin! - fix(deps): bumpeslint-import-contextto v0.1.5v4.4.0Compare Source
Minor Changes
7d87517Thanks @JounQin! - feat: integrateeslint-import-contextto get correctcontext.cwdv4.3.5Compare Source
Patch Changes
3f1aab1Thanks @JounQin! - fix: remove buggymodule-syncexports fieldun-ts/eslint-plugin-import-x (eslint-plugin-import-x)
v4.15.0Compare Source
Minor Changes
8bd40d8Thanks @JounQin! - refactor: drop @typescript-eslint/utils on productionv4.14.2Compare Source
Patch Changes
#360
3a3f5f8Thanks @JounQin! - fix: try/catchenumerator.iterateFilesgracefully#357
46c8bc6Thanks @JounQin! - chore(deps): bump@typescript-eslint/utilsandunrs-resolverv4.14.1Compare Source
Patch Changes
81f3d31Thanks @JounQin! - fix: tslib is no longer used because we're targeting ES2022v4.14.0Compare Source
Minor Changes
#272
43cdd21Thanks @SukkaW and @JounQin! - feat: map legacy node resolver to the new one with fallback support#350
12a7cdaThanks @43081j! - Expose flat configs inconfigsobject to allow use of ESLintextendsPatch Changes
3bc48fcThanks @JounQin! - fix: enablenocommentglob option for ruleno-unassigned-import'sallowoptionv4.13.3Compare Source
Patch Changes
f949929Thanks @JounQin! - fix(types): exportedimportXshould also haveflatConfigsas propertyv4.13.2Compare Source
Patch Changes
#344
2c007d0Thanks @JounQin! - fix: share same plugin reference for default export#346
2991f2eThanks @JounQin! - fix: ruledynamic-import-chunknamecrash due to ts migration#342
a55dcc7Thanks @JounQin! - fix(deps): bumpeslint-import-contextto v0.1.5v4.13.1Compare Source
Patch Changes
180785dThanks @JounQin! - fix(deps): bumpeslint-import-contextto v0.1.4v4.13.0Compare Source
Minor Changes
371ebeeThanks @JounQin! - feat: integrateeslint-import-contextto get rule context without additional paramsv4.12.2Compare Source
Patch Changes
0b3809bThanks @JounQin! - fix: remove buggymodule-syncexports fieldv4.12.1Compare Source
Patch Changes
4b284cbThanks @JounQin! - feat: add suggestions support forextensionsunexpectedcasev4.12.0Compare Source
Minor Changes
90c1cd0Thanks @JounQin! - feat(extensions): supportpathGroupOverridesandfixoptionsv4.11.1Compare Source
Patch Changes
fc4c72cThanks @SukkaW! - fix: accept non-array resolver inresolver-nextsettingnodejs/node (node)
v20.19.2Compare Source
pnpm/pnpm (pnpm)
v10.11.0Compare Source
Minor Changes
A new setting added for
pnpm initto create apackage.jsonwithtype=module, wheninit-typeismodule. Works as a flag for the init command too #9463.Added support for Nushell to
pnpm setup#6476.Added two new flags to the
pnpm auditcommand,--ignoreand--ignore-unfixable#8474.Ignore all vulnerabilities that have no solution:
> pnpm audit --ignore-unfixableProvide a list of CVE's to ignore those specifically, even if they have a resolution.
> pnpm audit --ignore=CVE-2021-1234 --ignore=CVE-2021-5678Added support for recursively running pack in every project of a workspace #4351.
Now you can run
pnpm -r packto pack all packages in the workspace.Patch Changes
dangerouslyAllowAllBuildsis set totrue#9472.pnpm linkshould work from inside a workspace #9506.workspaceConcurrencytoMath.min(os.availableParallelism(), 4)#9493.strictPeerDependenciesistruebut all issues are ignored bypeerDependencyRules#9505.updateConfigfrompnpm-workspace.yaml#9500.recursive packurl.parseusage to fix warning on Node.js 24 #9492.pnpm runshould be able to run commands from the workspace root, ifignoreScriptsis set tottrue#4858.typescript-eslint/typescript-eslint (typescript-eslint)
v8.33.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.32.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.32.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.4Compare Source
v3.1.3Compare Source
🐞 Bug Fixes
inline: trueis set - by @sheremet-va in https://github.com/vitest-dev/vitest/issues/7856 (a83f3)--merge-reportsto show each total run times - by @AriPerkkio in https://github.com/vitest-dev/vitest/issues/7877 (d613b)View changes on GitHub
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) in timezone Pacific/Auckland, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.