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

Bump the prod-deps group with 5 updates #821

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the prod-deps group with 5 updates:

Package From To
nock 13.5.5 13.5.6
@oclif/core 4.0.33 4.0.37
@oclif/plugin-help 6.2.18 6.2.19
make-fetch-happen 14.0.2 14.0.3
debug 4.3.7 4.4.0

Updates nock from 13.5.5 to 13.5.6

Release notes

Sourced from nock's releases.

v13.5.6

13.5.6 (2024-11-09)

Bug Fixes

  • types: return type of BackOptions.afterRecord (#2782) (fc90bd3)
Commits
  • f155498 chore(deps-dev): bump eslint-plugin-import from 2.29.1 to 2.31.0
  • fc90bd3 fix(types): return type of BackOptions.afterRecord (#2782)
  • e72df5e chore(deps): bump debug from 4.3.4 to 4.3.6
  • 194aa38 chore(deps-dev): bump semantic-release from 23.0.6 to 24.1.0
  • See full diff in compare view

Updates @oclif/core from 4.0.33 to 4.0.37

Release notes

Sourced from @​oclif/core's releases.

4.0.37

Bug Fixes

  • deps: bump nanoid from 3.3.6 to 3.3.8 (e9cbfdb)

4.0.36

Bug Fixes

  • deps: bump lilconfig from 3.1.2 to 3.1.3 (7bdf5f3)

4.0.35

Bug Fixes

  • deps: bump debug from 4.3.7 to 4.4.0 (e8aaaea)

4.0.34

Bug Fixes

Changelog

Sourced from @​oclif/core's changelog.

4.0.37 (2024-12-13)

Bug Fixes

  • deps: bump nanoid from 3.3.6 to 3.3.8 (e9cbfdb)

4.0.36 (2024-12-08)

Bug Fixes

  • deps: bump lilconfig from 3.1.2 to 3.1.3 (7bdf5f3)

4.0.35 (2024-12-08)

Bug Fixes

  • deps: bump debug from 4.3.7 to 4.4.0 (e8aaaea)

4.0.34 (2024-12-02)

Bug Fixes

Commits
  • 9ed5f72 chore(release): 4.0.37 [skip ci]
  • 8916405 Merge pull request #1262 from oclif/dependabot-npm_and_yarn-nanoid-3.3.8
  • e9cbfdb fix(deps): bump nanoid from 3.3.6 to 3.3.8
  • efd8403 chore(release): 4.0.36 [skip ci]
  • 50cf132 Merge pull request #1257 from oclif/dependabot-npm_and_yarn-lilconfig-3.1.3
  • ede3788 chore(release): 4.0.35 [skip ci]
  • d55d8ea Merge pull request #1258 from oclif/dependabot-npm_and_yarn-debug-4.4.0
  • e8aaaea fix(deps): bump debug from 4.3.7 to 4.4.0
  • 58e2b21 Merge pull request #1260 from oclif/dependabot-npm_and_yarn-oclif-plugin-plug...
  • c486670 Merge pull request #1261 from oclif/dependabot-npm_and_yarn-prettier-3.4.2
  • Additional commits viewable in compare view

Updates @oclif/plugin-help from 6.2.18 to 6.2.19

Release notes

Sourced from @​oclif/plugin-help's releases.

6.2.19

Bug Fixes

  • deps: bump @​oclif/core from 4.0.33 to 4.0.34 (#855) (a648d86)
Changelog

Sourced from @​oclif/plugin-help's changelog.

6.2.19 (2024-12-08)

Bug Fixes

  • deps: bump @​oclif/core from 4.0.33 to 4.0.34 (#855) (a648d86)
Commits
  • 3fc7091 chore(release): 6.2.19 [skip ci]
  • a648d86 fix(deps): bump @​oclif/core from 4.0.33 to 4.0.34 (#855)
  • 53971f0 chore(dev-deps): bump typescript from 5.6.3 to 5.7.2 (#856)
  • a37f5b4 chore(dev-deps): bump eslint-config-oclif from 5.2.1 to 5.2.2 (#857)
  • dbf88a7 chore(dev-deps): bump prettier from 3.3.3 to 3.4.1 (#848)
  • 4710661 chore(dev-deps): bump oclif from 4.15.25 to 4.15.29 (#850)
  • b4d32a2 chore(dev-deps): bump husky from 9.1.6 to 9.1.7 (#851)
  • 497de01 chore(dev-deps): bump @​types/node from 18.19.65 to 18.19.67 (#852)
  • 522e77b chore(dev-deps): bump @​types/node from 18.19.64 to 18.19.65 (#843)
  • 7391bda chore(dev-deps): bump commitlint from 19.5.0 to 19.6.0 (#844)
  • Additional commits viewable in compare view

Updates make-fetch-happen from 14.0.2 to 14.0.3

Release notes

Sourced from make-fetch-happen's releases.

v14.0.3

14.0.3 (2024-10-21)

Bug Fixes

Dependencies

Changelog

Sourced from make-fetch-happen's changelog.

14.0.3 (2024-10-21)

Bug Fixes

Dependencies

Commits
  • ecd8f33 chore: release 14.0.3 (#328)
  • 05fbcc3 deps: bump negotiator from 0.6.4 to 1.0.0 (#327)
  • 3e0fe87 fix: stop ignoring NODE_TLS_REJECT_UNAUTHORIZED when strictSSL is not defined...
  • See full diff in compare view

Updates debug from 4.3.7 to 4.4.0

Release notes

Sourced from debug's releases.

4.4.0

Fixes (hopefully) the inefficient regex warnings in .enable().

Minor version as this is invariably going to break certain users who misuse the .enable() API and expected it to work with regexes, which was never supported nor documented. That's on you, sorry - that functionality won't be added back.

Full Changelog: debug-js/debug@4.3.7...4.4.0

Commits

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

Bumps the prod-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [nock](https://github.com/nock/nock) | `13.5.5` | `13.5.6` |
| [@oclif/core](https://github.com/oclif/core) | `4.0.33` | `4.0.37` |
| [@oclif/plugin-help](https://github.com/oclif/plugin-help) | `6.2.18` | `6.2.19` |
| [make-fetch-happen](https://github.com/npm/make-fetch-happen) | `14.0.2` | `14.0.3` |
| [debug](https://github.com/debug-js/debug) | `4.3.7` | `4.4.0` |


Updates `nock` from 13.5.5 to 13.5.6
- [Release notes](https://github.com/nock/nock/releases)
- [Changelog](https://github.com/nock/nock/blob/main/CHANGELOG.md)
- [Commits](nock/nock@v13.5.5...v13.5.6)

Updates `@oclif/core` from 4.0.33 to 4.0.37
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@4.0.33...4.0.37)

Updates `@oclif/plugin-help` from 6.2.18 to 6.2.19
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-help@6.2.18...6.2.19)

Updates `make-fetch-happen` from 14.0.2 to 14.0.3
- [Release notes](https://github.com/npm/make-fetch-happen/releases)
- [Changelog](https://github.com/npm/make-fetch-happen/blob/main/CHANGELOG.md)
- [Commits](npm/make-fetch-happen@v14.0.2...v14.0.3)

Updates `debug` from 4.3.7 to 4.4.0
- [Release notes](https://github.com/debug-js/debug/releases)
- [Commits](debug-js/debug@4.3.7...4.4.0)

---
updated-dependencies:
- dependency-name: nock
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: "@oclif/plugin-help"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: make-fetch-happen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: debug
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 16, 2024 13:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

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

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/prod-deps-6cceea65f1 branch December 16, 2024 14:34
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants