chore(deps): bump the npm group in /dev/deploy-to-container with 5 updates#11265
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the npm group in /dev/deploy-to-container with 5 updates#11265dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the npm group in /dev/deploy-to-container with 5 updates: | Package | From | To | | --- | --- | --- | | [dockerode](https://github.com/apocas/dockerode) | `4.0.10` | `5.0.1` | | [fs-extra](https://github.com/jprichardson/node-fs-extra) | `11.3.4` | `11.3.6` | | [nanoid](https://github.com/ai/nanoid) | `5.1.7` | `6.0.0` | | [tar](https://github.com/isaacs/node-tar) | `7.5.13` | `7.5.20` | | [yargs](https://github.com/yargs/yargs) | `17.7.2` | `17.7.3` | Updates `dockerode` from 4.0.10 to 5.0.1 - [Release notes](https://github.com/apocas/dockerode/releases) - [Commits](apocas/dockerode@v4.0.10...v5.0.1) Updates `fs-extra` from 11.3.4 to 11.3.6 - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@11.3.4...11.3.6) Updates `nanoid` from 5.1.7 to 6.0.0 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](ai/nanoid@5.1.7...6.0.0) Updates `tar` from 7.5.13 to 7.5.20 - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.13...v7.5.20) Updates `yargs` from 17.7.2 to 17.7.3 - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v17.7.2...v17.7.3) --- updated-dependencies: - dependency-name: dockerode dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: fs-extra dependency-version: 11.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: nanoid dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: npm - dependency-name: tar dependency-version: 7.5.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: yargs dependency-version: 17.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the npm group in /dev/deploy-to-container with 5 updates:
4.0.105.0.111.3.411.3.65.1.76.0.07.5.137.5.2017.7.217.7.3Updates
dockerodefrom 4.0.10 to 5.0.1Release notes
Sourced from dockerode's releases.
Commits
3624bc0version bumpc3ab2f9Merge pull request #839 from apocas/dependabot/npm_and_yarn/js-yaml-4.2.04903ecdbuild(deps-dev): bump js-yaml from 4.1.1 to 4.2.0ccb9b65Merge pull request #838 from apocas/dependabot/npm_and_yarn/protobufjs-7.6.382a67ccMerge pull request #837 from apocas/dependabot/npm_and_yarn/grpc/grpc-js-1.11.48d86634build(deps): bump protobufjs from 7.6.1 to 7.6.3d9f0ca5build(deps): bump@grpc/grpc-jsfrom 1.11.1 to 1.11.4139e89aMerge pull request #834 from apocas/dependabot/npm_and_yarn/protobufjs-7.6.1a92c171Merge pull request #832 from apocas/dependabot/npm_and_yarn/protobufjs/utf8-1...bdd0c88build(deps): bump protobufjs from 7.5.5 to 7.6.1Updates
fs-extrafrom 11.3.4 to 11.3.6Changelog
Sourced from fs-extra's changelog.
Commits
62a4e7211.3.601c0ca6Fix copy/move recursing into source through a symlinked dest ancestor (#1073)7268250docs: fix typo in README.md (seperate → separately) (#1074)2fd7b6cchore: Add Node 26 to the test matrix (#1072)8a88f5811.3.581a1311Mirror all utimesMillis() tests for utimesMillisSync() (#1070)b7ab7f8Properly handle close errors in utimesMillis*() (#1069)1c248edFix file descriptor leak inutimesMillisSync(#1066)a4000d6Ensure all usages of areIdentical receive bigint stats (#1068)1e9c57dFix error handling in utimesMillis (#1065)Updates
nanoidfrom 5.1.7 to 6.0.0Release notes
Sourced from nanoid's releases.
Changelog
Sourced from nanoid's changelog.
Commits
4dacb10Release 6.0.0 version09545eaSimplify CLI for modern Node.js0966ccbRemove obvious commentb5a0590Update docs0501d9cFix alphabet duplication87f2821Remove unnecessary import for modern Node.js6a73bf8Simplfy strings57a250cSimplify code1a97659Fix formatting1fda937Remove build filesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for nanoid since your current version.
Updates
tarfrom 7.5.13 to 7.5.20Commits
ebbb7207.5.202f27196fix: fully disable and dispose of unzip when aborting parserbe440da7.5.192812e93add maxDecompressionRatio guard against explosive decompression9ecd4d27.5.189e78bf0refuse to let header size be less than 0e02a4e9pax: parse values according to known types9cbdb317.5.177a635c2terminate pax strings on nul bytescf213387.5.16Updates
yargsfrom 17.7.2 to 17.7.3Changelog
Sourced from yargs's changelog.
... (truncated)
Commits
2f7df4dchore: bump version for releasecaf8440chore: bump version for prereleasec7597e3fix: use entry point with file extension for anything that supports exports (...Maintainer changes
This version was pushed to npm by shadowspawn, a new releaser for yargs since your current version.
Most Recent Ignore Conditions Applied to This Pull Request
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 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