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(dev-deps): bump oclif from 4.4.2 to 4.4.12 #910

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2024

Bumps oclif from 4.4.2 to 4.4.12.

Release notes

Sourced from oclif's releases.

4.4.12

Bug Fixes

  • respect tsconfig outDir when generating hook (#1293) (dcca71a)

4.4.11

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.504.0 to 3.511.0 (494afde)

4.4.10

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.0.9 to 3.0.10 (fb86b55)

4.4.9

Bug Fixes

  • deps: bump @​oclif/core from 3.18.2 to 3.19.1 (cdfb793)

4.4.8

Bug Fixes

4.4.7

Bug Fixes

  • update logic for exclusion from Windows Defender scans (#1276) (09a4409)

4.4.6

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.501.0 to 3.504.0 (#1277) (47dd2c9)

4.4.5

No release notes provided.

4.4.4

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.496.0 to 3.504.0 (244f5a4)

4.4.3

Bug Fixes

  • deps: bump @​oclif/core from 3.18.1 to 3.18.2 (f848a97)
Changelog

Sourced from oclif's changelog.

4.4.12 (2024-02-15)

Bug Fixes

  • respect tsconfig outDir when generating hook (#1293) (dcca71a)

4.4.11 (2024-02-12)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.504.0 to 3.511.0 (494afde)

4.4.10 (2024-02-11)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.0.9 to 3.0.10 (fb86b55)

4.4.9 (2024-02-11)

Bug Fixes

  • deps: bump @​oclif/core from 3.18.2 to 3.19.1 (cdfb793)

4.4.8 (2024-02-09)

Bug Fixes

4.4.7 (2024-02-06)

Bug Fixes

  • update logic for exclusion from Windows Defender scans (#1276) (09a4409)

4.4.6 (2024-02-05)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.501.0 to 3.504.0 (#1277) (47dd2c9)

4.4.5 (2024-02-05)

4.4.4 (2024-02-04)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.496.0 to 3.504.0 (244f5a4)

... (truncated)

Commits
  • f063954 chore(release): 4.4.12 [skip ci]
  • dcca71a fix: respect tsconfig outDir when generating hook (#1293)
  • 5482d61 chore(release): 4.4.11 [skip ci]
  • 193f91f Merge pull request #1286 from oclif/dependabot-npm_and_yarn-aws-sdk-client-cl...
  • 3ad613f chore(release): 4.4.10 [skip ci]
  • 703bede Merge pull request #1287 from oclif/dependabot-npm_and_yarn-oclif-plugin-not-...
  • 494afde fix(deps): bump @​aws-sdk/client-cloudfront from 3.504.0 to 3.511.0
  • fb86b55 fix(deps): bump @​oclif/plugin-not-found from 3.0.9 to 3.0.10
  • c2287fe chore(release): 4.4.9 [skip ci]
  • 5759444 Merge pull request #1288 from oclif/dependabot-npm_and_yarn-oclif-core-3.19.1
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-oclif-4.4.12 branch 3 times, most recently from a8378be to cf6843a Compare February 17, 2024 11:48
Bumps [oclif](https://github.com/oclif/oclif) from 4.4.2 to 4.4.12.
- [Release notes](https://github.com/oclif/oclif/releases)
- [Changelog](https://github.com/oclif/oclif/blob/main/CHANGELOG.md)
- [Commits](oclif/oclif@4.4.2...4.4.12)

---
updated-dependencies:
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-npm_and_yarn-oclif-4.4.12 branch from cf6843a to d32710b Compare February 17, 2024 11:52
@svc-cli-bot svc-cli-bot merged commit 760bbd9 into main Feb 18, 2024
38 checks passed
@svc-cli-bot svc-cli-bot deleted the dependabot-npm_and_yarn-oclif-4.4.12 branch February 18, 2024 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant