Skip to content

Commit

Permalink
feat: update to Angular v16+
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Angular ` v16+`  is now the minimal version to use the library.

Closes #134
  • Loading branch information
tinesoft committed Jan 10, 2024
1 parent ba70b18 commit 6031528
Show file tree
Hide file tree
Showing 5 changed files with 3,000 additions and 3,862 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ Every Nx plugin relies on the underlying Nx Workspace/DevKit it runs on. This ta

| Library Version | Angular version
| -------------- | --------------------
| `>=v6.0.0` | `>=v16.x.x`
| `>=v5.0.0` | `>=v15.x.x`
| `>=v4.0.1` | `>=v14.x.x`
| `v3.0.1` | `>=v12.x.x`
Expand Down
4 changes: 2 additions & 2 deletions libs/ngx-cookieconsent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "ngx-cookieconsent",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": ">=15.0.0",
"@angular/core": ">=15.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"rxjs": "^6.5.3 || ^7.4.0",
"cookieconsent": "^3.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion migrations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
- Make sure package.json changes make sense and then run 'npm install',
- Run 'npx nx migrate --run-migrations'
- You opted out of some migrations for now. Write the following command down somewhere to apply these migrations later:
nx migrate 17.2.8 --from nx@16.1.0-beta.0 --exclude-applied-migrations
nx migrate 17.2.8 --from nx@17.1.0-beta.4 --exclude-applied-migrations
- To learn more go to https://nx.dev/recipes/tips-n-tricks/advanced-update

0 comments on commit 6031528

Please sign in to comment.