Skip to content

build(deps): bump @oclif/core from 1.26.2 to 2.8.11#692

Merged
shazron merged 4 commits intomasterfrom
dependabot/npm_and_yarn/oclif/core-2.8.11
Jul 14, 2023
Merged

build(deps): bump @oclif/core from 1.26.2 to 2.8.11#692
shazron merged 4 commits intomasterfrom
dependabot/npm_and_yarn/oclif/core-2.8.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2023

Bumps @oclif/core from 1.26.2 to 2.8.11.

Release notes

Sourced from @​oclif/core's releases.

2.8.11

Bug Fixes

  • deps: bump semver and @​types/semver (fe9f09f)

2.8.10

No release notes provided.

2.8.9

Bug Fixes

  • revert flag validation problem (11cbfd4)

2.8.8

Bug Fixes

  • improve flag validation (ca9fe38)

2.8.7

Bug Fixes

  • correctly load legacy plugins (ec221d3)

2.8.6

Bug Fixes

  • don't override noTTYOutput (809b9c0)

2.8.5

Bug Fixes

2.8.4

Bug Fixes

  • expose nsisCustomization property on Config (f0210cc)

2.8.3

Bug Fixes

2.8.3-beta.1

Bug Fixes

... (truncated)

Changelog

Sourced from @​oclif/core's changelog.

2.8.11 (2023-07-01)

Bug Fixes

  • deps: bump semver and @​types/semver (fe9f09f)

2.8.10 (2023-06-27)

2.8.9 (2023-06-27)

Bug Fixes

  • revert flag validation problem (11cbfd4)

2.8.8 (2023-06-26)

Bug Fixes

  • improve flag validation (ca9fe38)

2.8.7 (2023-06-15)

Bug Fixes

  • correctly load legacy plugins (ec221d3)

2.8.6 (2023-06-13)

Bug Fixes

  • don't override noTTYOutput (809b9c0)

2.8.5 (2023-05-03)

... (truncated)

Commits
  • 925c9b3 chore(release): 2.8.11 [skip ci]
  • 9390cc3 Merge pull request #724 from oclif/dependabot-npm_and_yarn-semver-and-types-s...
  • fe9f09f fix(deps): bump semver and @​types/semver
  • fbdf25b chore(release): 2.8.10 [skip ci]
  • f3fcf10 chore(release): 2.8.9 [skip ci]
  • 11cbfd4 fix: revert flag validation problem
  • cb308fa chore(release): 2.8.8 [skip ci]
  • 1efb4f3 fix: Merge pull request #712 from oclif/wr/flagValidation
  • 0ebc824 chore: review
  • 09c15e4 Merge pull request #719 from oclif/sm/test-stability
  • 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 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)

Bumps [@oclif/core](https://github.com/oclif/core) from 1.26.2 to 2.8.11.
- [Release notes](https://github.com/oclif/core/releases)
- [Changelog](https://github.com/oclif/core/blob/main/CHANGELOG.md)
- [Commits](oclif/core@1.26.2...2.8.11)

---
updated-dependencies:
- dependency-name: "@oclif/core"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 3, 2023
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #692 (0e2fc07) into master (87f6c78) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master      #692   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           57        57           
  Lines         3143      3148    +5     
  Branches       587       587           
=========================================
+ Hits          3143      3148    +5     
Impacted Files Coverage Δ
src/BaseCommand.js 100.00% <100.00%> (ø)
src/commands/app/add/action.js 100.00% <100.00%> (ø)
src/commands/app/add/ci.js 100.00% <100.00%> (ø)
src/commands/app/add/event.js 100.00% <100.00%> (ø)
src/commands/app/add/extension.js 100.00% <100.00%> (ø)
src/commands/app/add/index.js 100.00% <100.00%> (ø)
src/commands/app/add/service.js 100.00% <100.00%> (ø)
src/commands/app/add/web-assets.js 100.00% <100.00%> (ø)
src/commands/app/create.js 100.00% <100.00%> (ø)
src/commands/app/delete/action.js 100.00% <100.00%> (ø)
... and 19 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@shazron shazron merged commit 1d3dfbe into master Jul 14, 2023
@shazron shazron deleted the dependabot/npm_and_yarn/oclif/core-2.8.11 branch July 14, 2023 01:07
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