Bump the packages group with 17 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 1
(7 months ago)
(7 months ago)
(7 months ago)
dependencies javascript
poad
Bumps the packages group with 17 updates:
| Package | From | To |
|---|---|---|
| @octokit/core | 7.0.5 |
7.0.6 |
| @octokit/plugin-paginate-rest | 13.2.1 |
14.0.0 |
| @eslint/js | 9.38.0 |
9.39.0 |
| eslint | 9.38.0 |
9.39.0 |
| vercel | 48.7.1 |
48.8.0 |
| vite-plugin-vercel | 9.0.7 |
9.0.8 |
| @eslint/core | 0.16.0 |
0.17.0 |
| @octokit/endpoint | 11.0.1 |
11.0.2 |
| @octokit/graphql | 9.0.2 |
9.0.3 |
| @octokit/openapi-types | 26.0.0 |
27.0.0 |
| @octokit/request-error | 7.0.1 |
7.0.2 |
| @octokit/request | 10.0.5 |
10.0.6 |
| @octokit/types | 15.0.2 |
16.0.0 |
| @vercel/next | 4.14.1 |
4.15.0 |
| @vercel/routing-utils | 3.1.0 |
5.2.1 |
| baseline-browser-mapping | 2.8.21 |
2.8.23 |
| caniuse-lite | 1.0.30001751 |
1.0.30001753 |
Updates @octokit/core from 7.0.5 to 7.0.6
Commits
951bd35fix(deps): update dependency@octokit/typesto v16 (#759)48961f8ci(action): update peter-evans/create-or-update-comment action to v5 (#751)f65e546ci(action): update github/codeql-action action to v4 (#753)c95a0d6chore(deps): update dependency@types/sinonjs__fake-timers to v15 (#756)e0fcb16ci(action): update actions/setup-node action to v6 (#754)- See full diff in compare view
Updates @octokit/plugin-paginate-rest from 13.2.1 to 14.0.0
Release notes
Sourced from @octokit/plugin-paginate-rest's releases.
v14.0.0
14.0.0 (2025-10-31)
Features
- add immutable releases, enterprise team membership, enterprise team organization endpoints (413e899)
BREAKING CHANGES
- Remove
GET /projects/{project_id}/columns- Remove
GET /enterprises/{enterprise}/secret-scanning/alerts
Commits
413e899feat: add immutable releases, enterprise team membership, enterprise team org...3d311d6chore(deps): update dependency@types/nodeto v24 (#701)- See full diff in compare view
Updates @eslint/js from 9.38.0 to 9.39.0
Release notes
Sourced from @eslint/js's releases.
v9.39.0
Features
cc57d87feat: update error loc to key inno-dupe-class-members(#20259) (Tanuj Kanti)126552ffeat: update error location infor-directionandno-dupe-args(#20258) (Tanuj Kanti)167d097feat: updatecomplexityrule to highlight only static block header (#20245) (jaymarvelz)Bug Fixes
15f5c7cfix: forward traversalstep.argsto visitors (#20253) (jaymarvelz)5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)e86b813fix: Use more types from@eslint/core(#20257) (Nicholas C. Zakas)927272dfix: correctScopetypings (#20198) (jaymarvelz)37f76d9fix: useAST.Programtype for Program node (#20244) (Francesco Trotta)ae07f0bfix: unify timing report for concurrent linting (#20188) (jaymarvelz)b165d47fix: correctRuletypings (#20199) (jaymarvelz)fb97cdafix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)Documentation
d3e81e3docs: Always recommend to include a files property (#20158) (Percy Ma)0f0385fdocs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)a3b1456docs: Update README (GitHub Actions Bot)cf5f2dddocs: fix correct tag ofno-useless-constructor(#20255) (Tanuj Kanti)10b995cdocs: add TS options and examples fornofuncinno-use-before-define(#20249) (Tanuj Kanti)2584187docs: remove repetitive word in comment (#20242) (reddaisyy)637216bdocs: update CLI flags migration instructions (#20238) (jaymarvelz)e7cda3bdocs: Update README (GitHub Actions Bot)7b9446fdocs: handle empty flags sections on the feature flags page (#20222) (sethamus)Chores
dfe3c1bchore: update@eslint/jsversion to 9.39.0 (#20270) (Francesco Trotta)2375a6dchore: package.json update for@eslint/jsrelease (Jenkins)a1f4e52chore: update@eslintdependencies (#20265) (Francesco Trotta)c7d3229chore: update dependency@eslint/coreto ^0.17.0 (#20256) (renovate[bot])27549bcchore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)a1370eeci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])9e7fad4chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits
2375a6dchore: package.json update for@eslint/jsrelease9e7fad4chore: add script to auto-generate eslint:recommended configuration (#20208)- See full diff in compare view
Updates eslint from 9.38.0 to 9.39.0
Release notes
Sourced from eslint's releases.
v9.39.0
Features
cc57d87feat: update error loc to key inno-dupe-class-members(#20259) (Tanuj Kanti)126552ffeat: update error location infor-directionandno-dupe-args(#20258) (Tanuj Kanti)167d097feat: updatecomplexityrule to highlight only static block header (#20245) (jaymarvelz)Bug Fixes
15f5c7cfix: forward traversalstep.argsto visitors (#20253) (jaymarvelz)5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167) (Nitin Kumar)e86b813fix: Use more types from@eslint/core(#20257) (Nicholas C. Zakas)927272dfix: correctScopetypings (#20198) (jaymarvelz)37f76d9fix: useAST.Programtype for Program node (#20244) (Francesco Trotta)ae07f0bfix: unify timing report for concurrent linting (#20188) (jaymarvelz)b165d47fix: correctRuletypings (#20199) (jaymarvelz)fb97cdafix: improve error message for missing fix function in suggestions (#20218) (jaymarvelz)Documentation
d3e81e3docs: Always recommend to include a files property (#20158) (Percy Ma)0f0385fdocs: use consistent naming recommendation (#20250) (Alex M. Spieslechner)a3b1456docs: Update README (GitHub Actions Bot)cf5f2dddocs: fix correct tag ofno-useless-constructor(#20255) (Tanuj Kanti)10b995cdocs: add TS options and examples fornofuncinno-use-before-define(#20249) (Tanuj Kanti)2584187docs: remove repetitive word in comment (#20242) (reddaisyy)637216bdocs: update CLI flags migration instructions (#20238) (jaymarvelz)e7cda3bdocs: Update README (GitHub Actions Bot)7b9446fdocs: handle empty flags sections on the feature flags page (#20222) (sethamus)Chores
dfe3c1bchore: update@eslint/jsversion to 9.39.0 (#20270) (Francesco Trotta)2375a6dchore: package.json update for@eslint/jsrelease (Jenkins)a1f4e52chore: update@eslintdependencies (#20265) (Francesco Trotta)c7d3229chore: update dependency@eslint/coreto ^0.17.0 (#20256) (renovate[bot])27549bcchore: update fuzz testing to not error if code sample minimizer fails (#20252) (Milos Djermanovic)a1370eeci: bump actions/setup-node from 5 to 6 (#20230) (dependabot[bot])9e7fad4chore: add script to auto-generate eslint:recommended configuration (#20208) (唯然)
Commits
ac3a60d9.39.0e79017fBuild: changelog update for 9.39.0dfe3c1bchore: update@eslint/jsversion to 9.39.0 (#20270)2375a6dchore: package.json update for@eslint/jsreleased3e81e3docs: Always recommend to include a files property (#20158)15f5c7cfix: forward traversalstep.argsto visitors (#20253)5a1a534fix: allow JSDoc comments in object-shorthand rule (#20167)cc57d87feat: update error loc to key inno-dupe-class-members(#20259)a1f4e52chore: update@eslintdependencies (#20265)e86b813fix: Use more types from@eslint/core(#20257)- Additional commits viewable in compare view
Updates vercel from 48.7.1 to 48.8.0
Release notes
Sourced from vercel's releases.
vercel@48.8.0
Minor Changes
Patch Changes
- Updated dependencies [
00c960f0c187650152580f14ab17770cec46dfc2]:
@vercel/next@4.15.0
Changelog
Sourced from vercel's changelog.
48.8.0
Minor Changes
Patch Changes
- Updated dependencies [
00c960f0c187650152580f14ab17770cec46dfc2]:
@vercel/next@4.15.0
Commits
Updates vite-plugin-vercel from 9.0.7 to 9.0.8
Commits
- See full diff in compare view
Updates @eslint/core from 0.16.0 to 0.17.0
Release notes
Sourced from @eslint/core's releases.
config-array: v0.17.0
0.17.0 (2024-06-26)
⚠ BREAKING CHANGES
- Allow escaping characters on Windows (#61)
Bug Fixes
core: v0.17.0
0.17.0 (2025-10-27)
Features
Bug Fixes
Commits
f5ecc7echore: release main (#303)5ccde5bfeat: export additional core types (#304)760fb02docs: Update README sponsors02bac50fix: requirefixin suggestion objects (#298)6030caddocs: Update README sponsors4334e76docs: fix JSDoc typo (#287)f1f341ddocs: Update README sponsors- See full diff in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @eslint/core since your current version.
Updates @octokit/endpoint from 11.0.1 to 11.0.2
Commits
6bf6418fix(deps): update dependency@octokit/typesto v16 (#542)c148b2eci(action): update actions/checkout action to v5 (#528)bd8aed1ci(action): update github/codeql-action action to v4 (#536)75a7795ci(action): update actions/setup-node action to v6 (#537)8fda990chore(deps): update dependency prettier to v3.6.2 (#527)ecce6b1ci(action): update actions/setup-node action to v5 (#529)- See full diff in compare view
Updates @octokit/graphql from 9.0.2 to 9.0.3
Commits
d5acce5fix(deps): update dependency@octokit/typesto v16 (#676)db5b8fcbuild(deps): lock file maintenance (#670)6d34f9fci(action): update github/codeql-action action to v4 (#671)be6febachore(deps): update dependency@types/nodeto v24 (#675)59bbbbcci(action): update peter-evans/create-or-update-comment action to v5 (#668)9014228ci(action): update actions/setup-node action to v6 (#672)2e9c447chore(deps): update dependency prettier to v3.6.2 (#661)e31cf11ci(action): update actions/setup-node action to v5 (#663)9989422build(deps): lock file maintenance (#667)- See full diff in compare view
Updates @octokit/openapi-types from 26.0.0 to 27.0.0
Release notes
Sourced from @octokit/openapi-types's releases.
v27.0.0
27.0.0 (2025-10-30)
Features
- add GHES 3.18, immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#479) (1e600e2)
BREAKING CHANGES
- Several endpoints ID change
- Removed endpoints
Commits
1e600e2feat: add GHES 3.18, immutable releases, enterprise team membership, enterpri...- See full diff in compare view
Updates @octokit/request-error from 7.0.1 to 7.0.2
Commits
e5a75effix(deps): update dependency@octokit/typesto v16 (#533)e5d5de2chore(deps): update dependency@types/nodeto v24 (#532)8cc127bci(action): update actions/setup-node action to v6 (#529)b3a876bbuild(deps): lock file maintenance (#527)cf1817bci(action): update github/codeql-action action to v4 (#528)61f1e87chore(deps): update dependency tinybench to v5 (#519)9e12ca9chore(deps): update dependency prettier to v3.6.2 (#516)9977ed5build(deps): lock file maintenance (#524)39fca6dci(action): update actions/checkout action to v5 (#518)daeef6bci(action): update actions/setup-node action to v5 (#520)- See full diff in compare view
Updates @octokit/request from 10.0.5 to 10.0.6
Commits
Updates @octokit/types from 15.0.2 to 16.0.0
Release notes
Sourced from @octokit/types's releases.
v16.0.0
16.0.0 (2025-10-30)
Features
- add immutable releases, enterprise team membership, enterprise team organization, custom runner images, many type additions and improvements (#693) (dc1ceeb)
BREAKING CHANGES
- Removed endpoints
Commits
dc1ceebfeat: add immutable releases, enterprise team membership, enterprise team org...- See full diff in compare view
Updates @vercel/next from 4.14.1 to 4.15.0
Release notes
Sourced from @vercel/next's releases.
@vercel/next@4.15.0Minor Changes
- Update functions size threshold when using Bun as a runtime (#14171)
Changelog
Sourced from @vercel/next's changelog.
4.15.0
Minor Changes
- Update functions size threshold when using Bun as a runtime (#14171)
Commits
Updates @vercel/routing-utils from 3.1.0 to 5.2.1
Release notes
Sourced from @vercel/routing-utils's releases.
@vercel/routing-utils@5.2.1Patch Changes
- Add experimental support for routes.json (#14138)
Changelog
Sourced from @vercel/routing-utils's changelog.
5.2.1
Patch Changes
- Add experimental support for routes.json (#14138)
5.2.0
Minor Changes
- support bulk redirects in routing-utils (#14032)
Patch Changes
- fix: support underscores in named capture groups for routing patterns (#14017)
5.1.1
Patch Changes
- Reverting support for
preferredRegion(#13566)5.1.0
Minor Changes
- Change where validation on the routing array happens (schema to api) (#13476)
5.0.8
Patch Changes
- support transform rules in vercel.json (#13464)
5.0.7
Patch Changes
- Fixed TS literal type inference for compatibility with json-schema-to-ts (#13446)
5.0.6
Patch Changes
- Adds support for conditionValues for
hasandmissingandmitigatein yourvercel.jsonfile. (#13409)5.0.5
Patch Changes
... (truncated)
Commits
2269fbcVersion Packages (#14145)c4fca8aAdd experimental support for.vercel/routes.json(#14138)f99f7a4Version Packages (#14038)07cefeefix(routing-utils): support underscores in named capture groups (#14017)6deaf1c[bulk-redirects] add schema for bulk-redirects to routing-utils to generate o...33a93dfVersion Packages (#13561)9846dc3Version Packages (#13514)53cbed6feat(routes-utils): move validation for max items for routes (#13476)b784a1cVersion Packages (#13473)8f79180[routing-utils]: Update routes to support transforms (#13464)- Additional commits viewable in compare view
Updates baseline-browser-mapping from 2.8.21 to 2.8.23
Commits
Updates caniuse-lite from 1.0.30001751 to 1.0.30001753
Commits
9cb8427Update caniuse-db 1.0.3000175352fb80dUpdate caniuse-db 1.0.30001752- See full diff 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
Package Dependencies
@octokit/plugin-paginate-rest
npm
13.2.1 → 14.0.0
Major
Technical Details
| ID: | 10764654 |
| UUID: | 3580049871 |
| Node ID: | PR_kwDOMzbQP86xFYy5 |
| Host: | GitHub |
| Repository: | poad/github-rest-api-executor |