Skip to content

Commit 68c140b

Browse files
authored
Update to 17 (#9)
* chore: update to 17 * chore update builder * chore: eslint * fix: remove @abraham/reflection dependency * chore: update tslib * update ts-node * update date-fns * update version * fix: correct build * chore: update chnagelog * fix: update node version
1 parent 7926d55 commit 68c140b

File tree

10 files changed

+13960
-17833
lines changed

10 files changed

+13960
-17833
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
node: [16, 18]
11+
node: [18, 20]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [17.0.0]
2+
3+
* Update to Angular 17
4+
* Update dependencies
5+
* Switch back to `reflect-metadata`
6+
17
# [8.0.0]
28

39
* Restructured library to follow Angular standards

angular.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"polyfills": [
2424
"zone.js",
2525
"zone.js/testing",
26-
"@abraham/reflection"
26+
"reflect-metadata"
2727
],
2828
"karmaConfig": "projects/angular2-jsonapi/karma.conf.js"
2929
}

0 commit comments

Comments
 (0)