Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2025

Bumps the create-database-app-dependencies group with 12 updates in the / directory:

Package From To
@inquirer/prompts 7.4.1 7.8.4
@oclif/plugin-plugins 5.4.36 5.4.46
@commitlint/cli 19.8.0 19.8.1
@commitlint/config-conventional 19.8.0 19.8.1
@oclif/test 4.1.12 4.1.13
eslint-plugin-import 2.31.0 2.32.0
execa 9.5.2 9.6.0
mocha 11.1.0 11.7.2
nodemon 3.1.9 3.1.10
oclif 4.11.3 4.22.16
typescript 5.8.3 5.9.2
vitest 3.1.2 3.2.4

Updates @inquirer/prompts from 7.4.1 to 7.8.4

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​7.8.4

  • fix: Remove "easter-egg" vim/emacs bindings conflicting with the type-to-search feature.

@​inquirer/prompts@​7.8.3

  • Fix Unix yes not properly being processed by the confirm prompt. (yes | node confirm-script.js)

@​inquirer/prompts@​7.8.2

  • Make @types/node an optional peer dependency.

@​inquirer/prompts@​7.8.1

  • Replace external-editor dependency with new @inquirer/external-editor. This remove the vulnerable tmp transitive dependency from the dependency tree.

@​inquirer/prompts@​7.8.0

  • Search prompt: New instructions config to allow localizing the help tips.

@​inquirer/prompts@​7.7.1

  • Fix #1786 select prompt with indexMode: number theme option didn't properly calculate the items indexes if separators where present in between choices.

@​inquirer/prompts@​7.7.0

  • Select prompt: When pressing a number key, we'll ignore separators in counting the index of the item to jump to.
  • Checkbox prompt: When pressing a number key, we'll ignore separators in counting the index of the item to select.

@​inquirer/prompts@​7.6.0

-input prompt: New prefill option to control if the default value is editable inline or only after pressing tab.

@​inquirer/prompts@​7.5.3

  • Fix #1743: pagination logic of the select, checkbox and search prompts was fully rewritten to handle edge cases around rendering multi-line choices and pointer positioning.

@​inquirer/prompts@​7.5.2

  • Chore: dependencies bump

@​inquirer/prompts@​7.5.0

  • Feat(@​inquirer/select): Added an instructions option allowing to customize the messages in the help tips.
  • Feat(@​inquirer/rawlist): Arrow keys will now cycle through the option, just like the @inquirer/select prompt. Also added a loop option to control the list loop behaviour when reaching the boundaries.
Commits
  • fdc9201 Publish
  • 3deee5c fix(@​inquirer/core): Remove vim/emacs easter eggs conflicting with type-to-se...
  • df341a8 Publish
  • 2d8ddcc fix(@​inquirer/confirm): Fix when using with unix yes command. (#1815)
  • f5c39a8 chore: Document known issue with setRawMode(true). Closes #1721
  • daf4d6f Publish
  • b4992d3 fix: lockfile regenerated
  • 7ddf02b chore (@​inquirer/external-editor): Add keyword to help search
  • 82df7a2 fix (@​inquirer/external-editor): Make @​types/node an optional peer dependency
  • 28c2f20 chore (@​inquirer/external-editor): Add note to README about being a replacement
  • Additional commits viewable in compare view

Updates @oclif/plugin-plugins from 5.4.36 to 5.4.46

Release notes

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

5.4.46

Bug Fixes

  • deps: bump @​oclif/core from 4.5.1 to 4.5.2 (#1176) (56b7e1f)

5.4.45

Bug Fixes

  • deps: bump @​oclif/core from 4.4.1 to 4.5.0 (#1165) (4ed7364)

5.4.44

Bug Fixes

  • deps: bump @​oclif/core from 4.4.0 to 4.4.1 (#1163) (61bf9d5)

5.4.43

Bug Fixes

5.4.42

Bug Fixes

  • deps: bump @​oclif/core from 4.3.3 to 4.4.0 (#1152) (7ec0345)

5.4.41

Bug Fixes

  • deps: bump @​oclif/core from 4.3.2 to 4.3.3 (#1146) (ce67e1d)

5.4.40

Bug Fixes

  • deps: bump @​oclif/core from 4.3.0 to 4.3.2 (#1144) (146f66e)

5.4.39

Bug Fixes

  • parse file path when comparing (fbe498d)
  • resolve package name when using file url (1a7e61f)
  • update warning message (a43402b)

5.4.38

Bug Fixes

5.4.37

Bug Fixes

... (truncated)

Changelog

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

5.4.46 (2025-07-26)

Bug Fixes

  • deps: bump @​oclif/core from 4.5.1 to 4.5.2 (#1176) (56b7e1f)

5.4.45 (2025-07-14)

Bug Fixes

  • deps: bump @​oclif/core from 4.4.1 to 4.5.0 (#1165) (4ed7364)

5.4.44 (2025-07-05)

Bug Fixes

  • deps: bump @​oclif/core from 4.4.0 to 4.4.1 (#1163) (61bf9d5)

5.4.43 (2025-06-29)

Bug Fixes

5.4.42 (2025-06-21)

Bug Fixes

  • deps: bump @​oclif/core from 4.3.3 to 4.4.0 (#1152) (7ec0345)

5.4.41 (2025-06-15)

Bug Fixes

  • deps: bump @​oclif/core from 4.3.2 to 4.3.3 (#1146) (ce67e1d)

5.4.40 (2025-06-07)

Bug Fixes

  • deps: bump @​oclif/core from 4.3.0 to 4.3.2 (#1144) (146f66e)

5.4.39 (2025-06-03)

Bug Fixes

  • parse file path when comparing (fbe498d)
  • resolve package name when using file url (1a7e61f)
  • update warning message (a43402b)

... (truncated)

Commits
  • 7338020 chore(release): 5.4.46 [skip ci]
  • 56b7e1f fix(deps): bump @​oclif/core from 4.5.1 to 4.5.2 (#1176)
  • 58cf736 chore(dev-deps): bump oclif from 4.21.0 to 4.22.1 (#1177)
  • 9180021 chore(dev-deps): bump oclif from 4.20.1 to 4.21.0 (#1170)
  • 5cae879 chore(dev-deps): bump eslint-config-prettier from 10.1.5 to 10.1.8 (#1171)
  • 16c27e4 chore(dev-deps): bump @​types/node from 18.19.118 to 18.19.120 (#1172)
  • 2cce748 chore(dev-deps): bump eslint-config-oclif from 6.0.83 to 6.0.86 (#1173)
  • 481e5d7 chore(dev-deps): bump @​oclif/plugin-help from 6.2.30 to 6.2.31 (#1174)
  • 72ed86b chore(release): 5.4.45 [skip ci]
  • 4ed7364 fix(deps): bump @​oclif/core from 4.4.1 to 4.5.0 (#1165)
  • Additional commits viewable in compare view

Updates @commitlint/cli from 19.8.0 to 19.8.1

Release notes

Sourced from @​commitlint/cli's releases.

v19.8.1

19.8.1 (2025-05-08)

Performance Improvements

Docs

CI

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.8.0...v19.8.1

Changelog

Sourced from @​commitlint/cli's changelog.

19.8.1 (2025-05-08)

Bug Fixes

Commits

Updates @commitlint/config-conventional from 19.8.0 to 19.8.1

Release notes

Sourced from @​commitlint/config-conventional's releases.

v19.8.1

19.8.1 (2025-05-08)

Performance Improvements

Docs

CI

New Contributors

Full Changelog: conventional-changelog/commitlint@v19.8.0...v19.8.1

Changelog

Sourced from @​commitlint/config-conventional's changelog.

19.8.1 (2025-05-08)

Note: Version bump only for package @​commitlint/config-conventional

Commits

Updates @oclif/test from 4.1.12 to 4.1.13

Release notes

Sourced from @​oclif/test's releases.

4.1.13

Bug Fixes

  • deps: bump debug from 4.4.0 to 4.4.1 (fe3a4ca)
Changelog

Sourced from @​oclif/test's changelog.

4.1.13 (2025-05-18)

Bug Fixes

  • deps: bump debug from 4.4.0 to 4.4.1 (fe3a4ca)
Commits
  • e42e05c chore(release): 4.1.13 [skip ci]
  • b806023 Merge pull request #756 from oclif/dependabot-npm_and_yarn-debug-4.4.1
  • fe3a4ca fix(deps): bump debug from 4.4.0 to 4.4.1
  • 4d6dcfb Merge pull request #757 from oclif/dependabot-npm_and_yarn-eslint-9.27.0
  • 1caa5af chore(dev-deps): bump eslint from 9.26.0 to 9.27.0
  • 5b2d437 Merge pull request #758 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...
  • ca7396a chore(dev-deps): bump eslint-config-oclif from 6.0.54 to 6.0.56
  • 5e79203 Merge pull request #751 from oclif/dependabot-npm_and_yarn-eslint-config-pret...
  • 2ec10ca Merge pull request #752 from oclif/dependabot-npm_and_yarn-types-chai-5.2.2
  • 20358a9 chore(dev-deps): bump eslint-config-prettier from 10.1.2 to 10.1.5
  • Additional commits viewable in compare view

Updates eslint-plugin-import from 2.31.0 to 2.32.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.32.0

Added

Fixed

Changed

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.32.0] - 2025-06-20

Added

  • add [enforce-node-protocol-usage] rule and import/node-version setting (#3024, thanks [@​GoldStrikeArch] and [@​sevenc-nanashi])
  • add TypeScript types (#3097, thanks [@​G-Rath])
  • [extensions]: add `pathGroupOverrides to allow enforcement decision overrides based on specifier (#3105, thanks [@​Xunnamius])
  • [order]: add sortTypesGroup option to allow intragroup sorting of type-only imports (#3104, thanks [@​Xunnamius])
  • [order]: add newlines-between-types option to control intragroup sorting of type-only imports (#3127, thanks [@​Xunnamius])
  • [order]: add consolidateIslands option to collapse excess spacing for aesthetically pleasing imports (#3129, thanks [@​Xunnamius])

Fixed

  • [no-unused-modules]: provide more meaningful error message when no .eslintrc is present (#3116, thanks [@​michaelfaith])
  • configs: added missing name attribute for eslint config inspector (#3151, thanks [@​NishargShah])
  • [order]: ensure arcane imports do not cause undefined behavior (#3128, thanks [@​Xunnamius])
  • [order]: resolve undefined property access issue when using named ordering (#3166, thanks [@​Xunnamius])
  • [enforce-node-protocol-usage]: avoid a crash with some TS code (#3173, thanks [@​ljharb])
  • [order]: codify invariants from docs into config schema (#3152, thanks [@​Xunnamius])

Changed

Commits
  • 01c9eb0 v2.32.0
  • ae57cc1 [Deps] update array-includes, array.prototype.findlastindex, `eslint-modu...
  • 9e1ad6b [Fix] order: codify invariants from docs into config schema
  • f017790 [Docs] no-restricted-paths: clarify wording and fix errors
  • 7d83a57 [Docs] no-unused-modules: add missing double quote
  • 519eb94 [utils] v2.12.1
  • 71ad145 [actions] split out tests into new vs old eslint
  • 9b096c4 [utils] [dev deps] update @arethetypeswrong/cli, @ljharb/tsconfig, `@type...
  • da5f6ec [Fix] enforce-node-protocol-usage: avoid a crash with some TS code
  • 6e49a58 [Refactor] order: remove unnecessary negative check
  • Additional commits viewable in compare view

Updates execa from 9.5.2 to 9.6.0

Release notes

Sourced from execa's releases.

v9.6.0

  • Update dependencies d49104a

sindresorhus/execa@v9.5.3...v9.6.0

v9.5.3

  • Fix Node 24-specific deprecation warning (#1199) 1ac5b91

sindresorhus/execa@v9.5.2...v9.5.3

Commits

Updates mocha from 11.1.0 to 11.7.2

Release notes

Sourced from mocha's releases.

v11.7.2

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

🧹 Chores

🤖 Automation

  • deps: bump actions/checkout in the github-actions group (#5419) (03ac2d0)

v11.7.1

11.7.1 (2025-06-24)

🩹 Fixes

... (truncated)

Changelog

Sourced from mocha's changelog.

11.7.2 (2025-09-01)

🩹 Fixes

  • fail with an informative error message on a file with a broken default import (#5413) (b0e6135)
  • load mjs files correctly (#5429) (a947b9b)

📚 Documentation

🧹 Chores

🤖 Automation

  • deps: bump actions/checkout in the github-actions group (#5419) (03ac2d0)

11.7.1 (2025-06-24)

🩹 Fixes

  • always fallback to import() if require() fails (#5384) (295c168)

... (truncated)

Commits
  • 5f8e8a8 chore(main): release 11.7.2 (#5398)
  • 3300d21 chore: move callback and object typedefs to a new types.d.ts (#5351)
  • 95f3ca8 docs: migrate assertion libraries wiki link to main docs (#5442)
  • c6c6740 chore: rewrite base path instead of copy-pasting (#5431)
  • b0e6135 fix: fail with an informative error message on a file with a broken default i...
  • 9d12fc2 Fix link buttons in new homepage (#5449)
  • a947b9b fix: load mjs files correctly (#5429)
  • 7071c70 Alphabetize new site nav (#5444)
  • d4912e7 chore: unify caught errors as err (#5439)
  • 02a306c docs: migrate count assertions wiki page to docs (#5438)
  • Additional commits viewable in compare view

Updates nodemon from 3.1.9 to 3.1.10

Release notes

Sourced from nodemon's releases.

v3.1.10

3.1.10 (2025-04-23)

Bug Fixes

Commits

Updates oclif from 4.11.3 to 4.22.16

Release notes

Sourced from oclif's releases.

4.22.16

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.864.0 to 3.879.0 (1395e3f)

4.22.15

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.873.0 to 3.879.0 (a1e6013)

4.22.14

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.64 to 3.2.66 (e9bfac6)

4.22.13

Bug...

Description has been truncated

…irectory with 12 updates

Bumps the create-database-app-dependencies group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@inquirer/prompts](https://github.com/SBoudrias/Inquirer.js) | `7.4.1` | `7.8.4` |
| [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.36` | `5.4.46` |
| [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) | `19.8.0` | `19.8.1` |
| [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) | `19.8.0` | `19.8.1` |
| [@oclif/test](https://github.com/oclif/test) | `4.1.12` | `4.1.13` |
| [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) | `2.31.0` | `2.32.0` |
| [execa](https://github.com/sindresorhus/execa) | `9.5.2` | `9.6.0` |
| [mocha](https://github.com/mochajs/mocha) | `11.1.0` | `11.7.2` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.9` | `3.1.10` |
| [oclif](https://github.com/oclif/oclif) | `4.11.3` | `4.22.16` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.8.3` | `5.9.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.1.2` | `3.2.4` |



Updates `@inquirer/prompts` from 7.4.1 to 7.8.4
- [Release notes](https://github.com/SBoudrias/Inquirer.js/releases)
- [Commits](https://github.com/SBoudrias/Inquirer.js/compare/@inquirer/[email protected]...@inquirer/[email protected])

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

Updates `@commitlint/cli` from 19.8.0 to 19.8.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.1/@commitlint/cli)

Updates `@commitlint/config-conventional` from 19.8.0 to 19.8.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v19.8.1/@commitlint/config-conventional)

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

Updates `eslint-plugin-import` from 2.31.0 to 2.32.0
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v2.31.0...v2.32.0)

Updates `execa` from 9.5.2 to 9.6.0
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v9.5.2...v9.6.0)

Updates `mocha` from 11.1.0 to 11.7.2
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/main/CHANGELOG.md)
- [Commits](mochajs/mocha@v11.1.0...v11.7.2)

Updates `nodemon` from 3.1.9 to 3.1.10
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.9...v3.1.10)

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

Updates `typescript` from 5.8.3 to 5.9.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml)
- [Commits](microsoft/TypeScript@v5.8.3...v5.9.2)

Updates `vitest` from 3.1.2 to 3.2.4
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest)

---
updated-dependencies:
- dependency-name: "@inquirer/prompts"
  dependency-version: 7.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: "@oclif/plugin-plugins"
  dependency-version: 5.4.46
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: "@commitlint/cli"
  dependency-version: 19.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 19.8.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: "@oclif/test"
  dependency-version: 4.1.13
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: eslint-plugin-import
  dependency-version: 2.32.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: execa
  dependency-version: 9.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: mocha
  dependency-version: 11.7.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: nodemon
  dependency-version: 3.1.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: oclif
  dependency-version: 4.22.16
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: typescript
  dependency-version: 5.9.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: vitest
  dependency-version: 3.2.4
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added create-database-app Generator app dependencies Dependabot dependencies labels Sep 2, 2025
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
create-database-app Generator app dependencies Dependabot dependencies OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants