Skip to content

Bump the packages group with 3 updates#197

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-9a13cdd426
Jun 29, 2025
Merged

Bump the packages group with 3 updates#197
github-actions[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/packages-9a13cdd426

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2025

Bumps the packages group with 3 updates: dotenv, @jridgewell/gen-mapping and @jridgewell/sourcemap-codec.

Updates dotenv from 16.6.1 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)
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 🪵
  • 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: jridgewell/sourcemaps@gen-mapping/0.3.5...gen-mapping/0.3.9

[0.3.5] - 2024-03-01

Full Changelog: jridgewell/gen-mapping@v0.3.4...v0.3.5

[0.3.4] - 2024-02-24

Full Changelog: jridgewell/gen-mapping@v0.3.3...v0.3.4

[0.3.3] - 2023-04-07

Full Changelog: jridgewell/gen-mapping@v0.3.2...v0.3.3

[0.3.2] - 2022-06-26

Internal

New Contributors

Full Changelog: jridgewell/gen-mapping@v0.3.1...v0.3.2

[0.3.1] - 2022-05-05

Full Changelog: jridgewell/gen-mapping@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: jridgewell/sourcemaps@sourcemap-codec/1.5.0...sourcemap-codec/1.5.1

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

Bumps the packages group with 3 updates: [dotenv](https://github.com/motdotla/dotenv), [@jridgewell/gen-mapping](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/gen-mapping) and [@jridgewell/sourcemap-codec](https://github.com/jridgewell/sourcemaps/tree/HEAD/packages/sourcemap-codec).


Updates `dotenv` from 16.6.1 to 17.0.0
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.6.1...v17.0.0)

Updates `@jridgewell/gen-mapping` from 0.3.8 to 0.3.9
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/gen-mapping/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/gen-mapping/0.3.9/packages/gen-mapping)

Updates `@jridgewell/sourcemap-codec` from 1.5.0 to 1.5.1
- [Changelog](https://github.com/jridgewell/sourcemaps/blob/main/packages/sourcemap-codec/CHANGELOG.md)
- [Commits](https://github.com/jridgewell/sourcemaps/commits/sourcemap-codec/1.5.1/packages/sourcemap-codec)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-version: 17.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: packages
- dependency-name: "@jridgewell/gen-mapping"
  dependency-version: 0.3.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
- dependency-name: "@jridgewell/sourcemap-codec"
  dependency-version: 1.5.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 29, 2025
@vercel
Copy link

vercel bot commented Jun 29, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
github-rest-api-executor ❌ Failed (Inspect) Jun 29, 2025 10:49pm

@amazon-q-developer
Copy link

🔴 I'm not able to complete the request because you reached your monthly usage limit for this feature. Register your Amazon Q Developer app installation with your AWS account to increase your usage limit. Learn more

Request ID : ce0ec60c-3050-4a3b-acc2-67e79c4b7c1f

@github-actions github-actions bot merged commit 09d5d5a into main Jun 29, 2025
4 of 5 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/packages-9a13cdd426 branch June 29, 2025 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant