Bump the packages group with 10 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
dependencies javascript
poad
Bumps the packages group with 10 updates:
| Package | From | To |
|---|---|---|
| @eslint/compat | 1.3.2 |
1.4.0 |
| pnpm | 10.17.0 |
10.17.1 |
| typescript-eslint | 8.44.0 |
8.44.1 |
| vite | 7.1.6 |
7.1.7 |
| @typescript-eslint/eslint-plugin | 8.44.0 |
8.44.1 |
| @typescript-eslint/parser | 8.44.0 |
8.44.1 |
| @typescript-eslint/type-utils | 8.44.0 |
8.44.1 |
| @typescript-eslint/utils | 8.44.0 |
8.44.1 |
| @typescript-eslint/visitor-keys | 8.44.0 |
8.44.1 |
| jiti | 2.5.1 |
2.6.0 |
Updates @eslint/compat from 1.3.2 to 1.4.0
Release notes
Sourced from @eslint/compat's releases.
migrate-config: v1.4.0
1.4.0 (2025-03-14)
Features
compat: v1.4.0
1.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0migrate-config: v1.3.8
1.3.8 (2025-02-21)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^1.2.6 to ^1.2.7migrate-config: v1.3.7
1.3.7 (2025-01-31)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/compatbumped from ^1.2.5 to ^1.2.6migrate-config: v1.3.6
1.3.6 (2025-01-09)
Dependencies
- The following workspace dependencies were updated
... (truncated)
Changelog
Sourced from @eslint/compat's changelog.
1.4.0 (2025-09-16)
Features
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.15.2 to ^0.16.0
Commits
7f592e3chore: release main (#257)4f07e51docs: correct bun installation command and usedefineConfigin README (#269)ab10682docs: Update README sponsors7255100chore: standardize test filenames to *.test.js (#267)7e61e90test: remove deprecatedtypeproperty (#266)100a4c7docs: Update README sponsorsb23f179docs: Update README sponsors7b6dd37feat: Add config types in@eslint/core(#237)8ba766arefactor: update eslint-config-eslint (#253)62089bcdocs: Update README sponsors- Additional commits viewable in compare view
Updates pnpm from 10.17.0 to 10.17.1
Release notes
Sourced from pnpm's releases.
pnpm 10.17.1
Patch Changes
- When a version specifier cannot be resolved because the versions don't satisfy the
minimumReleaseAgesetting, print this information out in the error message #9974.- Fix
state.jsoncreation path when executingpnpm patchin a workspace project #9733.- When
minimumReleaseAgeis set and thelatesttag is not mature enough, prefer a non-deprecated version as the newlatest#9987.Platinum Sponsors
Gold Sponsors
... (truncated)
Changelog
Sourced from pnpm's changelog.
10.17.1
Patch Changes
- When a version specifier cannot be resolved because the versions don't satisfy the
minimumReleaseAgesetting, print this information out in the error message #9974.- Fix
state.jsoncreation path when executingpnpm patchin a workspace project #9733.- When
minimumReleaseAgeis set and thelatesttag is not mature enough, prefer a non-deprecated version as the newlatest#9987.
Commits
f6242c3chore(release): 10.17.1c9b6b40chore: removeconsole.log(#10003)- See full diff in compare view
Updates typescript-eslint from 8.44.0 to 8.44.1
Release notes
Sourced from typescript-eslint's releases.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from typescript-eslint's changelog.
8.44.1 (2025-09-22)
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.
Commits
c198052chore(release): publish 8.44.1- See full diff in compare view
Updates vite from 7.1.6 to 7.1.7
Changelog
Sourced from vite's changelog.
7.1.7 (2025-09-22)
Bug Fixes
- build: fix ssr environment
emitAssets: truewhensharedConfigBuild: true(#20787) (4c4583c)- client: use CSP nonce when rendering error overlay (#20791) (9bc9d12)
- deps: update all non-major dependencies (#20811) (9f2247c)
- glob: handle glob imports from folders starting with dot (#20800) (105abe8)
- hmr: trigger prune event when import is removed from non hmr module (#20768) (9f32b1d)
- hmr: wait for
import.meta.hot.prunecallbacks to complete before running other HMRs (#20698) (98a3484)
Commits
693d255release: v7.1.798a3484fix(hmr): wait forimport.meta.hot.prunecallbacks to complete before runni...9f32b1dfix(hmr): trigger prune event when import is removed from non hmr module (#20...9f2247cfix(deps): update all non-major dependencies (#20811)105abe8fix(glob): handle glob imports from folders starting with dot (#20800)4c4583cfix(build): fix ssr environmentemitAssets: truewhen `sharedConfigBuild: t...9bc9d12fix(client): use CSP nonce when rendering error overlay (#20791)- See full diff in compare view
Updates @typescript-eslint/eslint-plugin from 8.44.0 to 8.44.1
Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
❤️ Thank You
- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Commits
c198052chore(release): publish 8.44.1c392a0dfix(eslint-plugin): [await-thenable] should not report passing values to prom...20c3d97fix(eslint-plugin): [no-unsafe-enum-comparison] support unions of literals (#...4fde781fix(eslint-plugin): [no-base-to-string] make ignoredTypeNames match type name...- See full diff in compare view
Updates @typescript-eslint/parser from 8.44.0 to 8.44.1
Release notes
Sourced from @typescript-eslint/parser's releases.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/parser's changelog.
8.44.1 (2025-09-22)
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.
Commits
c198052chore(release): publish 8.44.1- See full diff in compare view
Updates @typescript-eslint/type-utils from 8.44.0 to 8.44.1
Release notes
Sourced from @typescript-eslint/type-utils's releases.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/type-utils's changelog.
8.44.1 (2025-09-22)
This was a version bump only for type-utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
c198052chore(release): publish 8.44.1- See full diff in compare view
Updates @typescript-eslint/utils from 8.44.0 to 8.44.1
Release notes
Sourced from @typescript-eslint/utils's releases.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/utils's changelog.
8.44.1 (2025-09-22)
This was a version bump only for utils to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
c198052chore(release): publish 8.44.1- See full diff in compare view
Updates @typescript-eslint/visitor-keys from 8.44.0 to 8.44.1
Release notes
Sourced from @typescript-eslint/visitor-keys's releases.
v8.44.1
8.44.1 (2025-09-22)
🩹 Fixes
- eslint-plugin: [no-base-to-string] make ignoredTypeNames match type names without generics (#11597)
- eslint-plugin: [no-unsafe-enum-comparison] support unions of literals (#11599)
- eslint-plugin: [await-thenable] should not report passing values to promise aggregators which may be a promise in an array literal (#11611)
- typescript-estree: forbid class property with name
constructor(#11590)❤️ Thank You
- fisker Cheung
@fisker- Kirk Waiblinger
@kirkwaiblinger- mdm317
- Ronen Amiel
You can read about our versioning strategy and releases on our website.
Changelog
Sourced from @typescript-eslint/visitor-keys's changelog.
8.44.1 (2025-09-22)
This was a version bump only for visitor-keys to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
Commits
c198052chore(release): publish 8.44.1- See full diff in compare view
Updates jiti from 2.5.1 to 2.6.0
Release notes
Sourced from jiti's releases.
v2.6.0
🌟 What is new?
This release fixes minor issues, migrates to Rspack for dist, and lazily imports the Babel transformer only when needed, which should noticeably improve startup times.
- Install size reduced from
2.03MBto1.67MB- Loading times improved
150ms=>22ms(full transform:180ms=>115ms)🔥 Performance
- Lazy load transformer (#405)
🩹 Fixes
- cjs-interop: Handle function default exports (#396)
- Always use native require/import for
node:specifiers (#392)📦 Build
✅ Tests
- Update deno and bun native test coverage (df844f8)
❤️ Contributors
- Pooya Parsa (
@pi0)- Volodymyr Kolesnykov (
@sjinks)- Jungwoo LEE (
@jungwoo3490)
Changelog
Sourced from jiti's changelog.
v2.6.0
🔥 Performance
- Lazy load babel transform (#405)
🩹 Fixes
📦 Build
- Migrate to rspack (#404)
🏡 Chore
- Update deps (5123334)
✅ Tests
❤️ Contributors
- Pooya Parsa (
@pi0)- Volodymyr Kolesnykov (
@sjinks)- Jungwoo LEE jungwoo3490@naver.com
Commits
82919cfchore(release): v2.6.0c48a5d5perf: lazy load babel transform (#405)c3f6ff4fix: always use native fornode:specifiers (#392)7aa365bfix(cjs-interop): handle function default exports (#396)f9d67d2build: migrate to rspack (#404)6404427test: new bench scriptdf844f8test: update deno and bun native test ignores5123334chore: update depscdb86cbchore(deps): update all non-major dependencies (#393)e615852chore(deps): update actions/checkout action to v5 (#394)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
2
+156
-140
Package Dependencies
@typescript-eslint/parser
npm
8.44.0 → 8.44.1
Patch
@typescript-eslint/eslint-plugin
npm
8.44.0 → 8.44.1
Patch
@typescript-eslint/type-utils
npm
8.44.0 → 8.44.1
Patch
@typescript-eslint/visitor-keys
npm
8.44.0 → 8.44.1
Patch
Technical Details
| ID: | 8257928 |
| UUID: | 2851343863 |
| Node ID: | PR_kwDOMzbQP86p9A33 |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |
| Merge State: | Unknown |