chore(deps): bump the major-deps-updates-main group across 1 directory with 7 updates#26
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
…y with 7 updates Bumps the major-deps-updates-main group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@octokit/rest](https://github.com/octokit/rest.js) | `21.1.1` | `22.0.1` | | [dotenv](https://github.com/motdotla/dotenv) | `16.5.0` | `17.2.4` | | [node-fetch](https://github.com/node-fetch/node-fetch) | `2.7.0` | `3.3.2` | | [zod](https://github.com/colinhacks/zod) | `3.24.4` | `4.3.6` | | [@types/dotenv](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dotenv) | `6.1.1` | `8.2.3` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.15.17` | `25.2.2` | | [eslint](https://github.com/eslint/eslint) | `9.39.1` | `10.0.0` | Updates `@octokit/rest` from 21.1.1 to 22.0.1 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v21.1.1...v22.0.1) Updates `dotenv` from 16.5.0 to 17.2.4 - [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md) - [Commits](https://github.com/motdotla/dotenv/commits) Updates `node-fetch` from 2.7.0 to 3.3.2 - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Commits](node-fetch/node-fetch@v2.7.0...v3.3.2) Updates `zod` from 3.24.4 to 4.3.6 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](colinhacks/zod@v3.24.4...v4.3.6) Updates `@types/dotenv` from 6.1.1 to 8.2.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dotenv) Updates `@types/node` from 22.15.17 to 25.2.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint` from 9.39.1 to 10.0.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v9.39.1...v10.0.0) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-version: 22.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates-main - dependency-name: dotenv dependency-version: 17.2.4 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates-main - dependency-name: node-fetch dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates-main - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major-deps-updates-main - dependency-name: "@types/dotenv" dependency-version: 8.2.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates-main - dependency-name: "@types/node" dependency-version: 25.2.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates-main - dependency-name: eslint dependency-version: 10.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: major-deps-updates-main ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Bumps the major-deps-updates-main group with 7 updates in the / directory:
21.1.122.0.116.5.017.2.42.7.03.3.23.24.44.3.66.1.18.2.322.15.1725.2.29.39.110.0.0Updates
@octokit/restfrom 21.1.1 to 22.0.1Release notes
Sourced from
@octokit/rest's releases.Commits
daa3ec9ci(action): update actions/setup-node action to v6 (#534)1dec0c7ci(action): update peter-evans/create-or-update-comment action to v5 (#531)ded2f17fix(deps): update octokit monorepo (major) (#538)0e0eaeachore(deps): update dependency@types/nodeto v24 (#537)c04acc8chore(deps): update vitest monorepo to v4 (major) (#536)e6dd306chore(deps): update dependency undici to v7 (#474)5f380d0build(deps-dev): Bump form-data from 4.0.2 to 4.0.4 in /docs (#520)dc6827dbuild(deps-dev): Bump tar-fs from 2.1.2 to 2.1.3 in /docs (#516)77530abfix(deps): update octokit monorepo (major) (#504)d07b719build(deps): Bump vite from 6.2.5 to 6.3.4 (#509)Updates
dotenvfrom 16.5.0 to 17.2.4Changelog
Sourced from dotenv's changelog.
... (truncated)
Commits
Updates
node-fetchfrom 2.7.0 to 3.3.2Release notes
Sourced from node-fetch's releases.
... (truncated)
Commits
8b3320dfix: Remove the default connection close header. (#1736)7b86e94fix: release "Allow URL class object as an argument for fetch()" #1696 (#1716)8ced5b9docs: readme - non ESM example (#1707)71e376bci(release): use latest Node LTS (#1697)e093030Allow URL class object as an argument for fetch() (#1696)55a4870feat: add static Response.json (#1670)c071406(1138) - Fixed HTTPResponseError with correct constructor and usage (#1666)6f72caadocs: fix missing comma in example (#1623)2880238fix: ReDoS referrer (#1611)e87b093fix(Headers): don't forward secure headers on protocol change (#1599)Updates
zodfrom 3.24.4 to 4.3.6Release notes
Sourced from zod's releases.
... (truncated)
Commits
ca3c862v4.3.6762e911Generalize numeric key handlingdfbbf1cAvoid re-exported star modules (#5656)cbf77bbAvoid non null assertion (#5638)85db85efix: typo in codec.test.ts file (#5628)edd4132fix: add missing User-agent to robots.txt and allow all (#5646)251d716Clean up workflow_callf4b7baeUpdate pullfrog.yml (#5634)9977fb0Add brand.dev to sponsors0cdc0b84.3.5Updates
@types/dotenvfrom 6.1.1 to 8.2.3Commits
Updates
@types/nodefrom 22.15.17 to 25.2.2Commits
Updates
eslintfrom 9.39.1 to 10.0.0Release notes
Sourced from eslint's releases.
... (truncated)
Commits
4e6c4ac10.0.0ddd8a22Build: changelog update for 10.0.0bff9091feat: handleArray.fromAsyncinarray-callback-return(#20457)1ece282chore: ignore/docs/v9.xin link checker (#20452)034e139ci: add type integration test for@html-eslint/eslint-plugin(#20345)f3fbc2fchore: set@eslint/jsversion to 10.0.0 to skip releasing it (#20466)e978ddadocs: Update README4cecf83docs: Update READMEc79f0abdocs: Update READMEafc0681chore: remove scopeManager.addGlobals patch for typescript-eslint parser (#20...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 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