deps: bump the all-dependencies group with 11 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 0
(5 months ago)
(5 months ago)
(5 months ago)
by github-actions[bot]
dependencies
Bumps the all-dependencies group with 11 updates:
| Package | From | To |
|---|---|---|
| dotenv | 16.6.0 |
17.0.0 |
| @eslint/js | 9.29.0 |
9.30.0 |
| eslint | 9.29.0 |
9.30.0 |
| @eslint/config-array | 0.20.1 |
0.21.0 |
| @eslint/config-helpers | 0.2.3 |
0.3.0 |
| @jridgewell/gen-mapping | 0.3.8 |
0.3.9 |
| @jridgewell/sourcemap-codec | 1.5.0 |
1.5.1 |
| @types/node | 24.0.4 |
24.0.7 |
| electron-to-chromium | 1.5.176 |
1.5.177 |
| napi-postinstall | 0.2.4 |
0.2.5 |
| token-types | 6.0.0 |
6.0.3 |
Updates dotenv from 16.6.0 to 17.0.0
Changelog
Sourced from dotenv's changelog.
17.0.0 (2025-06-27)
Changed
- Default
quietto false - informational (file and keys count) runtime log message shows by default (#875)16.6.1 (2025-06-27)
Changed
- Default
quietto true – hiding the runtime log message (#874)- NOTICE: 17.0.0 will be released with quiet defaulting to false. Use
config({ quiet: true })to suppress.- And check out the new dotenvx. As coding workflows evolve and agents increasingly handle secrets, encrypted .env files offer a much safer way to deploy both agents and code together with secure secrets. Simply switch
require('dotenv').config()forrequire('@dotenvx/dotenvx').config().
Commits
f28bfd517.0.03348b36changelog 🪵a814691Merge pull request #875 from motdotla/quiet-truee8978b0mention dotenvx in runtime message to point people to safer .env files661b247update README withquietoptionb1d4a78quietdefaults to false - usequiet: trueto suppress info log6acdb0achangelog 🪵076ba3b16.6.18867fe0changelog 🪵424c32dMerge pull request #874 from motdotla/default-quiet-to-true- Additional commits viewable in compare view
Updates @eslint/js from 9.29.0 to 9.30.0
Release notes
Sourced from @eslint/js's releases.
v9.30.0
Features
52a5fcafeat: SupportbasePathproperty in config objects (#19879) (Milos Djermanovic)4ab4482feat: addallowSeparateTypeImportsoption tono-duplicate-imports(#19872) (sethamus)b8a7e7afeat: throw error when column is negative ingetIndexFromLoc(#19831) (루밀LuMir)Bug Fixes
6a0f164fix: handlenulltypelocingetIndexFromLocmethod (#19862) (루밀LuMir)3fbcd70fix: update error message forno-restricted-properties(#19855) (Tanuj Kanti)7ef4cf7fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38fix: useprocess.versionin--env-info(#19865) (TKDev7)Documentation
8662ed1docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)20158b0docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4docs: Fixed Typo in configuration-files.md (#19873) (0-20)4112fd0docs: clarify that boolean is still allowed for rulemeta.deprecated(#19866) (Bryan Mishkin)Chores
Changelog
Sourced from @eslint/js's changelog.
v9.30.0 - June 27, 2025
2b6491cchore: upgrade to@eslint/js@9.30.0(#19889) (Francesco Trotta)5a5d526chore: package.json update for@eslint/jsrelease (Jenkins)52a5fcafeat: SupportbasePathproperty in config objects (#19879) (Milos Djermanovic)6a0f164fix: handlenulltypelocingetIndexFromLocmethod (#19862) (루밀LuMir)8662ed1docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)eaf8a41chore: Correct typos in linter tests (#19878) (kilavvy)4ab4482feat: addallowSeparateTypeImportsoption tono-duplicate-imports(#19872) (sethamus)3fbcd70fix: update error message forno-restricted-properties(#19855) (Tanuj Kanti)20158b0docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4docs: Fixed Typo in configuration-files.md (#19873) (0-20)b8a7e7afeat: throw error when column is negative ingetIndexFromLoc(#19831) (루밀LuMir)7ef4cf7fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38fix: useprocess.versionin--env-info(#19865) (TKDev7)4112fd0docs: clarify that boolean is still allowed for rulemeta.deprecated(#19866) (Bryan Mishkin)
Commits
5a5d526chore: package.json update for@eslint/jsrelease- See full diff in compare view
Updates eslint from 9.29.0 to 9.30.0
Release notes
Sourced from eslint's releases.
v9.30.0
Features
52a5fcafeat: SupportbasePathproperty in config objects (#19879) (Milos Djermanovic)4ab4482feat: addallowSeparateTypeImportsoption tono-duplicate-imports(#19872) (sethamus)b8a7e7afeat: throw error when column is negative ingetIndexFromLoc(#19831) (루밀LuMir)Bug Fixes
6a0f164fix: handlenulltypelocingetIndexFromLocmethod (#19862) (루밀LuMir)3fbcd70fix: update error message forno-restricted-properties(#19855) (Tanuj Kanti)7ef4cf7fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38fix: useprocess.versionin--env-info(#19865) (TKDev7)Documentation
8662ed1docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)20158b0docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4docs: Fixed Typo in configuration-files.md (#19873) (0-20)4112fd0docs: clarify that boolean is still allowed for rulemeta.deprecated(#19866) (Bryan Mishkin)Chores
Changelog
Sourced from eslint's changelog.
v9.30.0 - June 27, 2025
2b6491cchore: upgrade to@eslint/js@9.30.0(#19889) (Francesco Trotta)5a5d526chore: package.json update for@eslint/jsrelease (Jenkins)52a5fcafeat: SupportbasePathproperty in config objects (#19879) (Milos Djermanovic)6a0f164fix: handlenulltypelocingetIndexFromLocmethod (#19862) (루밀LuMir)8662ed1docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)eaf8a41chore: Correct typos in linter tests (#19878) (kilavvy)4ab4482feat: addallowSeparateTypeImportsoption tono-duplicate-imports(#19872) (sethamus)3fbcd70fix: update error message forno-restricted-properties(#19855) (Tanuj Kanti)20158b0docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4docs: Fixed Typo in configuration-files.md (#19873) (0-20)b8a7e7afeat: throw error when column is negative ingetIndexFromLoc(#19831) (루밀LuMir)7ef4cf7fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38fix: useprocess.versionin--env-info(#19865) (TKDev7)4112fd0docs: clarify that boolean is still allowed for rulemeta.deprecated(#19866) (Bryan Mishkin)
Commits
ad1d6399.30.0c02d70bBuild: changelog update for 9.30.02b6491cchore: upgrade to@eslint/js@9.30.0(#19889)5a5d526chore: package.json update for@eslint/jsrelease52a5fcafeat: SupportbasePathproperty in config objects (#19879)6a0f164fix: handlenulltypelocingetIndexFromLocmethod (#19862)8662ed1docs: adopt eslint-stylistic sub packages related changes (#19887)eaf8a41chore: Correct typos in linter tests (#19878)4ab4482feat: addallowSeparateTypeImportsoption tono-duplicate-imports(#19872)3fbcd70fix: update error message forno-restricted-properties(#19855)- Additional commits viewable in compare view
Updates @eslint/config-array from 0.20.1 to 0.21.0
Release notes
Sourced from @eslint/config-array's releases.
config-array: v0.21.0
0.21.0 (2025-06-25)
⚠ BREAKING CHANGES
- Support
basePathproperty in config objects (#223)Features
Changelog
Sourced from @eslint/config-array's changelog.
0.21.0 (2025-06-25)
⚠ BREAKING CHANGES
- Support
basePathproperty in config objects (#223)Features
Commits
Updates @eslint/config-helpers from 0.2.3 to 0.3.0
Release notes
Sourced from @eslint/config-helpers's releases.
core: v0.3.0
0.3.0 (2024-07-22)
⚠ BREAKING CHANGES
- Add getLoc/getRange to SourceCode interface (#89)
Features
plugin-kit: v0.3.0
0.3.0 (2025-04-30)
Features
config-helpers: v0.3.0
0.3.0 (2025-06-25)
⚠ BREAKING CHANGES
- Support
basePathproperty in config objects (#223)Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped from ^0.15.0 to ^0.15.1plugin-kit: v0.2.8
0.2.8 (2025-04-01)
Dependencies
- The following workspace dependencies were updated
- dependencies
@eslint/corebumped from ^0.12.0 to ^0.13.0plugin-kit: v0.2.7
... (truncated)
Changelog
Sourced from @eslint/config-helpers's changelog.
0.3.0 (2025-06-25)
⚠ BREAKING CHANGES
- Support
basePathproperty in config objects (#223)Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/corebumped from ^0.15.0 to ^0.15.1
Commits
- See full diff in compare view
Updates @jridgewell/gen-mapping from 0.3.8 to 0.3.9
Changelog
Sourced from @jridgewell/gen-mapping's changelog.
[0.3.9] - 2025-06-29
- Fix package types for CJS and ESM imports: a924ed3
- fix: use stable version of sourcemap-codec dependency: #26 (thanks
@benmccann)- Add
module-syncexports type for require(esm): 3836f6c- Add type declaration source maps to assist go-to-definition: 9a02665
- Temporarily remove scopes/ranges APIs: 7575b63
- Include set-array source directly in gen-mapping project: #1 (thanks
@benmccann)Full Changelog: https://github.com/jridgewell/sourcemaps/compare/gen-mapping/0.3.5...gen-mapping/0.3.9
[0.3.5] - 2024-03-01
- Add
ignoreListsupport: https://github.com/jridgewell/gen-mapping/commit/9add0c20b3058a0f98c5d1a730405b3726479269Full Changelog: https://github.com/jridgewell/gen-mapping/compare/v0.3.4...v0.3.5
[0.3.4] - 2024-02-24
Full Changelog: https://github.com/jridgewell/gen-mapping/compare/v0.3.3...v0.3.4
[0.3.3] - 2023-04-07
Full Changelog: https://github.com/jridgewell/gen-mapping/compare/v0.3.2...v0.3.3
[0.3.2] - 2022-06-26
Internal
- [meta] fix "exports" for node 13.0-13.6 by
@ljharbin jridgewell/gen-mapping#4- Fix built sources paths
New Contributors
@ljharbmade their first contribution in jridgewell/gen-mapping#4Full Changelog: https://github.com/jridgewell/gen-mapping/compare/v0.3.1...v0.3.2
[0.3.1] - 2022-05-05
Full Changelog: https://github.com/jridgewell/gen-mapping/compare/v0.3.0...v0.3.1
[0.3.0] - 2022-04-30
Breaking Changes
- Segments are no longer sorted by
sourcesIndex/sourceLine/sourceColumn/namesIndexwhen inserting
... (truncated)
Commits
2768db7gen-mapping/0.3.9d7122d8Add changelog with latest changes345dfdfAdd changelogs scraped from releases9a02665Reorder exports, generate type maps3836f6cAdd module-sync exportsa924ed3Fix package typesdedc15cUpdate prettier6abefa9Fix version0ad2fe7Clean and standardize tsconfigf1a9417Use custom UMD plugin- Additional commits viewable in compare view
Updates @jridgewell/sourcemap-codec from 1.5.0 to 1.5.1
Changelog
Sourced from @jridgewell/sourcemap-codec's changelog.
[1.5.1] - 2025-06-29
- Fix package types for CJS and ESM imports: a924ed3
- Add
module-syncexports type for require(esm): 3836f6c- Add type declaration source maps to assist go-to-definition: 9a02665
Full Changelog: https://github.com/jridgewell/sourcemaps/compare/sourcemap-codec/1.5.0...sourcemap-codec/1.5.1
Commits
fa5d022sourcemap-codec/1.5.1d7122d8Add changelog with latest changes345dfdfAdd changelogs scraped from releases9a02665Reorder exports, generate type maps3836f6cAdd module-sync exportsa924ed3Fix package typesdedc15cUpdate prettier0ad2fe7Clean and standardize tsconfigf1a9417Use custom UMD plugin9fd42d6Always build and test before publishing- Additional commits viewable in compare view
Updates @types/node from 24.0.4 to 24.0.7
Commits
- See full diff in compare view
Updates electron-to-chromium from 1.5.176 to 1.5.177
Commits
f3784c71.5.1779e60292generate new version- See full diff in compare view
Updates napi-postinstall from 0.2.4 to 0.2.5
Release notes
Sourced from napi-postinstall's releases.
v0.2.5
Patch Changes
New Contributors
@WooWanmade their first contribution in un-ts/napi-postinstall#38Full Changelog: https://github.com/un-ts/napi-postinstall/compare/v0.2.4...v0.2.5
Commits
254b740chore: release napi-postinstall (#39)76b34bdfeat: handle 307 and 308 redirect status codes (#38)- See full diff in compare view
Updates token-types from 6.0.0 to 6.0.3
Release notes
Sourced from token-types's releases.
v6.0.3
Changes
NPM release
NPM release: token-types@6.0.3
v6.0.2
Changes
🐛 Bug Fixes
- Move biome to devDependencies
@foray1010(#725)NPM release
NPM release: token-types@6.0.2
v6.0.1
Changes
🐛 Bug Fixes
NPM release
NPM release: token-types@6.0.1, Deprecated: "Polluted dependency tree", #725
Commits
11d3df16.0.31456125Make encoding argument in StringType optional (defaultutf-8)6bccea06.0.262de392Update Biome to 2.0.6ccd9f99Move biome to devDependencies316cfce6.0.1f79bfceRemove Yarn Berry from repob25894dREADME: Update text decoding handling2ad5980Bump@types/nodefrom 20.14.9 to 24.0.7873ce80Bump chai and@types/chai- 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
+118
-126
Package Dependencies
@jridgewell/sourcemap-codec
npm
1.5.0 → 1.5.1
Patch
Technical Details
| ID: | 2448468 |
| UUID: | 2627696827 |
| Node ID: | PR_kwDONiXIMs6cn3i7 |
| Host: | GitHub |
| Repository: | mattfsourcecode/node-graphql-code-test |
| Merge State: | Unknown |