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

Bump simple-git and ask-cli #26

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 7, 2022

Removes simple-git. It's no longer used after updating ancestor dependency ask-cli. These dependencies need to be updated together.

Removes simple-git

Updates ask-cli from 1.7.10 to 2.28.0

Release notes

Sourced from ask-cli's releases.

ask-cli v2 release

List of major changes from v1 to v2 (you can also check this page for a more detailed list):

  • Skill project structure changes with the introduction of Alexa skill package and infrastructure deployer. The project is manifested by the top-level ask-resources.json file. Check here to know more about it.
  • The command to authenticate your profile (Login with Amazon and AWS) is renamed from ask init (v1) to ask configure (v2). The UX to create AWS profile is improved with a browser approach.
  • ask new flow redesigned. Will start from language and template, and optionally ask for skill's deployer. Supports Java skill templates now.
  • ask deploy deploys the CLI v2 structure, and is smarter now to detect which skill resource(s) to deploy.
  • ask clone (v1), the command to download skill project from cloud, is removed. Now you can use ask init (v2) to init your deploy-config after you retrieve your Alexa and AWS artifacts to local.
  • ask dialog command supports the replay of special command now.
  • The support of Alexa-Hosted skill is now git-native! It's now represented as @ask-cli/hosted-skill-deployer. Please check its new experiences at here.
  • The following commands are removed: ask simulate, ask validate, ask diff, ask lambda, ask add, ask remove, ask status. Please check here for their replacement.
  • The command which includes sub-commands to request SMAPI is renamed from ask api (v1) to ask smapi (v2). Some of its sub-commands are re-defined, please check the current command references by running ask smapi --help.
Changelog

Sourced from ask-cli's changelog.

2.28.0 (2022-08-15)

Features

  • add lambda deployer additional user config function parameters (#392) (39dbf5f)
  • add skill events property to ask-resources.json (#410) (ccf7972)

Bug Fixes

  • limit skill infrastructure deployment to one task per aws region (#391) (6143b02)

2.27.0 (2022-04-20)

Features

  • bump ask-smapi-model to v1.19.7 and update Github Actions (#431) (bd990d7)

2.26.0 (2022-01-28)

Features

2.25.0 (2021-12-28)

Features

  • add cfn deployer skill credentials parameters (ec9a605)
  • add new env var ASK_SKIP_LOCATION_HEADER_HINT to avoid sending non-err message to stderr (#406) (b6fb7b9)

Bug Fixes

  • update build flows python minor version regexp (b08093b)
  • use npm registry https url (315716a)
  • use proper npm install quiet flag (732a771)
  • wait for lambda function state updates (879377b)

2.24.1 (2021-08-03)

Bug Fixes

  • do not set DEFAULT to simulation.type when making simulate-skill request (#407) (10a4ed9)

... (truncated)

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git). It's no longer used after updating ancestor dependency [ask-cli](https://github.com/alexa/ask-cli). These dependencies need to be updated together.


Removes `simple-git`

Updates `ask-cli` from 1.7.10 to 2.28.0
- [Release notes](https://github.com/alexa/ask-cli/releases)
- [Changelog](https://github.com/alexa/ask-cli/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/alexa/ask-cli/commits/v2.28.0)

---
updated-dependencies:
- dependency-name: simple-git
  dependency-type: indirect
- dependency-name: ask-cli
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 7, 2022
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.

0 participants