Skip to content

[dependency]: bump the faucet-frontend-dependencies group across 1 directory with 4 updates #1496

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2025

Bumps the faucet-frontend-dependencies group with 4 updates in the /faucet/frontend directory: next, dotenv, eslint-config-next and webpack.

Updates next from 15.3.5 to 15.4.2

Release notes

Sourced from next's releases.

v15.4.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • pages router metadata bugs with React 19 (#81733)
  • [metadata] replace for initial body icon case (#81688)
  • Ensure custom NextServer config is honored (#81681)

Credits

Huge thanks to @​huozhi, @​ijjk, and @​ztanner for helping!

v15.4.2-canary.10

Core Changes

  • Turbopack: fix dist dir on Windows: #81758
  • fix: remove boundary sentinel from RSC responses: #81857

Credits

Huge thanks to @​mischnic and @​wyattjoh for helping!

v15.4.2-canary.9

Core Changes

  • [devtool] migrate css reset to global.css: #81783
  • [dev-tools] Robust shortcut detection: #81756
  • [segment explorer] hide for pages router: #81813
  • [devtool] fix scrollbar styling: #81814
  • fix(ppr): ensure fallback route params trigger dynamic resume: #81812
  • [devtools] restart server pending state: #80858

Misc Changes

  • [turbopack] use require to load chunks in our node runtime: #81738

Credits

Huge thanks to @​huozhi, @​raunofreiberg, @​lukesandberg, @​wyattjoh, and @​devjiwonchoi for helping!

v15.4.2-canary.8

Core Changes

  • [devtool] move font styling to global.css: #81782
  • [devtool] copy decoded info of error details: #81735
  • fix(build): add sourcePage context for PPR dynamic route lambda creation: #81781
  • refactor: rename experimental.dynamicIO to experimental.cacheComponents: #81562

... (truncated)

Commits

Updates dotenv from 17.0.1 to 17.2.0

Changelog

Sourced from dotenv's changelog.

17.2.0 (2025-07-09)

Added

  • Optionally specify DOTENV_CONFIG_QUIET=true in your environment or .env file to quiet the runtime log (#889)
  • Just like dotenv any DOTENV_CONFIG_ environment variables take precedence over any code set options like ({quiet: false})
# .env
DOTENV_CONFIG_QUIET=true
HELLO="World"
// index.js
require('dotenv').config()
console.log(`Hello ${process.env.HELLO}`)
$ node index.js
Hello World
or
$ DOTENV_CONFIG_QUIET=true node index.js

17.1.0 (2025-07-07)

Added

  • Add additional security and configuration tips to the runtime log (#884)
  • Dim the tips text from the main injection information text
const TIPS = [
  '🔐 encrypt with dotenvx: https://dotenvx.com',
  '🔐 prevent committing .env to code: https://dotenvx.com/precommit',
  '🔐 prevent building .env in docker: https://dotenvx.com/prebuild',
  '🛠️  run anywhere with `dotenvx run -- yourcommand`',
  '⚙️  specify custom .env file path with { path: \'/custom/path/.env\' }',
  '⚙️  enable debug logging with { debug: true }',
  '⚙️  override existing env vars with { override: true }',
  '⚙️  suppress all logs with { quiet: true }',
  '⚙️  write to custom object with { processEnv: myObject }',
  '⚙️  load multiple .env files with { path: [\'.env.local\', \'.env\'] }'
]
Commits

Updates eslint-config-next from 15.3.5 to 15.4.2

Release notes

Sourced from eslint-config-next's releases.

v15.4.2

[!NOTE]
This release is backporting bug fixes. It does not include all pending features/changes on canary.

Core Changes

  • pages router metadata bugs with React 19 (#81733)
  • [metadata] replace for initial body icon case (#81688)
  • Ensure custom NextServer config is honored (#81681)

Credits

Huge thanks to @​huozhi, @​ijjk, and @​ztanner for helping!

v15.4.2-canary.10

Core Changes

  • Turbopack: fix dist dir on Windows: #81758
  • fix: remove boundary sentinel from RSC responses: #81857

Credits

Huge thanks to @​mischnic and @​wyattjoh for helping!

v15.4.2-canary.9

Core Changes

  • [devtool] migrate css reset to global.css: #81783
  • [dev-tools] Robust shortcut detection: #81756
  • [segment explorer] hide for pages router: #81813
  • [devtool] fix scrollbar styling: #81814
  • fix(ppr): ensure fallback route params trigger dynamic resume: #81812
  • [devtools] restart server pending state: #80858

Misc Changes

  • [turbopack] use require to load chunks in our node runtime: #81738

Credits

Huge thanks to @​huozhi, @​raunofreiberg, @​lukesandberg, @​wyattjoh, and @​devjiwonchoi for helping!

v15.4.2-canary.8

Core Changes

  • [devtool] move font styling to global.css: #81782
  • [devtool] copy decoded info of error details: #81735
  • fix(build): add sourcePage context for PPR dynamic route lambda creation: #81781
  • refactor: rename experimental.dynamicIO to experimental.cacheComponents: #81562

... (truncated)

Commits

Updates webpack from 5.99.9 to 5.100.2

Release notes

Sourced from webpack's releases.

v5.100.2

Fixes

  • Keep consistent CSS order
  • Dependency without the source order attribute must keep their original index
  • Keep module traversal consistent across reexport scenarios

Performance Improvements

  • Extend importPhasesPlugin only when enable deferImport (#19689)

v5.100.1

Fixes

  • Tree-shaking unused ignored modules
  • [Types] Compatibility with old Node.js versions

v5.100.0

Fixes

  • Fixed the case where an ES modules entry chunk depends on the runtime chunk hash
  • Handle function exports in webpack module wrapper
  • Ensure dependent chunks are imported before startup & fix duplicate export of 'default'
  • Generate lose closing brace when exports are unprovided
  • CleanPlugin doesn't unlink same file twice
  • Fixed unexpected error codes from fs.unlink on Windows
  • Typescript types

Features

  • HMR support for ES modules output
  • ES module output mode now fully supports splitChunks when external variables and runtimeChunk are not set.
  • Added support using keyword
  • Implemented tc39 Defer Module Evaluation (experiment)
  • Support dynamic template literals expressions for new URL(...)
  • Enable ES modules worker chunk loading for Node.js targets
  • Improved support for destructing in DefinePlugin
  • Added VirtualUrlPlugin to support virtual: scheme

Performance Improvements

  • Remove useless startup entrypoint runtime for ES modules output
  • Cache new URL(...) evaluate expression
Commits
  • 21fcdbb chore(release): 5.100.2
  • 2c8d1f1 chore(deps): bump the dependencies group with 2 updates (#19701)
  • 89eb6a3 fix: keep module traversal consistent across reexport scenarios (#19702)
  • fdb0c4e fix: dependency without the sourceOrder attribute must keep their original in...
  • d76af00 fix: types (#19699)
  • 503ed53 docs: update examples (#19694)
  • e251891 refactor: import dependency generation for defer module with async dependenci...
  • 9eb9642 perf: extend importPhasesPlugin only when enable deferImport (#19689)
  • 0a98446 fix: keep consistent css order (#19686)
  • 6de2dfd fix(test): TestRunner avoids using jest mock's require (#19685)
  • 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

…rectory with 4 updates

Bumps the faucet-frontend-dependencies group with 4 updates in the /faucet/frontend directory: [next](https://github.com/vercel/next.js), [dotenv](https://github.com/motdotla/dotenv), [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) and [webpack](https://github.com/webpack/webpack).


Updates `next` from 15.3.5 to 15.4.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](vercel/next.js@v15.3.5...v15.4.2)

Updates `dotenv` from 17.0.1 to 17.2.0
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v17.0.1...v17.2.0)

Updates `eslint-config-next` from 15.3.5 to 15.4.2
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/commits/v15.4.2/packages/eslint-config-next)

Updates `webpack` from 5.99.9 to 5.100.2
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.99.9...v5.100.2)

---
updated-dependencies:
- dependency-name: next
  dependency-version: 15.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: faucet-frontend-dependencies
- dependency-name: dotenv
  dependency-version: 17.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: faucet-frontend-dependencies
- dependency-name: eslint-config-next
  dependency-version: 15.4.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: faucet-frontend-dependencies
- dependency-name: webpack
  dependency-version: 5.100.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: faucet-frontend-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the Faucet Frontend Faucet Frontend issues label Jul 20, 2025
@Wayonb
Copy link
Contributor

Wayonb commented Jul 22, 2025

@dependabot recreate

1 similar comment
@Wayonb
Copy link
Contributor

Wayonb commented Jul 23, 2025

@dependabot recreate

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 23, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/faucet/frontend/dev/faucet-frontend-dependencies-7a666d85aa branch July 23, 2025 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Faucet Frontend Faucet Frontend issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant