Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2025

Bumps @oclif/plugin-autocomplete from 3.2.18 to 3.2.27.

Release notes

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

3.2.27

Bug Fixes

3.2.26

Bug Fixes

  • deps: bump @​oclif/core from 4.2.9 to 4.2.10 (#924) (431b593)

3.2.25

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.9 (#920) (4488411)

3.2.24

Bug Fixes

  • deps: bump @​oclif/core from 4.2.6 to 4.2.8 (#907) (6a31681)

3.2.23

Bug Fixes

  • deps: bump ansis from 3.14.0 to 3.16.0 (#908) (560e05c)

3.2.22

Bug Fixes

  • deps: bump ansis from 3.10.0 to 3.14.0 (#903) (9a7ccef)

3.2.21

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#895) (ad6f4ab)

3.2.20

Bug Fixes

  • deps: bump ansis from 3.9.0 to 3.10.0 (#891) (f5e2f39)

3.2.19

Bug Fixes

  • deps: bump @​oclif/core from 4.2.4 to 4.2.5 (#893) (b118e8f)
Changelog

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

3.2.27 (2025-04-03)

Bug Fixes

3.2.26 (2025-03-16)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.9 to 4.2.10 (#924) (431b593)

3.2.25 (2025-03-09)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.9 (#920) (4488411)

3.2.24 (2025-02-23)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.6 to 4.2.8 (#907) (6a31681)

3.2.23 (2025-02-23)

Bug Fixes

  • deps: bump ansis from 3.14.0 to 3.16.0 (#908) (560e05c)

3.2.22 (2025-02-16)

Bug Fixes

  • deps: bump ansis from 3.10.0 to 3.14.0 (#903) (9a7ccef)

3.2.21 (2025-02-10)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#895) (ad6f4ab)

3.2.20 (2025-02-02)

Bug Fixes

  • deps: bump ansis from 3.9.0 to 3.10.0 (#891) (f5e2f39)

3.2.19 (2025-02-02)

... (truncated)

Commits
  • 02e02d1 chore(release): 3.2.27 [skip ci]
  • 4456d45 Merge pull request #936 from oclif/ew/missing-quote
  • e99f169 fix: add missing quote
  • 5696058 chore(dev-deps): bump oclif from 4.17.33 to 4.17.41 (#932)
  • 18caebf chore(dev-deps): bump @​types/node from 18.19.81 to 18.19.84 (#933)
  • e36cefb chore(dev-deps): bump eslint-config-oclif from 6.0.20 to 6.0.36 (#934)
  • 1cf2627 chore(dev-deps): bump shx from 0.3.3 to 0.4.0 (#927)
  • cb9c5be chore(dev-deps): bump eslint from 9.22.0 to 9.23.0 (#928)
  • 0904adb chore(dev-deps): bump lint-staged from 15.4.3 to 15.5.0 (#929)
  • d72acb0 chore(dev-deps): bump @​types/node from 18.19.80 to 18.19.81 (#930)
  • 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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 7, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oclif/plugin-autocomplete-3.2.27 branch 2 times, most recently from e5f2ab2 to 23bdf0e Compare April 16, 2025 14:13
Bumps [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete) from 3.2.18 to 3.2.27.
- [Release notes](https://github.com/oclif/plugin-autocomplete/releases)
- [Changelog](https://github.com/oclif/plugin-autocomplete/blob/main/CHANGELOG.md)
- [Commits](oclif/plugin-autocomplete@3.2.18...3.2.27)

---
updated-dependencies:
- dependency-name: "@oclif/plugin-autocomplete"
  dependency-version: 3.2.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oclif/plugin-autocomplete-3.2.27 branch from 23bdf0e to 8fb1560 Compare April 17, 2025 01:12
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Superseded by #748.

@dependabot dependabot bot closed this May 5, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oclif/plugin-autocomplete-3.2.27 branch May 5, 2025 10:58
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.

1 participant