Skip to content

Commit

Permalink
Feat/dependencies updates (#29)
Browse files Browse the repository at this point in the history
* update dependencies, removed abort-controller

* updated to latest deploy cli

* added ability to export to directories named tenant

* updated ci build to latested action packages.
  • Loading branch information
Bobby Johnson authored Feb 18, 2023
1 parent 4eb2bcc commit 5116b19
Show file tree
Hide file tree
Showing 8 changed files with 1,411 additions and 1,240 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3.3.0
- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3.6.0
with:
node-version: '16'
- name: Install Dependencies
Expand All @@ -39,7 +39,7 @@ jobs:
if: runner.os == 'Linux'
- name: Upload Artifact
if: runner.os == 'Linux'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.1.2
with:
name: test-vscode
path: release.vsix
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,20 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
## [1.3.6] - 2022-09-19

### Added
- Ability to provide alternative root tenant authority via envvars
- Ability to provide alternative root tenant authority via envvars

## [1.3.7] - 2023-02-17

### Added
- Ability to export tenant settings via deploy cli to a directory
named **tenant**

### Changed
- updated dependencies
- updated auth0 deploy cli to 7.16.1
- updated tenant export and import code to latest version
- removed dependency on js-yaml delpoy cli handles directly
- updated auth to remove dependency on abort-controller
- openid-client now handles this directly
- updated required vscode version to 1.75.1
- updated test runner to use vscode version 1.75.1
Loading

0 comments on commit 5116b19

Please sign in to comment.