-
Notifications
You must be signed in to change notification settings - Fork 58
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
chore: add support for Angular 17 #616
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Use latest version of SPA-JS * fix tests
* Change support to anything above the current lowest LTS version * Run ng update to update to 13 * Use ESLint instead of TSLint * Fix lint issues introduced by migrating to es lint * Update karma to use karma-coverage * fix coverage path
* Strict check for URL params * Strict check for URL param - add tests * Update projects/auth0-angular/src/lib/auth.service.ts * Fix compilation Co-authored-by: Frederik Prijck <[email protected]> Co-authored-by: Frederik Prijck <[email protected]>
* Migrate project to use Jest * Remove karma and jasmine dependencies * Exclude playground from coverage
Co-authored-by: Rita Zerrizuela <[email protected]>
* Add initial migration guide * Add changes for openUrl * Add logout return value * Apply suggestions from code review
* Use openUrl instead of onRedirect * update lock file * fix ci * update typedoc to show externals
* Bump version to 2.0.0 * Update changelog * Ensure types are exported * Update docs * Bump version to 2.0.0-beta.0 * fix test * Update CHANGELOG.md
* Bump version and updage changelog * Generate docs for v2 * Remove beta references
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/kornelski/http-cache-semantics/releases) - [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: http-cache-semantics dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…cache-semantics-4.1.1 build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…h0#554) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frederik Prijck <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Frederik Prijck <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
I only want to update the [email protected] to support higher Angular versions. Now, I cannot change the target branch to something rather than |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
We are using [email protected] and cannot update it to version 2 (we tried a lot but many things are missing). So, in this pull request, I added the support for higher versions of Angular.
References
Testing
Checklist