Skip to content

Bump set-value, @adonisjs/ace and @adonisjs/cli#21

Merged
EquisFuture merged 1 commit intomasterfrom
dependabot/npm_and_yarn/set-value-and-adonisjs/ace-and-adonisjs/cli--removed
Jul 20, 2023
Merged

Bump set-value, @adonisjs/ace and @adonisjs/cli#21
EquisFuture merged 1 commit intomasterfrom
dependabot/npm_and_yarn/set-value-and-adonisjs/ace-and-adonisjs/cli--removed

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 20, 2023

Removes set-value. It's no longer used after updating ancestor dependencies set-value, @adonisjs/ace and @adonisjs/cli. These dependencies need to be updated together.

Removes set-value

Updates @adonisjs/ace from 5.0.8 to 11.3.1

Release notes

Sourced from @​adonisjs/ace's releases.

Use command argument default value when not specified during run

  • chore: update dependencies de3a428
  • fix: retain default value assigned to arguments on the class instance cf51363
  • chore: update dependencies 619c3bc

adonisjs/ace@v11.3.0...v11.3.1

Share the alias with the command if the command was executed from an alias

  • feat: share aliases defined inside &quot

Fix for recursive imports when generating manifest

  • chore: update dependencies 20c5d96
  • improvement: maintain set of processed files when generating manifest (#143) fa05189
  • test: add tests for optional arguments 55a79db
  • chore: update dependencies b1bc354

adonisjs/ace@v11.2.2...v11.2.3

Add mockConsoleOutput method

This method mocks the logger and prompts and keeps them within the memory for assertions

  • feat: add mockConsoleOutput method to mock prompts and logger 51fc37a

adonisjs/ace@v11.2.1...v11.2.2

Fixing types for 11.20.0

  • fix: types for kernel.exec command d2f5138

adonisjs/ace@v11.2.0...v11.2.1

The "kernel.exec" method now returns the command instance back

  • refactor: return command instance from the exec method 4a311ad

adonisjs/ace@v11.1.0...v11.2.0

Add isMain and isInteractive flags to command instance

Both the flags can make it easier for commands to decide how they should behave when running. For example: The migration commands can close the database when isMain true, otherwise do not close the database connection.

  • feat: add isMain and isInteractive flags to command ba3a707

adonisjs/ace@v11.0.7...v11.1.0

Update dependencies

  • chore: update dependencies cb5164a
  • refactor: migrate to new japa (#142) f7b635c

adonisjs/ace@v11.0.6...v11.0.7

Update dependencies

  • chore: display log colors when publishing package 56d44f4

... (truncated)

Changelog

Sourced from @​adonisjs/ace's changelog.

Commits
  • fd415f2 chore(release): 11.3.1
  • de3a428 chore: update dependencies
  • cf51363 fix: retain default value assigned to arguments on the class instance
  • 619c3bc chore: update dependencies
  • 8f65dbd chore(release): 11.3.0
  • f4ea916 feat: share aliases defined inside ".adonisrc.json" with the command
  • a62c501 chore: update dependencies
  • edcebec chore(release): 11.2.3
  • 20c5d96 chore: update dependencies
  • fa05189 improvement: maintain set of processed files when generating manifest (#143)
  • Additional commits viewable in compare view

Updates @adonisjs/cli from 4.0.12 to 5.0.9

Release notes

Sourced from @​adonisjs/cli's releases.

Add make:model command

  • feat: implement make model command 102dd83
  • chore: update dependencies 34e03e7
  • fix: building compiler options before instantiating compiler 6d1931e

adonisjs/adonis-cli@v5.0.8...v5.0.9

Adding support to create projects for REST API server

  • feat: add support for creating rest api project a44aa55
  • chore: update dependencies 5ad8afe

adonisjs/adonis-cli@v5.0.7...v5.0.8

Updating sink, that includes a bug fix

  • chore: update dependencies 91ff082

adonisjs/adonis-cli@v5.0.6...v5.0.7

Updating underlying dependencies

  • chore(package): update dependencies 84071e6

adonisjs/adonis-cli@v5.0.5...v5.0.6

Accepting nodeArgs in serve command and fixing IoC transformer

  • feat(server): accept nodeArgs to be passed to the node command line b45baee
  • fix: update transformer for new IoC behavior (#165) d86209b

adonisjs/adonis-cli@v5.0.4...v5.0.5

Updating underlying dependencies

  • chore(package): update dependencies 38953e6

adonisjs/adonis-cli@v5.0.3...v5.0.4

Handful of improvements

  1. All make commands now resolves the path from the .adonisrc.json file.
  2. The compiler now uses latest changes of rcFile.

Commits

  • refactor: using rc config for finding the scaffolding paths e233f05
  • refactor: use metaFiles from rcFile over copyToBuild e7b935b
  • chore(package): update dependencies f1b7f9d
  • chore: update dependencies 9fc7feb
  • fix: use HttpContextContract in controller templates (#163) 7ba7916

adonisjs/adonis-cli@v5.0.3-0...v5.0.3

One new command and cleanup of existing code

The dump:rcfile command shows the contents of the rcFile with defaults, so one knows how and what to override.

... (truncated)

Commits
  • 1371a17 chore(release): 5.0.9
  • 102dd83 feat: implement make model command
  • 34e03e7 chore: update dependencies
  • 6d1931e fix: building compiler options before instantiating compiler
  • 7c98b67 chore(release): 5.0.8
  • a44aa55 feat: add support for creating rest api project
  • 5ad8afe chore: update dependencies
  • d615c5e chore(release): 5.0.7
  • 91ff082 chore: update dependencies
  • 3a2f3d5 chore(release): 5.0.6
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 20, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/set-value-and-adonisjs/ace-and-adonisjs/cli--removed branch from a98bcb8 to 3706eb6 Compare July 20, 2023 14:42
Removes [set-value](https://github.com/jonschlinkert/set-value). It's no longer used after updating ancestor dependencies [set-value](https://github.com/jonschlinkert/set-value), [@adonisjs/ace](https://github.com/adonisjs/ace) and [@adonisjs/cli](https://github.com/adonisjs/adonis-cli). These dependencies need to be updated together.


Removes `set-value`

Updates `@adonisjs/ace` from 5.0.8 to 11.3.1
- [Release notes](https://github.com/adonisjs/ace/releases)
- [Changelog](https://github.com/adonisjs/ace/blob/develop/CHANGELOG.md)
- [Commits](adonisjs/ace@v5.0.8...v11.3.1)

Updates `@adonisjs/cli` from 4.0.12 to 5.0.9
- [Release notes](https://github.com/adonisjs/adonis-cli/releases)
- [Changelog](https://github.com/adonisjs/adonis-cli/blob/develop/CHANGELOG.md)
- [Commits](adonisjs/adonis-cli@4.0.12...v5.0.9)

---
updated-dependencies:
- dependency-name: set-value
  dependency-type: indirect
- dependency-name: "@adonisjs/ace"
  dependency-type: direct:production
- dependency-name: "@adonisjs/cli"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/set-value-and-adonisjs/ace-and-adonisjs/cli--removed branch from 3706eb6 to 973b8e7 Compare July 20, 2023 14:43
@EquisFuture EquisFuture merged commit 6b6f8b2 into master Jul 20, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/set-value-and-adonisjs/ace-and-adonisjs/cli--removed branch July 20, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant