chore(deps): (deps): bump the production group with 6 updates#286
Merged
chore(deps): (deps): bump the production group with 6 updates#286
Conversation
Bumps the production group with 6 updates: | Package | From | To | | --- | --- | --- | | [@gar/promise-retry](https://github.com/wraithgar/node-promise-retry) | `1.0.2` | `1.0.3` | | [brace-expansion](https://github.com/juliangruber/brace-expansion) | `5.0.4` | `5.0.5` | | [cacache](https://github.com/npm/cacache) | `20.0.3` | `20.0.4` | | [get-tsconfig](https://github.com/privatenumber/get-tsconfig) | `4.13.6` | `4.13.7` | | [picomatch](https://github.com/micromatch/picomatch) | `4.0.3` | `4.0.4` | | [tar](https://github.com/isaacs/node-tar) | `7.5.11` | `7.5.13` | Updates `@gar/promise-retry` from 1.0.2 to 1.0.3 - [Changelog](https://github.com/wraithgar/node-promise-retry/blob/main/CHANGELOG.md) - [Commits](wraithgar/node-promise-retry@v1.0.2...v1.0.3) Updates `brace-expansion` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](juliangruber/brace-expansion@v5.0.4...v5.0.5) Updates `cacache` from 20.0.3 to 20.0.4 - [Release notes](https://github.com/npm/cacache/releases) - [Changelog](https://github.com/npm/cacache/blob/main/CHANGELOG.md) - [Commits](npm/cacache@v20.0.3...v20.0.4) Updates `get-tsconfig` from 4.13.6 to 4.13.7 - [Release notes](https://github.com/privatenumber/get-tsconfig/releases) - [Commits](privatenumber/get-tsconfig@v4.13.6...v4.13.7) Updates `picomatch` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](micromatch/picomatch@4.0.3...4.0.4) Updates `tar` from 7.5.11 to 7.5.13 - [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.11...v7.5.13) --- updated-dependencies: - dependency-name: "@gar/promise-retry" dependency-version: 1.0.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production - dependency-name: brace-expansion dependency-version: 5.0.5 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production - dependency-name: cacache dependency-version: 20.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production - dependency-name: get-tsconfig dependency-version: 4.13.7 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production - dependency-name: picomatch dependency-version: 4.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production - dependency-name: tar dependency-version: 7.5.13 dependency-type: indirect update-type: version-update:semver-patch dependency-group: production ... 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 production group with 6 updates:
1.0.21.0.35.0.45.0.520.0.320.0.44.13.64.13.74.0.34.0.47.5.117.5.13Updates
@gar/promise-retryfrom 1.0.2 to 1.0.3Commits
f426bf01.0.3ac98808deps: remove retry (#10)6035d76fix: remove unneeded guard85d3eb7chore: add await to a.rejects0a3c809fix: clean up type for removed params7e4c786fix: more cleanupbe2a2fefix: clone internal errors on getterb25ad66fix: don't persist this.#optionsc3858b2fix: inline non-class codee9612d8chore: test from main exportUpdates
brace-expansionfrom 5.0.4 to 5.0.5Commits
87939015.0.59a02af5Merge commit from forkdaa71bcBump tar from 7.5.10 to 7.5.11 (#92)799e5f7Bump tar from 7.5.9 to 7.5.10 (#90)Updates
cacachefrom 20.0.3 to 20.0.4Release notes
Sourced from cacache's releases.
Changelog
Sourced from cacache's changelog.
Commits
35d6f44chore: release 20.0.4 (#329)1cf5e0cchore: bump@npmcli/template-ossfrom 4.28.1 to 4.29.0 (#326)dd3ff61deps: remove unique-filename256f6b4fix: replace unique-filename with crypto.randomUUID()d171fe9chore: bump@npmcli/template-ossfrom 4.28.0 to 4.28.1 (#325)Updates
get-tsconfigfrom 4.13.6 to 4.13.7Release notes
Sourced from get-tsconfig's releases.
Commits
b09052cfix(parse-tsconfig): preserve files when include is also present (#128)e64637dci: add beta branch and simplify release trigger07b4bd4test(extends): add regression test for include path normalization (#74)Updates
picomatchfrom 4.0.3 to 4.0.4Release notes
Sourced from picomatch's releases.
Commits
e5474fcPublish 4.0.44516eb5Merge commit from fork5eceecdMerge commit from fork0db7dd7Run benchmark again against latest minimatch version (#161)9500377docs: clarify what brace expansion syntax is and isn't supported (#134)2661f23fix typo in globstars.js test name (#138)1798b07docs: fixmakeReexample (#143)9d76bc5chore: undocument removed options (#146)e4d718bRemove unused time-require (#160)38dffebchore(deps): pin dependencies (#158)Updates
tarfrom 7.5.11 to 7.5.13Commits
d6611ae7.5.13119c401fix(extract): prevent raced symlink writes outside cwd2a294d37.5.1201082a4fix: reject top promise on floating addFilesAsync rejectionsdd1c36alinting35a1ffedoc: more clarity in security warningDependabot 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