Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump the create-database-app-dependencies group across 1 directory with 8 updates #140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

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

Package From To
@oclif/plugin-plugins 5.4.6 5.4.10
@types/mocha 10.0.7 10.0.8
@types/node 22.5.1 22.7.4
eslint-config-oclif-typescript 3.1.9 3.1.11
nodemon 3.1.4 3.1.7
oclif 4.11.3 4.14.36
typescript 5.5.4 5.6.2

Updates @oclif/plugin-plugins from 5.4.6 to 5.4.10

Release notes

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

5.4.10

Bug Fixes

  • deps: bump @​oclif/core from 4.0.18 to 4.0.23 (#978) (bd01231)

5.4.9

Bug Fixes

  • deps: bump debug from 4.3.6 to 4.3.7 (#974) (d92188a)

5.4.8

Bug Fixes

  • deps: bump path-to-regexp from 6.2.1 to 6.3.0 (#964) (8e1b2c3)

5.4.7

Bug Fixes

  • deps: bump npm from 10.8.2 to 10.8.3 (#960) (c523243)
Changelog

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

5.4.10 (2024-09-28)

Bug Fixes

  • deps: bump @​oclif/core from 4.0.18 to 4.0.23 (#978) (bd01231)

5.4.9 (2024-09-21)

Bug Fixes

  • deps: bump debug from 4.3.6 to 4.3.7 (#974) (d92188a)

5.4.8 (2024-09-13)

Bug Fixes

  • deps: bump path-to-regexp from 6.2.1 to 6.3.0 (#964) (8e1b2c3)

5.4.7 (2024-09-08)

Bug Fixes

  • deps: bump npm from 10.8.2 to 10.8.3 (#960) (c523243)
Commits
  • 191269a chore(release): 5.4.10 [skip ci]
  • bd01231 fix(deps): bump @​oclif/core from 4.0.18 to 4.0.23 (#978)
  • 8210985 chore(dev-deps): bump @​oclif/plugin-help from 6.2.11 to 6.2.12 (#979)
  • c6dffbb chore(dev-deps): bump typescript from 5.5.4 to 5.6.2 (#970)
  • 0fc7bbf chore(dev-deps): bump oclif from 4.14.27 to 4.14.34 (#971)
  • 25d93be chore(dev-deps): bump @​types/mocha from 10.0.7 to 10.0.8 (#972)
  • 197028f chore(dev-deps): bump eslint-config-oclif-typescript (#973)
  • 53cb72b chore(release): 5.4.9 [skip ci]
  • d92188a fix(deps): bump debug from 4.3.6 to 4.3.7 (#974)
  • 1df22be chore(dev-deps): bump commitlint from 19.4.1 to 19.5.0 (#965)
  • Additional commits viewable in compare view

Updates @types/mocha from 10.0.7 to 10.0.8

Commits

Updates @types/node from 22.5.1 to 22.7.4

Commits

Updates eslint-config-oclif-typescript from 3.1.9 to 3.1.11

Release notes

Sourced from eslint-config-oclif-typescript's releases.

3.1.11

Bug Fixes

  • deps: bump eslint-plugin-import from 2.29.1 to 2.30.0 (8986cec)

3.1.10

Bug Fixes

  • deps: bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 (6338853)
Changelog

Sourced from eslint-config-oclif-typescript's changelog.

3.1.11 (2024-09-08)

Bug Fixes

  • deps: bump eslint-plugin-import from 2.29.1 to 2.30.0 (8986cec)

3.1.10 (2024-09-01)

Bug Fixes

  • deps: bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3 (6338853)
Commits
  • 2b26daf chore(release): 3.1.11 [skip ci]
  • 6d3c64e Merge pull request #143 from oclif/dependabot-npm_and_yarn-eslint-plugin-impo...
  • 8986cec fix(deps): bump eslint-plugin-import from 2.29.1 to 2.30.0
  • fc5c679 chore(release): 3.1.10 [skip ci]
  • 082eac1 Merge pull request #142 from oclif/dependabot-npm_and_yarn-eslint-import-reso...
  • 6338853 fix(deps): bump eslint-import-resolver-typescript from 3.6.1 to 3.6.3
  • See full diff in compare view

Updates eslint-plugin-import from 2.29.1 to 2.30.0

Release notes

Sourced from eslint-plugin-import's releases.

v2.30.0

Added

Fixed

Changed

  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit (#2944, thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug #2866
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap (#2982, thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic (#2985, thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix (#2640, thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting (#2989, thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files (#2991, thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option (#3036, thanks [@​liby])
  • [readme] Clarify how to install the plugin (#2993, thanks [@​jwbth])

... (truncated)

Changelog

Sourced from eslint-plugin-import's changelog.

[2.30.0] - 2024-09-02

Added

  • [dynamic-import-chunkname]: add allowEmpty option to allow empty leading comments (#2942, thanks [@​JiangWeixian])
  • [dynamic-import-chunkname]: Allow empty chunk name when webpackMode: 'eager' is set; add suggestions to remove name in eager mode (#3004, thanks [@​amsardesai])
  • [no-unused-modules]: Add ignoreUnusedTypeExports option (#3011, thanks [@​silverwind])
  • add support for Flat Config (#3018, thanks [@​michaelfaith])

Fixed

Changed

  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit (#2944, thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug #2866
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap (#2982, thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic (#2985, thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix (#2640, thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) (#2987, thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting (#2989, thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files (#2991, thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option (#3036, thanks [@​liby])
  • [readme] Clarify how to install the plugin (#2993, thanks [@​jwbth])
Commits
  • 18787d3 Bump to 2.30.0
  • 9902298 [Deps] update eslint-module-utils
  • 9d194a6 [utils] v2.9.0
  • 0a58d75 [resolvers/webpack] v0.13.9
  • a3015eb [Test] namespace: ensure valid case is actually included
  • 8bdb32b [Test] add explicit marker for trailing whitespace in cases
  • 038c26c [readme] Clarify how to install the plugin
  • 32a2b89 [Fix] order: do not compare first path segment for relative paths (#2682)
  • ee1ea02 [Fix] newline-after-import: fix considerComments option when require
  • 806e3c2 [New] add support for Flat Config
  • Additional commits viewable in compare view

Updates nodemon from 3.1.4 to 3.1.7

Release notes

Sourced from nodemon's releases.

v3.1.7

3.1.7 (2024-09-20)

Bug Fixes

v3.1.6

3.1.6 (2024-09-19)

Bug Fixes

v3.1.5

3.1.5 (2024-09-17)

Bug Fixes

  • add missing ignore option to type defintion of config (#2224) (254c2ab)
Commits

Updates oclif from 4.11.3 to 4.14.36

Release notes

Sourced from oclif's releases.

4.14.36

Bug Fixes

  • deps: bump @​oclif/core from 4.0.19 to 4.0.23 (8b77856)

4.14.36-qa.1

Bug Fixes

4.14.36-qa.0

Features

  • pack win32-arm64 tarballs (ef49a68)

4.14.35

Bug Fixes

  • deps: bump @​inquirer/select from 2.3.10 to 2.5.0 (6d9e2d3)

4.14.34

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.16 to 3.2.21 (09bf78d)

4.14.33

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.645.0 to 3.651.1 (0b696c8)

4.14.32

Bug Fixes

  • deps: bump path-to-regexp from 6.2.1 to 6.3.0 (4258e66)

4.14.31

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.637.0 to 3.645.0 (6f9f724)

4.14.30

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.633.0 to 3.645.0 (0dfa8df)

4.14.29

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.8 to 6.2.10 (0ef191a)

... (truncated)

Changelog

Sourced from oclif's changelog.

4.14.36 (2024-09-29)

Bug Fixes

  • deps: bump @​oclif/core from 4.0.19 to 4.0.23 (8b77856)

4.14.35 (2024-09-22)

Bug Fixes

  • deps: bump @​inquirer/select from 2.3.10 to 2.5.0 (6d9e2d3)

4.14.34 (2024-09-15)

Bug Fixes

  • deps: bump @​oclif/plugin-not-found from 3.2.16 to 3.2.21 (09bf78d)

4.14.33 (2024-09-15)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.645.0 to 3.651.1 (0b696c8)

4.14.32 (2024-09-13)

Bug Fixes

  • deps: bump path-to-regexp from 6.2.1 to 6.3.0 (4258e66)

4.14.31 (2024-09-08)

Bug Fixes

  • deps: bump @​aws-sdk/client-cloudfront from 3.637.0 to 3.645.0 (6f9f724)

4.14.30 (2024-09-08)

Bug Fixes

  • deps: bump @​aws-sdk/client-s3 from 3.633.0 to 3.645.0 (0dfa8df)

4.14.29 (2024-09-02)

Bug Fixes

  • deps: bump @​oclif/plugin-help from 6.2.8 to 6.2.10 (0ef191a)

4.14.28 (2024-09-01)

... (truncated)

Commits
  • 17a6be1 chore(release): 4.14.36 [skip ci]
  • d15924d Merge pull request #1565 from oclif/dependabot-npm_and_yarn-oclif-core-4.0.23
  • 8b77856 fix(deps): bump @​oclif/core from 4.0.19 to 4.0.23
  • 91d48c2 Merge pull request #1552 from oclif/dependabot-npm_and_yarn-lint-staged-15.2.10
  • f9063a3 Merge pull request #1553 from oclif/dependabot-npm_and_yarn-sinon-18.0.1
  • 87be503 chore(release): 4.14.35 [skip ci]
  • c227e0f Merge pull request #1554 from oclif/dependabot-npm_and_yarn-inquirer-select-2...
  • 10c65f1 Merge pull request #1555 from oclif/dependabot-npm_and_yarn-eslint-8.57.1
  • 953bb9e Merge pull request #1556 from oclif/dependabot-npm_and_yarn-typescript-5.6.2
  • eb3d86c chore(dev-deps): bump typescript from 5.5.4 to 5.6.2
  • Additional commits viewable in compare view

Updates typescript from 5.5.4 to 5.6.2

Release notes

Sourced from typescript's releases.

TypeScript 5.6

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 RC

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

TypeScript 5.6 Beta

For release notes, check out the release announcement.

For the complete list of fixed issues, check out the

Downloads are available on:

Commits
  • a7e3374 Bump version to 5.6.2 and LKG
  • 2063357 🤖 Pick PR #59708 (LEGO: Pull request from lego/hb_537...) into release-5.6 (#...
  • 4fe7e41 🤖 Pick PR #59670 (fix(59649): ts Move to a new file d...) into release-5.6 (#...
  • 1a03e53 🤖 Pick PR #59761 (this can be nullish) into release-5.6 (#59762)
  • 6212132 Update LKG
  • bbb5faf 🤖 Pick PR #59542 (Fixing delay caused in vscode due t...) into release-5.6 (#...
  • e6914a5 Bump version to 5.6.1-rc and LKG
  • 34121c4 Update LKG
  • 2a30c2a Merge remote-tracking branch 'origin/main' into release-5.6
  • 936a79b Expose TypeChecker. getAwaitedType to public (#59268)
  • 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 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 <dependency name> major version will 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 version will 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

…irectory with 8 updates

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

| Package | From | To |
| --- | --- | --- |
| [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins) | `5.4.6` | `5.4.10` |
| [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) | `10.0.7` | `10.0.8` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.5.1` | `22.7.4` |
| [eslint-config-oclif-typescript](https://github.com/oclif/eslint-config-oclif-typescript) | `3.1.9` | `3.1.11` |
| [nodemon](https://github.com/remy/nodemon) | `3.1.4` | `3.1.7` |
| [oclif](https://github.com/oclif/oclif) | `4.11.3` | `4.14.36` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.6.2` |



Updates `@oclif/plugin-plugins` from 5.4.6 to 5.4.10
- [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.6...5.4.10)

Updates `@types/mocha` from 10.0.7 to 10.0.8
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Updates `@types/node` from 22.5.1 to 22.7.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `eslint-config-oclif-typescript` from 3.1.9 to 3.1.11
- [Release notes](https://github.com/oclif/eslint-config-oclif-typescript/releases)
- [Changelog](https://github.com/oclif/eslint-config-oclif-typescript/blob/main/CHANGELOG.md)
- [Commits](oclif/eslint-config-oclif-typescript@3.1.9...3.1.11)

Updates `eslint-plugin-import` from 2.29.1 to 2.30.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.29.1...v2.30.0)

Updates `nodemon` from 3.1.4 to 3.1.7
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](remy/nodemon@v3.1.4...v3.1.7)

Updates `oclif` from 4.11.3 to 4.14.36
- [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.14.36)

Updates `typescript` from 5.5.4 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.4...v5.6.2)

---
updated-dependencies:
- dependency-name: "@oclif/plugin-plugins"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: "@types/mocha"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: eslint-config-oclif-typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: nodemon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: create-database-app-dependencies
- dependency-name: oclif
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: create-database-app-dependencies
- dependency-name: typescript
  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 Oct 1, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 1, 2024
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