cli icon indicating copy to clipboard operation
cli copied to clipboard

Bump the oclif group across 7 directories with 4 updates

Open dependabot[bot] opened this issue 9 months ago • 3 comments

Bumps the oclif group with 4 updates in the / directory: oclif, @oclif/core, @oclif/plugin-commands and @oclif/plugin-plugins. Bumps the oclif group with 1 update in the /packages/app directory: @oclif/core. Bumps the oclif group with 3 updates in the /packages/cli directory: @oclif/core, @oclif/plugin-commands and @oclif/plugin-plugins. Bumps the oclif group with 1 update in the /packages/cli-kit directory: @oclif/core. Bumps the oclif group with 1 update in the /packages/plugin-cloudflare directory: @oclif/core. Bumps the oclif group with 1 update in the /packages/plugin-did-you-mean directory: @oclif/core. Bumps the oclif group with 1 update in the /packages/theme directory: @oclif/core.

Updates oclif from 4.11.3 to 4.17.46

Release notes

Sourced from oclif's releases.

4.17.46

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.782.0 to 3.787.0 (eafd14b)

4.17.45

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (378ee18)

4.17.44

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.764.0 to 3.787.0 (e6d1bfb)

4.17.43

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.772.0 to 3.782.0 (6d9124a)

4.17.42

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.46 to 3.2.48 (d86e34d)

4.17.41

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (54d4191)

4.17.40

Bug Fixes

  • deps: bump tiny-jsonc from 1.0.1 to 1.0.2 (0954950)

4.17.39

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.749.0 to 3.772.0 (0bf8598)

4.17.38

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.25 to 6.2.27 (8dcae4f)

4.17.37

Bug Fixes

  • deps: bump sort-package-json from 2.14.0 to 2.15.1 (04b00b5)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.17.46 (2025-04-21)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.782.0 to 3.787.0 (eafd14b)

4.17.45 (2025-04-20)

Bug Fixes

  • deps: bump @​oclif/plugin-warn-if-update-available (378ee18)

4.17.44 (2025-04-13)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.764.0 to 3.787.0 (e6d1bfb)

4.17.43 (2025-04-06)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.772.0 to 3.782.0 (6d9124a)

4.17.42 (2025-03-30)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.46 to 3.2.48 (d86e34d)

4.17.41 (2025-03-24)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (54d4191)

4.17.40 (2025-03-23)

Bug Fixes

  • deps: bump tiny-jsonc from 1.0.1 to 1.0.2 (0954950)

4.17.39 (2025-03-23)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.749.0 to 3.772.0 (0bf8598)

4.17.38 (2025-03-23)

... (truncated)

Commits
  • 4219804 chore(release): 4.17.46 [skip ci]
  • ae7a70e Merge pull request #1744 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...
  • 60e9c12 chore(release): 4.17.45 [skip ci]
  • abe7f84 Merge pull request #1745 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...
  • c0d0aa1 Merge pull request #1746 from oclif/dependabot-npm_and_yarn-eslint-config-pre...
  • 5e3f8d5 Merge pull request #1747 from oclif/dependabot-npm_and_yarn-commitlint-19.8.0
  • 1eb60f9 Merge pull request #1748 from oclif/dependabot-npm_and_yarn-eslint-9.25.0
  • 355430e chore(dev-deps): bump eslint from 9.24.0 to 9.25.0
  • f697257 chore(dev-deps): bump commitlint from 19.7.1 to 19.8.0
  • 69d23f4 chore(dev-deps): bump eslint-config-prettier from 10.1.1 to 10.1.2
  • Additional commits viewable in compare view

Updates @oclif/core from 3.26.5 to 3.27.0

Release notes

Sourced from @​oclif/core's releases.

3.27.0

Features

  • added option to specify example flag value in docopts (#1095) (0345ac3), closes #1091

3.26.9

Bug Fixes

  • only replace command id in usage if it's at beginning of string (#1090) (3916945)

3.26.8

Bug Fixes

3.26.7

Bug Fixes

3.26.6

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)
Changelog

Sourced from @​oclif/core's changelog.

3.27.0 (2024-06-04)

Features

  • added option to specify example flag value in docopts (#1095) (0345ac3), closes #1091

3.26.9 (2024-06-03)

Bug Fixes

  • only replace command id in usage if it's at beginning of string (#1090) (3916945)

3.26.8 (2024-06-03)

Bug Fixes

3.26.7 (2024-06-03)

Bug Fixes

3.26.6 (2024-05-06)

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)
Commits
  • db3ad80 chore(release): 3.27.0 [skip ci]
  • 0345ac3 feat: added option to specify example flag value in docopts (#1095)
  • 2ea2423 chore(release): 3.26.9 [skip ci]
  • 3916945 fix: only replace command id in usage if it's at beginning of string (#1090)
  • 85310aa chore(release): 3.26.8 [skip ci]
  • cdc9c53 chore(dev-deps): bump @​oclif/plugin-help from 6.0.22 to 6.1.0 (#1092)
  • 58b9fed fix(deps): bump debug from 4.3.4 to 4.3.5 (#1093)
  • af2cfda chore(release): 3.26.7 [skip ci]
  • 9639fd4 fix: get core meta version (#1094)
  • 7eac5a4 Merge pull request #1087 from oclif/dependabot-npm_and_yarn-fancy-test-3.0.16
  • Additional commits viewable in compare view

Updates @oclif/plugin-commands from 4.1.18 to 4.1.25

Release notes

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

4.1.25

Bug Fixes

  • deps: bump @​oclif/core from 4.2.10 to 4.3.0 (#920) (52a4ffb)

4.1.24

Bug Fixes

4.1.23

Bug Fixes

  • deps: bump @​oclif/table from 0.4.6 to 0.4.7 (#906) (60cf579)

4.1.22

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (#887) (79a8cf2)

4.1.21

Bug Fixes

  • deps: bump @​oclif/table from 0.4.4 to 0.4.6 (#873) (b0439c4)

4.1.20

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#864) (9b9470e)

4.1.19

Bug Fixes

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

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

4.1.25 (2025-05-03)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.10 to 4.3.0 (#920) (52a4ffb)

4.1.24 (2025-04-18)

Bug Fixes

4.1.23 (2025-04-13)

Bug Fixes

  • deps: bump @​oclif/table from 0.4.6 to 0.4.7 (#906) (60cf579)

4.1.22 (2025-03-15)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (#887) (79a8cf2)

4.1.21 (2025-02-22)

Bug Fixes

  • deps: bump @​oclif/table from 0.4.4 to 0.4.6 (#873) (b0439c4)

4.1.20 (2025-02-08)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#864) (9b9470e)

4.1.19 (2025-02-01)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.4 to 4.2.5 (#858) (aa7f174)
Commits
  • 85611f7 chore(release): 4.1.25 [skip ci]
  • 52a4ffb fix(deps): bump @​oclif/core from 4.2.10 to 4.3.0 (#920)
  • 506ea8a chore(dev-deps): bump eslint-config-oclif from 6.0.46 to 6.0.50 (#921)
  • aa18bd6 chore(dev-deps): bump @​eslint/compat from 1.2.8 to 1.2.9 (#922)
  • 812fd4a chore(dev-deps): bump eslint-config-oclif from 6.0.44 to 6.0.46 (#916)
  • 6887ccb chore(dev-deps): bump @​types/node from 18.19.86 to 18.19.87 (#915)
  • e11d65f chore(dev-deps): bump oclif from 4.17.44 to 4.17.46 (#917)
  • e837fbd chore(dev-deps): bump eslint from 9.25.0 to 9.25.1 (#918)
  • 512f3dd chore(dev-deps): bump eslint-config-oclif from 6.0.42 to 6.0.44 (#912)
  • 5f4a955 chore(dev-deps): bump oclif from 4.17.43 to 4.17.44 (#913)
  • Additional commits viewable in compare view

Updates @oclif/plugin-plugins from 5.4.28 to 5.4.37

Release notes

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

5.4.37

Bug Fixes

  • deps: bump @​oclif/core from 4.2.10 to 4.3.0 (#1121) (d853d08)

5.4.36

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (#1088) (dd36b2e)

5.4.35

Bug Fixes

5.4.34

Bug Fixes

5.4.33

Bug Fixes

5.4.32

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#1070) (7c0280c)

5.4.31

Bug Fixes

5.4.30

Bug Fixes

  • deps: bump @​oclif/core from 4.2.4 to 4.2.5 (#1058) (68e8200)

5.4.29

Bug Fixes

Changelog

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

5.4.37 (2025-05-04)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.10 to 4.3.0 (#1121) (d853d08)

5.4.36 (2025-03-16)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (#1088) (dd36b2e)

5.4.35 (2025-03-16)

Bug Fixes

5.4.34 (2025-02-23)

Bug Fixes

5.4.33 (2025-02-16)

Bug Fixes

5.4.32 (2025-02-15)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#1070) (7c0280c)

5.4.31 (2025-02-08)

Bug Fixes

5.4.30 (2025-02-02)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.4 to 4.2.5 (#1058) (68e8200)

5.4.29 (2025-02-01)

... (truncated)

Commits
  • ee02623 chore(release): 5.4.37 [skip ci]
  • d853d08 fix(deps): bump @​oclif/core from 4.2.10 to 4.3.0 (#1121)
  • f35c0f2 chore(dev-deps): bump eslint from 9.25.1 to 9.26.0 (#1122)
  • 1121e8c chore(dev-deps): bump eslint-config-oclif from 6.0.46 to 6.0.50 (#1123)
  • 9bedc8a chore(dev-deps): bump @​eslint/compat from 1.2.8 to 1.2.9 (#1124)
  • edccbff chore(dev-deps): bump eslint-config-oclif from 6.0.44 to 6.0.46 (#1117)
  • b3c0876 chore(dev-deps): bump @​types/node from 18.19.86 to 18.19.87 (#1118)
  • 5b5da20 chore(dev-deps): bump eslint from 9.25.0 to 9.25.1 (#1119)
  • 274aef2 chore(dev-deps): bump oclif from 4.17.44 to 4.17.46 (#1120)
  • c5b057e chore(dev-deps): bump oclif from 4.17.43 to 4.17.44 (#1114)
  • Additional commits viewable in compare view

Updates @oclif/core from 3.26.5 to 3.27.0

Release notes

Sourced from @​oclif/core's releases.

3.27.0

Features

  • added option to specify example flag value in docopts (#1095) (0345ac3), closes #1091

3.26.9

Bug Fixes

  • only replace command id in usage if it's at beginning of string (#1090) (3916945)

3.26.8

Bug Fixes

3.26.7

Bug Fixes

3.26.6

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)
Changelog

Sourced from @​oclif/core's changelog.

3.27.0 (2024-06-04)

Features

  • added option to specify example flag value in docopts (#1095) (0345ac3), closes #1091

3.26.9 (2024-06-03)

Bug Fixes

  • only replace command id in usage if it's at beginning of string (#1090) (3916945)

3.26.8 (2024-06-03)

Bug Fixes

3.26.7 (2024-06-03)

Bug Fixes

3.26.6 (2024-05-06)

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)
Commits
  • db3ad80 chore(release): 3.27.0 [skip ci]
  • 0345ac3 feat: added option to specify example flag value in docopts (#1095)
  • 2ea2423 chore(release): 3.26.9 [skip ci]
  • 3916945 fix: only replace command id in usage if it's at beginning of string (#1090)
  • 85310aa chore(release): 3.26.8 [skip ci]
  • cdc9c53 chore(dev-deps): bump @​oclif/plugin-help from 6.0.22 to 6.1.0 (#1092)
  • 58b9fed fix(deps): bump debug from 4.3.4 to 4.3.5 (#1093)
  • af2cfda chore(release): 3.26.7 [skip ci]
  • 9639fd4 fix: get core meta version (#1094)
  • 7eac5a4 Merge pull request #1087 from oclif/dependabot-npm_and_yarn-fancy-test-3.0.16
  • Additional commits viewable in compare view

Updates @oclif/plugin-commands from 4.1.18 to 4.1.25

Release notes

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

4.1.25

Bug Fixes

  • deps: bump @​oclif/core from 4.2.10 to 4.3.0 (#920) (52a4ffb)

4.1.24

Bug Fixes

4.1.23

Bug Fixes

  • deps: bump @​oclif/table from 0.4.6 to 0.4.7 (#906) (60cf579)

4.1.22

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (#887) (79a8cf2)

4.1.21

Bug Fixes

  • deps: bump @​oclif/table from 0.4.4 to 0.4.6 (#873) (b0439c4)

4.1.20

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#864) (9b9470e)

4.1.19

Bug Fixes

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

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

4.1.25 (2025-05-03)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.10 to 4.3.0 (#920) (52a4ffb)

4.1.24 (2025-04-18)

Bug Fixes

4.1.23 (2025-04-13)

Bug Fixes

  • deps: bump @​oclif/table from 0.4.6 to 0.4.7 (#906) (60cf579)

4.1.22 (2025-03-15)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (#887) (79a8cf2)

4.1.21 (2025-02-22)

Bug Fixes

  • deps: bump @​oclif/table from 0.4.4 to 0.4.6 (#873) (b0439c4)

4.1.20 (2025-02-08)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#864) (9b9470e)

4.1.19 (2025-02-01)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.4 to 4.2.5 (#858) (aa7f174)
Commits
  • 85611f7 chore(release): 4.1.25 [skip ci]
  • 52a4ffb fix(deps): bump @​oclif/core from 4.2.10 to 4.3.0 (#920)
  • 506ea8a chore(dev-deps): bump eslint-config-oclif from 6.0.46 to 6.0.50 (#921)
  • aa18bd6 chore(dev-deps): bump @​eslint/compat from 1.2.8 to 1.2.9 (#922)
  • 812fd4a chore(dev-deps): bump eslint-config-oclif from 6.0.44 to 6.0.46 (#916)
  • 6887ccb chore(dev-deps): bump @​types/node from 18.19.86 to 18.19.87 (#915)
  • e11d65f chore(dev-deps): bump oclif from 4.17.44 to 4.17.46 (#917)
  • e837fbd chore(dev-deps): bump eslint from 9.25.0 to 9.25.1 (#918)
  • 512f3dd chore(dev-deps): bump eslint-config-oclif from 6.0.42 to 6.0.44 (#912)
  • 5f4a955 chore(dev-deps): bump oclif from 4.17.43 to 4.17.44 (#913)
  • Additional commits viewable in compare view

Updates @oclif/plugin-plugins from 5.4.28 to 5.4.37

Release notes

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

5.4.37

Bug Fixes

  • deps: bump @​oclif/core from 4.2.10 to 4.3.0 (#1121) (d853d08)

5.4.36

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (#1088) (dd36b2e)

5.4.35

Bug Fixes

5.4.34

Bug Fixes

5.4.33

Bug Fixes

5.4.32

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#1070) (7c0280c)

5.4.31

Bug Fixes

5.4.30

Bug Fixes

  • deps: bump @​oclif/core from 4.2.4 to 4.2.5 (#1058) (68e8200)

5.4.29

Bug Fixes

Changelog

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

5.4.37 (2025-05-04)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.10 to 4.3.0 (#1121) (d853d08)

5.4.36 (2025-03-16)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.8 to 4.2.10 (#1088) (dd36b2e)

5.4.35 (2025-03-16)

Bug Fixes

5.4.34 (2025-02-23)

Bug Fixes

5.4.33 (2025-02-16)

Bug Fixes

5.4.32 (2025-02-15)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.5 to 4.2.6 (#1070) (7c0280c)

5.4.31 (2025-02-08)

Bug Fixes

5.4.30 (2025-02-02)

Bug Fixes

  • deps: bump @​oclif/core from 4.2.4 to 4.2.5 (#1058) (68e8200)

5.4.29 (2025-02-01)

... (truncated)

Commits
  • ee02623 chore(release): 5.4.37 [skip ci]
  • d853d08 fix(deps): bump @​oclif/core from 4.2.10 to 4.3.0 (#1121)
  • f35c0f2 chore(dev-deps): bump eslint from 9.25.1 to 9.26.0 (#1122)
  • 1121e8c chore(dev-deps): bump eslint-config-oclif from 6.0.46 to 6.0.50 (#1123)
  • 9bedc8a chore(dev-deps): bump @​eslint/compat from 1.2.8 to 1.2.9 (#1124)
  • edccbff chore(dev-deps): bump eslint-config-oclif from 6.0.44 to 6.0.46 (#1117)
  • b3c0876 chore(dev-deps): bump @​types/node from 18.19.86 to 18.19.87 (#1118)
  • 5b5da20 chore(dev-deps): bump eslint from 9.25.0 to 9.25.1 (#1119)
  • 274aef2 chore(dev-deps): bump oclif from 4.17.44 to 4.17.46 (#1120)
  • c5b057e chore(dev-deps): bump oclif from 4.17.43 to 4.17.44 (#1114)
  • Additional commits viewable in compare view

Updates @oclif/core from 3.26.5 to 3.27.0

Release notes

Sourced from @​oclif/core's releases.

3.27.0

Features

  • added option to specify example flag value in docopts (#1095) (0345ac3), closes #1091

3.26.9

Bug Fixes

  • only replace command id in usage if it's at beginning of string (#1090) (3916945)

3.26.8

Bug Fixes

3.26.7

Bug Fixes

3.26.6

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)
Changelog

Sourced from @​oclif/core's changelog.

3.27.0 (2024-06-04)

Features

  • added option to specify example flag value in docopts (#1095) (0345ac3), closes #1091

3.26.9 (2024-06-03)

Bug Fixes

  • only replace command id in usage if it's at beginning of string (#1090) (3916945)

3.26.8 (2024-06-03)

Bug Fixes

3.26.7 (2024-06-03)

Bug Fixes

3.26.6 (2024-05-06)

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)
Commits
  • db3ad80 chore(release): 3.27.0 [skip ci]
  • 0345ac3 feat: added option to specify example flag value in docopts (#1095)
  • 2ea2423 chore(release): 3.26.9 [skip ci]
  • 3916945 fix: only replace command id in usage if it's at beginning of string (#1090)
  • 85310aa chore(release): 3.26.8 [skip ci]
  • cdc9c53 chore(dev-deps): bump @​oclif/plugin-help from 6.0.22 to 6.1.0 (#1092)
  • 58b9fed fix(deps): bump debug from 4.3.4 to 4.3.5 (#1093)
  • af2cfda chore(release): 3.26.7 [skip ci]
  • 9639fd4 fix: get core meta version (#1094)
  • 7eac5a4 Merge pull request #1087 from oclif/dependabot-npm_and_yarn-fancy-test-3.0.16
  • Additional commits viewable in compare view

Updates @oclif/core from 3.26.5 to 3.27.0

Release notes

Sourced from @​oclif/core's releases.

3.27.0

Features

  • added option to specify example flag value in docopts (#1095) (0345ac3), closes #1091

3.26.9

Bug Fixes

  • only replace command id in usage if it's at beginning of string (#1090) (3916945)

3.26.8

Bug Fixes

3.26.7

Bug Fixes

3.26.6

Bug Fixes

  • new "dont check npm" option for plugin-update (#1071) (9ccc797)
Changelog

Sourced from @​oclif/core's changelog.

Description%20has%20been%20truncated

%0A" rel="nofollow" target="_blank" >

dependabot[bot] avatar May 05 '25 18:05 dependabot[bot]

@dependabot rebase

gonzaloriestra avatar May 09 '25 08:05 gonzaloriestra

@dependabot rebase

gonzaloriestra avatar May 09 '25 09:05 gonzaloriestra

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

dependabot[bot] avatar May 09 '25 11:05 dependabot[bot]

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

dependabot[bot] avatar Jul 04 '25 15:07 dependabot[bot]