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

feat: upgrade apl-suggester and apl-viewhost-web to version 2023.1 #235

Merged
merged 1 commit into from
Feb 13, 2023
Merged

feat: upgrade apl-suggester and apl-viewhost-web to version 2023.1 #235

merged 1 commit into from
Feb 13, 2023

Conversation

rahulbanerjee26
Copy link
Contributor

Upgrade apl-suggester and apl-viewhost-web to version 2023.1

Motivation and Context

This PR updates VS Code Extension to use the latest version of suggester and viewhost.

Testing

Test locally by running npm i and then running and debugging the extension for APL related features.

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • My code follows the code style of this project
  • My change requires a change to the documentation
  • I have updated the documentation accordingly
  • I have read the README document
  • I have added tests to cover my changes
  • All new and existing tests passed
  • My commit message follows Conventional Commit Guideline

License

  • By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@tydonelson tydonelson merged commit b4de59b into alexa:development Feb 13, 2023
tydonelson added a commit that referenced this pull request Mar 20, 2023
* chore: bump qs from 6.5.2 to 6.5.3

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump decode-uri-component from 0.2.0 to 0.2.2

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump json5 from 2.2.1 to 2.2.3

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: correct AbstractCommand for context menus (#231)

* fix: correct AbstractCommand for context menus

* chore: condense to optional chaining operator

* feat: upgrade apl-suggester and apl-viewhost-web to version 2023.1 (#235)

Co-authored-by: Rahul <[email protected]>

* feat: adding ACDL language server to ASK Toolkit for VS Code (#237)

* feat: adding ACDL language support to the extension

* fix: definition test correction, README typo corrections, temporarily disabling some tests related to VSCode 1.73 upgrade

* Release ASK Toolkit 2.13.0 (#238)

* feat: updating what's new page for 2.13 release

* chore: release 2.13.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mario <[email protected]>
Co-authored-by: Tony Hallett <[email protected]>
Co-authored-by: Rahul Banerjee <[email protected]>
Co-authored-by: Rahul <[email protected]>
tydonelson added a commit that referenced this pull request Mar 21, 2023
* chore: bump qs from 6.5.2 to 6.5.3

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump decode-uri-component from 0.2.0 to 0.2.2

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump json5 from 2.2.1 to 2.2.3

Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v2.2.1...v2.2.3)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* fix: correct AbstractCommand for context menus (#231)

* fix: correct AbstractCommand for context menus

* chore: condense to optional chaining operator

* feat: upgrade apl-suggester and apl-viewhost-web to version 2023.1 (#235)

Co-authored-by: Rahul <[email protected]>

* feat: adding ACDL language server to ASK Toolkit for VS Code (#237)

* feat: adding ACDL language support to the extension

* fix: definition test correction, README typo corrections, temporarily disabling some tests related to VSCode 1.73 upgrade

* Release ASK Toolkit 2.13.0 (#238)

* feat: updating what's new page for 2.13 release

* chore: release 2.13.0

* chore: update svg domains to whitelisted domain (#240)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mario <[email protected]>
Co-authored-by: Tony Hallett <[email protected]>
Co-authored-by: Rahul Banerjee <[email protected]>
Co-authored-by: Rahul <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants