fix(deps): bump the create-database-app-dependencies group across 1 directory with 7 updates by dependabot[bot] · Pull Request #417 · oracle/create-database-app
Bumps the create-database-app-dependencies group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| @oclif/plugin-plugins | 5.4.36 |
5.4.59 |
| @oclif/test | 4.1.12 |
4.1.17 |
| eslint-plugin-import | 2.31.0 |
2.32.0 |
| execa | 9.5.2 |
9.6.1 |
| mocha | 11.1.0 |
11.7.5 |
| nodemon | 3.1.9 |
3.1.14 |
| oclif | 4.11.3 |
4.22.96 |
Updates @oclif/plugin-plugins from 5.4.36 to 5.4.59
Release notes
Sourced from @oclif/plugin-plugins's releases.
5.4.59
Bug Fixes
- bump npm (d19c81c)
5.4.58
Bug Fixes
- add validation check for JIT plugin versions (d1139dd)
5.4.57
Bug Fixes
- corrected stubbing errors in tests
@W-21178947@ (28ac927)5.4.56
Bug Fixes
5.4.55
Bug Fixes
5.4.54
Bug Fixes
5.4.53
Bug Fixes
5.4.52
Bug Fixes
5.4.51
Bug Fixes
5.4.50
Bug Fixes
... (truncated)
Changelog
Sourced from @oclif/plugin-plugins's changelog.
5.4.59 (2026-03-19)
Bug Fixes
- bump npm (d19c81c)
5.4.58 (2026-03-06)
Bug Fixes
- add validation check for JIT plugin versions (d1139dd)
5.4.57 (2026-03-04)
Bug Fixes
- corrected stubbing errors in tests
@W-21178947@ (28ac927)5.4.56 (2026-02-07)
Bug Fixes
5.4.55 (2026-01-22)
Bug Fixes
5.4.54 (2025-11-15)
Bug Fixes
5.4.53 (2025-11-02)
Bug Fixes
5.4.52 (2025-10-30)
Bug Fixes
5.4.51 (2025-10-25)
... (truncated)
Commits
651f8a4chore(release): 5.4.59 [skip ci]8994a23fix: Merge pull request #1291 from oclif/ew/bump-npmd19c81cfix: bump npm777d4f1chore(release): 5.4.58 [skip ci]6ea42abMerge pull request #1287 from bailey-coding/patch-1ac5bee6Merge pull request #1290 from oclif/mm/fix/repository-prefix-devcenter-links02a0caeadding repositoryPrefix so CLI command doc links point to this plugin’s repo ...d1139ddfix: add validation check for JIT plugin versionsdf1243bchore(release): 5.4.57 [skip ci]e4e52c5Merge pull request #1288 from oclif/d/W-21178947- Additional commits viewable in compare view
Updates @oclif/test from 4.1.12 to 4.1.17
Release notes
Sourced from @oclif/test's releases.
4.1.17
Bug Fixes
- deps: bump flatted from 3.3.2 to 3.4.2 (842792a)
4.1.16
Bug Fixes
- deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)
4.1.15
Bug Fixes
- deps: bump js-yaml from 4.1.0 to 4.1.1 (f6eb102)
4.1.14
Bug Fixes
- deps: bump debug from 4.4.1 to 4.4.3 (5d1ed0d)
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.17 (2026-03-21)
Bug Fixes
- deps: bump flatted from 3.3.2 to 3.4.2 (842792a)
4.1.16 (2026-01-22)
Bug Fixes
- deps: bump lodash from 4.17.21 to 4.17.23 (dab8924)
4.1.15 (2025-11-15)
Bug Fixes
- deps: bump js-yaml from 4.1.0 to 4.1.1 (f6eb102)
4.1.14 (2025-09-14)
Bug Fixes
- deps: bump debug from 4.4.1 to 4.4.3 (5d1ed0d)
4.1.13 (2025-05-18)
Bug Fixes
- deps: bump debug from 4.4.0 to 4.4.1 (fe3a4ca)
Commits
e5371b1chore(release): 4.1.17 [skip ci]464b7d1Merge pull request #868 from oclif/dependabot-npm_and_yarn-flatted-3.4.2842792afix(deps): bump flatted from 3.3.2 to 3.4.24b1eb43Merge pull request #864 from oclif/dependabot-npm_and_yarn-eslint-9.39.454596c3chore(dev-deps): bump eslint from 9.39.3 to 9.39.4b988053Merge pull request #866 from oclif/dependabot-npm_and_yarn-eslint-config-ocli...6736998chore(dev-deps): bump eslint-config-oclif from 6.0.140 to 6.0.148a620ec5Merge pull request #867 from oclif/dependabot-npm_and_yarn-oclif-core-4.9.0ad2b864chore(dev-deps): bump@oclif/corefrom 4.8.0 to 4.9.066fec82Merge pull request #860 from oclif/ew/slack-webhook-secret- 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
- add
enforce-node-protocol-usagerule andimport/node-versionsetting (#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]: addsortTypesGroupoption to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius])- [
order]: addnewlines-between-typesoption to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius])- [
order]: addconsolidateIslandsoption 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 usingnamedordering (#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
- [Docs]
extensions, [order]: improve documentation (#3106, thanks [@Xunnamius])- [Docs] add flat config guide for using
tseslint.config()(#3125, thanks [@lnuvy])- [Docs] add missing comma (#3122, thanks [
@RyanGst])- [readme] Update flatConfig example to include typescript config (#3138, thanks [
@intellix])- [Refactor] [
order]: remove unnecessary negative check (#3167, thanks [@JounQin])- [Docs] [
no-unused-modules]: add missing double quote (#3191, thanks [@albertpastrana])- [Docs]
no-restricted-paths: clarify wording and fix errors (#3172, thanks [@greim])
... (truncated)
Changelog
Sourced from eslint-plugin-import's changelog.
[2.32.0] - 2025-06-20
Added
- add [
enforce-node-protocol-usage] rule andimport/node-versionsetting (#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]: addsortTypesGroupoption to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius])- [
order]: addnewlines-between-typesoption to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius])- [
order]: addconsolidateIslandsoption 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 usingnamedordering (#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
- [Docs] [
extensions], [order]: improve documentation (#3106, thanks [@Xunnamius])- [Docs] add flat config guide for using
tseslint.config()(#3125, thanks [@lnuvy])- [Docs] add missing comma (#3122, thanks [
@RyanGst])- [readme] Update flatConfig example to include typescript config (#3138, thanks [
@intellix])- [Refactor] [
order]: remove unnecessary negative check (#3167, thanks [@JounQin])- [Docs] [
no-unused-modules]: add missing double quote (#3191, thanks [@albertpastrana])- [Docs]
no-restricted-paths: clarify wording and fix errors (#3172, thanks [@greim])
Commits
01c9eb0v2.32.0ae57cc1[Deps] updatearray-includes,array.prototype.findlastindex, `eslint-modu...9e1ad6b[Fix]order: codify invariants from docs into config schemaf017790[Docs]no-restricted-paths: clarify wording and fix errors7d83a57[Docs]no-unused-modules: add missing double quote519eb94[utils] v2.12.171ad145[actions] split out tests into new vs old eslint9b096c4[utils] [dev deps] update@arethetypeswrong/cli,@ljharb/tsconfig, `@type...da5f6ec[Fix]enforce-node-protocol-usage: avoid a crash with some TS code6e49a58[Refactor]order: remove unnecessary negative check- Additional commits viewable in compare view
Updates execa from 9.5.2 to 9.6.1
Release notes
Sourced from execa's releases.
v9.6.1
- Fix
VerboseOptiontype not being properly exported (#1215) 7891c39
sindresorhus/execa@v9.6.0...v9.6.1
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
Commits
84e1f369.6.17891c39FixVerboseOptiontype not being properly exported (#1215)103095fMeta tweaks23ec6f0Fix CI tests related to.kill(0)(#1212)9a2cb79Meta tweakse7cafeb[docs] TTY control is lost only on the FD that uses mixed inherit. (#1209)5587ae1Fix CI tests (#1207)3e8fa32[docs] A process is not a TTY usually, just connected to one. (#1208)c468672[docs] Transforms: Summary: Fix example command and output. (#1206)a31fe559.6.0- Additional commits viewable in compare view
Updates mocha from 11.1.0 to 11.7.5
Release notes
Sourced from mocha's releases.
v11.7.5
11.7.5 (2025-11-04)
🩹 Fixes
🧹 Chores
- run tests on PRs for and pushes to v11.x (#5525) (8b21b38)
- setup release-please for v11 (#5522) (663fff4)
v11.7.4
11.7.4 (2025-10-01)
🩹 Fixes
📚 Documentation
🧹 Chores
v11.7.3
11.7.3 (2025-09-30)
🩹 Fixes
📚 Documentation
- add security escalation policy (#5466) (4122c7d)
- fix duplicate global leak documentation (#5461) (1164b9d)
- migrate third party UIs wiki page to docs (#5434) (6654704)
- update maintainer release notes for release-please (#5453) (185ae1e)
🤖 Automation
... (truncated)
Changelog
Sourced from mocha's changelog.
11.7.5 (2025-11-04)
🩹 Fixes
🧹 Chores
- run tests on PRs for and pushes to v11.x (#5525) (8b21b38)
- setup release-please for v11 (#5522) (663fff4)
11.7.4 (2025-10-01)
🩹 Fixes
📚 Documentation
🧹 Chores
11.7.3 (2025-09-30)
🩹 Fixes
📚 Documentation
- add security escalation policy (#5466) (4122c7d)
- fix duplicate global leak documentation (#5461) (1164b9d)
- migrate third party UIs wiki page to docs (#5434) (6654704)
- update maintainer release notes for release-please (#5453) (185ae1e)
🤖 Automation
... (truncated)
Commits
9a6a5dbchore(v11.x): release 11.7.5 (#5523)8b21b38chore: run tests on PRs for and pushes to v11.x (#5525)663fff4chore: setup release-please for v11 (#5522)8d97220Update release-please to include v11.x and use Node ^22d89dbaffix: swallow morerequireerrors from *ts files (#5498)8649f39chore(main): release 11.7.4 (#5473)c2667c3fix: watch mode using chokidar v4 (#5379)7f68e5cchore: remove trailing spaces (#5475)bff9166Docs: migrate remaining legacy wiki pages to main documentation (#5465)c805327chore(main): release 11.7.3 (#5455)- Additional commits viewable in compare view
Updates nodemon from 3.1.9 to 3.1.14
Release notes
Sourced from nodemon's releases.
v3.1.14
3.1.14 (2026-02-20)
Bug Fixes
v3.1.13
3.1.13 (2026-02-19)
Bug Fixes
v3.1.12
3.1.12 (2026-02-19)
Bug Fixes
v3.1.11
3.1.11 (2025-11-11)
Bug Fixes
v3.1.10
3.1.10 (2025-04-23)
Bug Fixes
Commits
cfebe2ffix: get watch working on windowsf34bfa9chore: fix release to run after tests5c03715fix: TypeScript definition for 'restart' args28de4b7chore: semver-release wanted 22-24 🤦6217164chore: move release workflow to node 202c458dechore: bump semver-release + update workflow9376af3fix: bump minimatche045423chore: websitef7a4eddchore: websitef26223fchore: website- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nodemon since your current version.
Updates oclif from 4.11.3 to 4.22.96
Release notes
Sourced from oclif's releases.
4.22.96
Bug Fixes
- deps: bump
@oclif/plugin-warn-if-update-available(d12954b)4.22.95
Bug Fixes
- deps: bump
@aws-sdk/client-s3from 3.1009.0 to 3.1014.0 (c075291)4.22.94
Bug Fixes
- deps: bump
@oclif/plugin-not-foundfrom 3.2.75 to 3.2.76 (eefdfe3)4.22.93
Bug Fixes
- deps: bump flatted from 3.3.1 to 3.4.2 (943ec13)
4.22.92
Bug Fixes
- deps: bump
@oclif/plugin-not-foundfrom 3.2.74 to 3.2.75 (4eefb02)4.22.91
Bug Fixes
- deps: bump
@aws-sdk/client-s3from 3.1004.0 to 3.1009.0 (da5fc92)4.22.90
Bug Fixes
- deps: bump
@oclif/plugin-helpfrom 6.2.37 to 6.2.38 (9a63640)4.22.89
Bug Fixes
- deps: bump
@oclif/corefrom 4.8.3 to 4.9.0 (f56c1db)4.22.88
Bug Fixes
- deps: bump
@aws-sdk/client-cloudfrontfrom 3.1004.0 to 3.1009.0 (8af60d6)4.22.87
Bug Fixes
- deps: bump
@aws-sdk/client-s3from 3.1002.0 to 3.1004.0 (14feda5)
... (truncated)
Changelog
Sourced from oclif's changelog.
4.22.96 (2026-03-22)
Bug Fixes
- deps: bump
@oclif/plugin-warn-if-update-available(d12954b)4.22.95 (2026-03-22)
Bug Fixes
- deps: bump
@aws-sdk/client-s3from 3.1009.0 to 3.1014.0 (c075291)4.22.94 (2026-03-22)
Bug Fixes
- deps: bump
@oclif/plugin-not-foundfrom 3.2.75 to 3.2.76 (eefdfe3)4.22.93 (2026-03-20)
Bug Fixes
- deps: bump flatted from 3.3.1 to 3.4.2 (943ec13)
4.22.92 (2026-03-16)
Bug Fixes
- deps: bump
@oclif/plugin-not-foundfrom 3.2.74 to 3.2.75 (4eefb02)4.22.91 (2026-03-15)
Bug Fixes
- deps: bump
@aws-sdk/client-s3from 3.1004.0 to 3.1009.0 (da5fc92)4.22.90 (2026-03-15)
Bug Fixes
- deps: bump
@oclif/plugin-helpfrom 6.2.37 to 6.2.38 (9a63640)4.22.89 (2026-03-15)
Bug Fixes
- deps: bump
@oclif/corefrom 4.8.3 to 4.9.0 (f56c1db)4.22.88 (2026-03-15)
... (truncated)
Commits
86027e0chore(release): 4.22.96 [skip ci]c7340c3Merge pull request #2004 from oclif/dependabot-npm_and_yarn-oclif-plugin-warn...62400a7chore(release): 4.22.95 [skip ci]667d795Merge pull request #2005 from oclif/dependabot-npm_and_yarn-aws-sdk-client-s3...2289598Merge pull request #2006 from oclif/dependabot-npm_and_yarn-oclif-test-4.1.17d12954bfix(deps): bump@oclif/plugin-warn-if-update-available8d7fc88chore(release): 4.22.94 [skip ci]a9db936Merge pull request #2007 from oclif/dependabot-npm_and_yarn-oclif-plugin-not-...eefdfe3fix(deps): bump@oclif/plugin-not-foundfrom 3.2.75 to 3.2.7658b8a99chore(dev-deps): bump@oclif/testfrom 4.1.16 to 4.1.17- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions