deps: bump the all-dependencies group with 11 updates
Type: Pull Request
State: Merged
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 0
(2 months ago)
(2 months ago)
(2 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
quiet
to false - informational (file and keys count) runtime log message shows by default (#875)16.6.1 (2025-06-27)
Changed
- Default
quiet
to 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
f28bfd5
17.0.03348b36
changelog 🪵a814691
Merge pull request #875 from motdotla/quiet-truee8978b0
mention dotenvx in runtime message to point people to safer .env files661b247
update README withquiet
optionb1d4a78
quiet
defaults to false - usequiet: true
to suppress info log6acdb0a
changelog 🪵076ba3b
16.6.18867fe0
changelog 🪵424c32d
Merge 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
52a5fca
feat: SupportbasePath
property in config objects (#19879) (Milos Djermanovic)4ab4482
feat: addallowSeparateTypeImports
option tono-duplicate-imports
(#19872) (sethamus)b8a7e7a
feat: throw error when column is negative ingetIndexFromLoc
(#19831) (루밀LuMir)Bug Fixes
6a0f164
fix: handlenull
typeloc
ingetIndexFromLoc
method (#19862) (루밀LuMir)3fbcd70
fix: update error message forno-restricted-properties
(#19855) (Tanuj Kanti)7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38
fix: useprocess.version
in--env-info
(#19865) (TKDev7)Documentation
8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)20158b0
docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873) (0-20)4112fd0
docs: 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
2b6491c
chore: upgrade to@eslint/js@9.30.0
(#19889) (Francesco Trotta)5a5d526
chore: package.json update for@eslint/js
release (Jenkins)52a5fca
feat: SupportbasePath
property in config objects (#19879) (Milos Djermanovic)6a0f164
fix: handlenull
typeloc
ingetIndexFromLoc
method (#19862) (루밀LuMir)8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)eaf8a41
chore: Correct typos in linter tests (#19878) (kilavvy)4ab4482
feat: addallowSeparateTypeImports
option tono-duplicate-imports
(#19872) (sethamus)3fbcd70
fix: update error message forno-restricted-properties
(#19855) (Tanuj Kanti)20158b0
docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873) (0-20)b8a7e7a
feat: throw error when column is negative ingetIndexFromLoc
(#19831) (루밀LuMir)7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38
fix: useprocess.version
in--env-info
(#19865) (TKDev7)4112fd0
docs: clarify that boolean is still allowed for rulemeta.deprecated
(#19866) (Bryan Mishkin)
Commits
5a5d526
chore: package.json update for@eslint/js
release- 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
52a5fca
feat: SupportbasePath
property in config objects (#19879) (Milos Djermanovic)4ab4482
feat: addallowSeparateTypeImports
option tono-duplicate-imports
(#19872) (sethamus)b8a7e7a
feat: throw error when column is negative ingetIndexFromLoc
(#19831) (루밀LuMir)Bug Fixes
6a0f164
fix: handlenull
typeloc
ingetIndexFromLoc
method (#19862) (루밀LuMir)3fbcd70
fix: update error message forno-restricted-properties
(#19855) (Tanuj Kanti)7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38
fix: useprocess.version
in--env-info
(#19865) (TKDev7)Documentation
8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)20158b0
docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873) (0-20)4112fd0
docs: 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
2b6491c
chore: upgrade to@eslint/js@9.30.0
(#19889) (Francesco Trotta)5a5d526
chore: package.json update for@eslint/js
release (Jenkins)52a5fca
feat: SupportbasePath
property in config objects (#19879) (Milos Djermanovic)6a0f164
fix: handlenull
typeloc
ingetIndexFromLoc
method (#19862) (루밀LuMir)8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887) (ntnyq)eaf8a41
chore: Correct typos in linter tests (#19878) (kilavvy)4ab4482
feat: addallowSeparateTypeImports
option tono-duplicate-imports
(#19872) (sethamus)3fbcd70
fix: update error message forno-restricted-properties
(#19855) (Tanuj Kanti)20158b0
docs: typo in comment for unused variables handling (#19870) (leopardracer)ebfb5b4
docs: Fixed Typo in configuration-files.md (#19873) (0-20)b8a7e7a
feat: throw error when column is negative ingetIndexFromLoc
(#19831) (루밀LuMir)7ef4cf7
fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)7dabc38
fix: useprocess.version
in--env-info
(#19865) (TKDev7)4112fd0
docs: clarify that boolean is still allowed for rulemeta.deprecated
(#19866) (Bryan Mishkin)
Commits
ad1d639
9.30.0c02d70b
Build: changelog update for 9.30.02b6491c
chore: upgrade to@eslint/js@9.30.0
(#19889)5a5d526
chore: package.json update for@eslint/js
release52a5fca
feat: SupportbasePath
property in config objects (#19879)6a0f164
fix: handlenull
typeloc
ingetIndexFromLoc
method (#19862)8662ed1
docs: adopt eslint-stylistic sub packages related changes (#19887)eaf8a41
chore: Correct typos in linter tests (#19878)4ab4482
feat: addallowSeparateTypeImports
option tono-duplicate-imports
(#19872)3fbcd70
fix: 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
basePath
property in config objects (#223)Features
Changelog
Sourced from @eslint/config-array
's changelog.
0.21.0 (2025-06-25)
⚠ BREAKING CHANGES
- Support
basePath
property 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
basePath
property in config objects (#223)Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped 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/core
bumped 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
basePath
property in config objects (#223)Features
Dependencies
- The following workspace dependencies were updated
- devDependencies
@eslint/core
bumped 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-sync
exports 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
ignoreList
support: 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
@ljharb
in jridgewell/gen-mapping#4- Fix built sources paths
New Contributors
@ljharb
made 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
/namesIndex
when inserting
... (truncated)
Commits
2768db7
gen-mapping/0.3.9d7122d8
Add changelog with latest changes345dfdf
Add changelogs scraped from releases9a02665
Reorder exports, generate type maps3836f6c
Add module-sync exportsa924ed3
Fix package typesdedc15c
Update prettier6abefa9
Fix version0ad2fe7
Clean and standardize tsconfigf1a9417
Use 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-sync
exports 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
fa5d022
sourcemap-codec/1.5.1d7122d8
Add changelog with latest changes345dfdf
Add changelogs scraped from releases9a02665
Reorder exports, generate type maps3836f6c
Add module-sync exportsa924ed3
Fix package typesdedc15c
Update prettier0ad2fe7
Clean and standardize tsconfigf1a9417
Use custom UMD plugin9fd42d6
Always 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
f3784c7
1.5.1779e60292
generate 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
@WooWan
made 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
254b740
chore: release napi-postinstall (#39)76b34bd
feat: 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
11d3df1
6.0.31456125
Make encoding argument in StringType optional (defaultutf-8
)6bccea0
6.0.262de392
Update Biome to 2.0.6ccd9f99
Move biome to devDependencies316cfce
6.0.1f79bfce
Remove Yarn Berry from repob25894d
README: Update text decoding handling2ad5980
Bump@types/node
from 20.14.9 to 24.0.7873ce80
Bump 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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 |