An open index of dependabot pull requests across open source projects.

deps: bump the all-dependencies group with 11 updates

Merged
Number: #214
Type: Pull Request
State: Merged
Author: dependabot[bot] dependabot[bot]
Association: Contributor
Comments: 0
Created: June 30, 2025 at 04:16 AM UTC
(2 months ago)
Updated: June 30, 2025 at 04:17 AM UTC
(2 months ago)
Merged: June 30, 2025 at 04:17 AM UTC
(2 months ago)
by github-actions[bot]
Time to Close: 1 minute
Labels:
dependencies
Description:

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() for require('@dotenvx/dotenvx').config().
Commits
  • f28bfd5 17.0.0
  • 3348b36 changelog 🪵
  • a814691 Merge pull request #875 from motdotla/quiet-true
  • e8978b0 mention dotenvx in runtime message to point people to safer .env files
  • 661b247 update README with quiet option
  • b1d4a78 quiet defaults to false - use quiet: true to suppress info log
  • 6acdb0a changelog 🪵
  • 076ba3b 16.6.1
  • 8867fe0 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: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#19831) (루밀LuMir)

Bug Fixes

  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862) (루밀LuMir)
  • 3fbcd70 fix: update error message for no-restricted-properties (#19855) (Tanuj Kanti)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.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 rule meta.deprecated (#19866) (Bryan Mishkin)

Chores

  • 2b6491c chore: upgrade to @eslint/js@9.30.0 (#19889) (Francesco Trotta)
  • 5a5d526 chore: package.json update for @​eslint/js release (Jenkins)
  • eaf8a41 chore: Correct typos in linter tests (#19878) (kilavvy)
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: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 6a0f164 fix: handle null type loc in getIndexFromLoc 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: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • 3fbcd70 fix: update error message for no-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 in getIndexFromLoc (#19831) (루밀LuMir)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#19865) (TKDev7)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#19866) (Bryan Mishkin)
Commits

Updates eslint from 9.29.0 to 9.30.0

Release notes

Sourced from eslint's releases.

v9.30.0

Features

  • 52a5fca feat: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • b8a7e7a feat: throw error when column is negative in getIndexFromLoc (#19831) (루밀LuMir)

Bug Fixes

  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862) (루밀LuMir)
  • 3fbcd70 fix: update error message for no-restricted-properties (#19855) (Tanuj Kanti)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.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 rule meta.deprecated (#19866) (Bryan Mishkin)

Chores

  • 2b6491c chore: upgrade to @eslint/js@9.30.0 (#19889) (Francesco Trotta)
  • 5a5d526 chore: package.json update for @​eslint/js release (Jenkins)
  • eaf8a41 chore: Correct typos in linter tests (#19878) (kilavvy)
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: Support basePath property in config objects (#19879) (Milos Djermanovic)
  • 6a0f164 fix: handle null type loc in getIndexFromLoc 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: add allowSeparateTypeImports option to no-duplicate-imports (#19872) (sethamus)
  • 3fbcd70 fix: update error message for no-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 in getIndexFromLoc (#19831) (루밀LuMir)
  • 7ef4cf7 fix: remove unnecessary semicolon from fixes (#19857) (Francesco Trotta)
  • 7dabc38 fix: use process.version in --env-info (#19865) (TKDev7)
  • 4112fd0 docs: clarify that boolean is still allowed for rule meta.deprecated (#19866) (Bryan Mishkin)
Commits
  • ad1d639 9.30.0
  • c02d70b Build: changelog update for 9.30.0
  • 2b6491c chore: upgrade to @eslint/js@9.30.0 (#19889)
  • 5a5d526 chore: package.json update for @​eslint/js release
  • 52a5fca feat: Support basePath property in config objects (#19879)
  • 6a0f164 fix: handle null type loc in getIndexFromLoc method (#19862)
  • 8662ed1 docs: adopt eslint-stylistic sub packages related changes (#19887)
  • eaf8a41 chore: Correct typos in linter tests (#19878)
  • 4ab4482 feat: add allowSeparateTypeImports option to no-duplicate-imports (#19872)
  • 3fbcd70 fix: update error message for no-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

  • Support basePath property in config objects (#223) (40d31ba)
Changelog

Sourced from @​eslint/config-array's changelog.

0.21.0 (2025-06-25)

⚠ BREAKING CHANGES

  • Support basePath property in config objects (#223)

Features

  • Support basePath property in config objects (#223) (40d31ba)
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

  • Add getLoc/getRange to SourceCode interface (#89) (d51f979)

plugin-kit: v0.3.0

0.3.0 (2025-04-30)

Features

  • make TextSourceCodeBase a generic type (#182) (484b6ca)

config-helpers: v0.3.0

0.3.0 (2025-06-25)

⚠ BREAKING CHANGES

  • Support basePath property in config objects (#223)

Features

  • Support basePath property in config objects (#223) (40d31ba)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.0 to ^0.15.1

plugin-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.0

plugin-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

  • Support basePath property in config objects (#223) (40d31ba)

Dependencies

  • The following workspace dependencies were updated
    • devDependencies
      • @​eslint/core bumped from ^0.15.0 to ^0.15.1
Commits

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

Full 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

New Contributors

Full 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

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

Updates @types/node from 24.0.4 to 24.0.7

Commits

Updates electron-to-chromium from 1.5.176 to 1.5.177

Commits

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

Full Changelog: https://github.com/un-ts/napi-postinstall/compare/v0.2.4...v0.2.5

Changelog

Sourced from napi-postinstall's changelog.

0.2.5

Patch Changes

Commits

Updates token-types from 6.0.0 to 6.0.3

Release notes

Sourced from token-types's releases.

v6.0.3

Changes

  • Make encoding argument in StringType optional (default utf-8) @​Borewit (#727)

NPM release

NPM release: token-types@6.0.3

v6.0.2

Changes

🐛 Bug Fixes

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

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
Commits:
1
Files Changed:
2
Additions:
+118
Deletions:
-126
Package Dependencies
Package:
eslint
Ecosystem:
npm
Version Change:
9.29.0 → 9.30.0
Update Type:
Minor
Package:
@types/node
Ecosystem:
npm
Version Change:
24.0.4 → 24.0.7
Update Type:
Patch
Package:
@eslint/js
Ecosystem:
npm
Version Change:
9.29.0 → 9.30.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
1.5.176 → 1.5.177
Update Type:
Patch
Package:
dotenv
Ecosystem:
npm
Version Change:
16.6.0 → 17.0.0
Update Type:
Major
Ecosystem:
npm
Version Change:
0.2.4 → 0.2.5
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.20.1 → 0.21.0
Update Type:
Minor
Ecosystem:
npm
Version Change:
0.3.8 → 0.3.9
Update Type:
Patch
Ecosystem:
npm
Version Change:
0.2.3 → 0.3.0
Update Type:
Minor
Package:
token-types
Ecosystem:
npm
Version Change:
6.0.0 → 6.0.3
Update Type:
Patch
Ecosystem:
npm
Version Change:
1.5.0 → 1.5.1
Update Type:
Patch
Technical Details
ID: 2448468
UUID: 2627696827
Node ID: PR_kwDONiXIMs6cn3i7
Host: GitHub
Repository: mattfsourcecode/node-graphql-code-test
Merge State: Unknown