fix(deps): bump the create-database-app-dependencies group with 14 updates
Type: Pull Request
State: Closed
![dependabot[bot]](https://github.com/dependabot.png)
Association: Contributor
Comments: 1
(about 1 month ago)
(7 days ago)
(7 days ago)
OCA Verified dependencies create-database-app
Bumps the create-database-app-dependencies group with 14 updates:
Package | From | To |
---|---|---|
@inquirer/prompts | 7.4.1 |
7.8.0 |
@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 |
chai | 5.2.0 |
5.2.1 |
@types/chai | 5.2.1 |
5.2.2 |
eslint-plugin-import | 2.31.0 |
2.32.0 |
execa | 9.5.2 |
9.6.0 |
mocha | 11.1.0 |
11.7.1 |
nodemon | 3.1.9 |
3.1.10 |
oclif | 4.11.3 |
4.22.5 |
typescript | 5.8.3 |
5.9.2 |
vitest | 3.1.2 |
3.2.4 |
Updates @inquirer/prompts
from 7.4.1 to 7.8.0
Release notes
Sourced from @inquirer/prompts
's releases.
@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: Newprefill
option to control if thedefault
value is editable inline or only after pressingtab.
@inquirer/prompts
@7
.5.3
- Fix #1743: pagination logic of the
select
,checkbox
andsearch
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 aninstructions
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 aloop
option to control the list loop behaviour when reaching the boundaries.
Commits
69944cc
Publish36a7897
doc(@inquirer/search
): Document the new config. Rel #17738ccf932
feat(@inquirer/search
): Support providing custom instructions. Fix #1773aa7f74b
chore: ignore some claude code settings884829b
Chore(deps): Bump form-data in the npm_and_yarn group5fbae89
Publish00a23b3
fix(@inquirer/select
): Fixes counting separators while incrementing. Fix #1786ec2f7c7
Publish18eba07
Fix: bump run-async which loaded dev dependencies unexpectedlyc1a755f
Publish- 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
5.4.45
Bug Fixes
5.4.44
Bug Fixes
5.4.43
Bug Fixes
5.4.42
Bug Fixes
5.4.41
Bug Fixes
5.4.40
Bug Fixes
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
5.4.45 (2025-07-14)
Bug Fixes
5.4.44 (2025-07-05)
Bug Fixes
5.4.43 (2025-06-29)
Bug Fixes
5.4.42 (2025-06-21)
Bug Fixes
5.4.41 (2025-06-15)
Bug Fixes
5.4.40 (2025-06-07)
Bug Fixes
5.4.39 (2025-06-03)
Bug Fixes
... (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
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/v19.8.0...v19.8.1
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
- perf(rules): optimize header-trim by
@felipecrs
in conventional-changelog/commitlint#4363Docs
- docs(config-workspace-scopes): incorrect package name title by
@JounQin
in conventional-changelog/commitlint#4323- docs: changed
husky init
tohusky install
by@Stautvis
in conventional-changelog/commitlint#4356- docs: adjust package managers CLI instructions for both Win and Unix based systems (#4381) by
@juliolmuller
in conventional-changelog/commitlint#4382- docs: add CLI instruction for Bun package manager (#4380) by
@juliolmuller
in conventional-changelog/commitlint#4383CI
- ci: pin github actions to commit-hash by
@Fdawgs
in conventional-changelog/commitlint#4343New Contributors
@Stautvis
made their first contribution in conventional-changelog/commitlint#4356@felipecrs
made their first contribution in conventional-changelog/commitlint#4363@juliolmuller
made their first contribution in conventional-changelog/commitlint#4382Full Changelog: https://github.com/conventional-changelog/commitlint/compare/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.1fe3a4ca
fix(deps): bump debug from 4.4.0 to 4.4.14d6dcfb
Merge pull request #757 from oclif/dependabot-npm_and_yarn-eslint-9.27.01caa5af
chore(dev-deps): bump eslint from 9.26.0 to 9.27.05b2d437
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.565e79203
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.220358a9
chore(dev-deps): bump eslint-config-prettier from 10.1.2 to 10.1.5- Additional commits viewable in compare view
Updates chai
from 5.2.0 to 5.2.1
Release notes
Sourced from chai's releases.
v5.2.1
What's Changed
Mostly internal changes but
@SuperchupuDev
realised the package.jsonengines
field was out of date, so it has been updated to reflect that v5.0.0 onwards only supports Node >=18.
- build(deps): bump serialize-javascript and mocha by
@dependabot
in chaijs/chai#1673- build(deps-dev): bump esbuild from 0.19.10 to 0.25.0 by
@dependabot
in chaijs/chai#1671- Enable
no-var
rule and fix violations by@koddsson
in chaijs/chai#1675- Convert Assertion function to a class by
@koddsson
in chaijs/chai#1677- More typing by
@koddsson
in chaijs/chai#1679- build(deps-dev): bump tar-fs from 3.0.6 to 3.0.8 by
@dependabot
in chaijs/chai#1682- build(deps-dev): bump tar-fs from 3.0.8 to 3.0.9 by
@dependabot
in chaijs/chai#1688- chore: fix lint errors and add lint to CI by
@43081j
in chaijs/chai#1689- docs: update minimum node version in readme by
@SuperchupuDev
in chaijs/chai#1691- chore: update minimum node version by
@SuperchupuDev
in chaijs/chai#1692New Contributors
@SuperchupuDev
made their first contribution in chaijs/chai#1691Full Changelog: https://github.com/chaijs/chai/compare/v5.2.0...v5.2.1
Commits
373c61a
chore: update minimum node version (#1692)aa13d6a
docs: update minimum node version in readme (#1691)63d203f
chore: fix lint errors and add lint to CI (#1689)3ac864e
build(deps-dev): bump tar-fs from 3.0.8 to 3.0.9 (#1688)9ad4c77
build(deps-dev): bump tar-fs from 3.0.6 to 3.0.8 (#1682)ce4c403
More typing (#1679)97b218e
convert Assertion function to a class (#1677)9d22af3
enableno-var
rule and fix violations (#1675)d416a78
build(deps-dev): bump esbuild from 0.19.10 to 0.25.0 (#1671)782bf80
build(deps): bump serialize-javascript and mocha (#1673)- See full diff in compare view
Updates @types/chai
from 5.2.1 to 5.2.2
Commits
- See full diff 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-usage
rule andimport/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
]: addsortTypesGroup
option to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius
])- [
order
]: addnewlines-between-types
option to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius
])- [
order
]: addconsolidateIslands
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 usingnamed
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
- [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-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
]: addsortTypesGroup
option to allow intragroup sorting of type-only imports (#3104, thanks [@Xunnamius
])- [
order
]: addnewlines-between-types
option to control intragroup sorting of type-only imports (#3127, thanks [@Xunnamius
])- [
order
]: addconsolidateIslands
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 usingnamed
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
- [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
01c9eb0
v2.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.0
Release notes
Sourced from execa's releases.
v9.6.0
- Update dependencies d49104a
https://github.com/sindresorhus/execa/compare/v9.5.3...v9.6.0
v9.5.3
- Fix Node 24-specific deprecation warning (#1199) 1ac5b91
https://github.com/sindresorhus/execa/compare/v9.5.2...v9.5.3
Commits
Updates mocha
from 11.1.0 to 11.7.1
Release notes
Sourced from mocha's releases.
v11.7.1
11.7.1 (2025-06-24)
🩹 Fixes
🧹 Chores
v11.7.0
11.7.0 (2025-06-18)
🌟 Features
v11.6.0
11.6.0 (2025-06-09)
🌟 Features
v11.5.0
11.5.0 (2025-05-22)
🌟 Features
v11.4.0
11.4.0 (2025-05-19)
🌟 Features
📚 Documentation
... (truncated)
Changelog
Sourced from mocha's changelog.
11.7.1 (2025-06-24)
🩹 Fixes
🧹 Chores
11.7.0 (2025-06-18)
🌟 Features
11.6.0 (2025-06-09)
🌟 Features
11.5.0 (2025-05-22)
🌟 Features
11.4.0 (2025-05-19)
🌟 Features
📚 Documentation
11.3.0 (2025-05-16)
🌟 Features
... (truncated)
Commits
c12d85d
chore(main): release 11.7.1 (#5390)f58e49f
test: add esm loader test (#5383)295c168
fix: always fallback to import() if require() fails (#5384)5d617f3
chore(main): release 11.7.0 (#5378)41e24a2
feat: use require to load esm (#5366)e68b9a6
chore(main): release 11.6.0 (#5373)581a3c5
feat: bump workerpool from ^6.5.1 to ^9.2.0 (#5350)a7ed005
chore(main): release 11.5.0 (#5370)a3dea85
feat: bump mimimatch from ^5.1.6 to ^9.0.5 (#5349)5730dfc
chore(main): release 11.4.0 (#5368)- Additional commits viewable in compare view
Updates nodemon
from 3.1.9 to 3.1.10
Commits
297c7c7
fix: update types and jsdocs (#2232)f7661d9
chore: website8fc12e8
Merge branch 'main' of github.com:remy/nodemon8b535a0
chore: fix JQ rendering for site59d5350
chore: website9954aff
chore: websited147fb6
chore: website53d2dfd
chore: website60f1474
chore: websiteaf51f77
Merge branch 'main' of github.com:remy/nodemon- Additional commits viewable in compare view
Updates oclif
from 4.11.3 to 4.22.5
Release notes
Sourced from oclif's releases.
4.22.5
Bug Fixes
- deps: bump
@oclif/core
from 4.5.1 to 4.5.2 (2c0c985)4.22.4
Bug Fixes
- deps: bump
@aws-sdk/client-cloudfront
from 3.844.0 to 3.850.0 (b227d3f)4.22.3
Bug Fixes
- deps: bump
@oclif/plugin-not-found
from 3.2.59 to 3.2.61 (e95ed25)4.22.2
Bug Fixes
- deps: bump
@aws-sdk/client-s3
from 3.848.0 to 3.850.0 (a4d0203)4.22.1
Bug Fixes
4.22.0
Features
4.21.2
Bug Fixes
- deps: bump
@aws-sdk/client-s3
from 3.842.0 to 3.848.0 (6b7b17d)4.21.1
Bug Fixes
- deps: bump
@oclif/plugin-warn-if-update-available
(6846387)4.21.0
Features
4.20.8
Bug Fixes
... (truncated)
Changelog
Sourced from oclif's changelog.
4.22.5 (2025-07-27)
Bug Fixes
- deps: bump
@oclif/core
from 4.5.1 to 4.5.2 (2c0c985)4.22.4 (2025-07-27)
Bug Fixes
- deps: bump
@aws-sdk/client-cloudfront
from 3.844.0 to 3.850.0 (b227d3f)4.22.3 (2025-07-27)
Bug Fixes
- deps: bump
@oclif/plugin-not-found
from 3.2.59 to 3.2.61 (e95ed25)4.22.2 (2025-07-27)
B...
Description has been truncated
Pull Request Statistics
1
2
+1480
-1453
Package Dependencies
@commitlint/config-conventional
npm
19.8.0 → 19.8.1
Patch
Technical Details
ID: | 4452188 |
UUID: | 2714000043 |
Node ID: | PR_kwDOMRzhI86hxFqr |
Host: | GitHub |
Repository: | oracle/create-database-app |
Mergeable: | Yes |
Merge State: | Unstable |
Rebaseable: | Yes |