Skip to content
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

chore(deps): bump the minor-production-deps group in /packages/node with 4 updates #909

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2023

Bumps the minor-production-deps group in /packages/node with 4 updates: @types/har-format, flat-cache, node-fetch and ssri.

Updates @types/har-format from 1.2.11 to 1.2.12

Commits

Updates flat-cache from 3.0.4 to 3.1.0

Changelog

Sourced from flat-cache's changelog.

flat-cache - Changelog

Commits
Maintainer changes

This version was pushed to npm by jaredwray, a new releaser for flat-cache since your current version.


Updates node-fetch from 2.6.12 to 2.7.0

Release notes

Sourced from node-fetch's releases.

v2.7.0

2.7.0 (2023-08-23)

Features

v2.6.13

2.6.13 (2023-08-18)

Bug Fixes

Commits

Updates ssri from 10.0.4 to 10.0.5

Release notes

Sourced from ssri's releases.

v10.0.5

10.0.5 (2023-08-14)

Dependencies

Changelog

Sourced from ssri's changelog.

10.0.5 (2023-08-14)

Dependencies

Commits
  • b74cf03 chore: release 10.0.5
  • 00dacfd deps: bump minipass from 5.0.0 to 7.0.3
  • a80e455 chore: postinstall for dependabot template-oss PR
  • ac8e12c chore: bump @​npmcli/template-oss from 4.17.0 to 4.18.0
  • 04eb45d chore: postinstall for dependabot template-oss PR
  • 3cec327 chore: bump @​npmcli/template-oss from 4.15.1 to 4.17.0
  • 42bd164 chore: postinstall for dependabot template-oss PR
  • 4490871 chore: bump @​npmcli/template-oss from 4.14.1 to 4.15.1
  • See full diff 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

@dependabot dependabot bot added area:node dependencies Pull requests that update a dependency file labels Sep 1, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/node/minor-production-deps-f8b3901c69 branch from dce2cab to be3aa46 Compare September 1, 2023 19:48
Bumps the minor-production-deps group in /packages/node with 4 updates: [@types/har-format](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/har-format), [flat-cache](https://github.com/jaredwray/flat-cache), [node-fetch](https://github.com/node-fetch/node-fetch) and [ssri](https://github.com/npm/ssri).


Updates `@types/har-format` from 1.2.11 to 1.2.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/har-format)

Updates `flat-cache` from 3.0.4 to 3.1.0
- [Changelog](https://github.com/jaredwray/flat-cache/blob/master/changelog.md)
- [Commits](https://github.com/jaredwray/flat-cache/commits)

Updates `node-fetch` from 2.6.12 to 2.7.0
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.12...v2.7.0)

Updates `ssri` from 10.0.4 to 10.0.5
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/main/CHANGELOG.md)
- [Commits](npm/ssri@v10.0.4...v10.0.5)

---
updated-dependencies:
- dependency-name: "@types/har-format"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
- dependency-name: flat-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: node-fetch
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-production-deps
- dependency-name: ssri
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-production-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/packages/node/minor-production-deps-f8b3901c69 branch from be3aa46 to 9f81215 Compare September 1, 2023 19:50
@erunion erunion merged commit 29491db into main Sep 1, 2023
47 checks passed
@erunion erunion deleted the dependabot/npm_and_yarn/packages/node/minor-production-deps-f8b3901c69 branch September 1, 2023 22:04
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant