Bump the dev-docker group with 3 updates
Type: Pull Request
State: Open
Association: None
Comments: 3
(10 months ago)
(4 months ago)
dependencies javascript
Bumps the dev-docker group with 3 updates: dotenv, dotenv-expand and wait-on.
Updates dotenv from 16.4.7 to 17.2.1
Changelog
Sourced from dotenv's changelog.
17.2.1 (2025-07-24)
Changed
- Fix clickable tip links by removing parentheses (#897)
17.2.0 (2025-07-09)
Added
- Optionally specify
DOTENV_CONFIG_QUIET=truein your environment or.envfile 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 Worldor
$ 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 }', </tr></table>
... (truncated)
Commits
37cf55a17.2.1f2d92e9changelog 🪵bd27017Merge pull request #897 from motdotla/adjust-tip-for-click8a9ce45add to tests19e5ad9adjust clickable tip4186757Merge pull request #894 from mjomble/patch-104322a6Merge pull request #895 from andersr/add-es6-config-info-to-readme1102cabAdd info about ES6 import with config options5566b77Fixed link in changelog11acd9f17.2.0- Additional commits viewable in compare view
Updates dotenv-expand from 12.0.1 to 12.0.2
Changelog
Sourced from dotenv-expand's changelog.
12.0.2 (2025-05-16)
Added
- 🎉 Added new sponsor Graphite - the AI developer productivity platform helping teams on GitHub ship higher quality software, faster.
[!TIP] Become a sponsor
The dotenvx-expand README is viewed thousands of times DAILY on GitHub and NPM. Sponsoring dotenv and dotenv-expand is a great way to get in front of developers and give back to the developer community at the same time.
Commits
Updates wait-on from 8.0.2 to 8.0.4
Release notes
Sourced from wait-on's releases.
v8.0.4
Update dependencies including axios@1.11.0 which also updated form-data@4.0.4
v8.0.3
- update minor deps
- axios@1.8.2 fixes CVE-2024-39338
- update eslint to v9
Commits
3167c348.0.496cc0bdMerge pull request #175 from jeffbski/update-deps-2025-07-233540cf4update major depsbcafa59update minor deps080957cremove node 24 from github workflow action42feaf7fix syntax github actions workflow fileb0a3378add missing eslint file6538da2rm node 18, add 24 to github workflowc60c7238.0.3b13328dcleanup eslint upgrade- 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
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 7881382 |
| UUID: | 3310428192 |
| Node ID: | PR_kwDOGcsm9c6jEYUx |
| Host: | GitHub |
| Repository: | soderlind/wordpress-develop |