ember-data-resources 4.0.0 → 4.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/workflows/ci.yml +3 -3
- package/.github/workflows/lint.yml +4 -4
- package/.github/workflows/types.yml +2 -2
- package/CHANGELOG.md +29 -0
- package/package.json +29 -29
package/.github/workflows/ci.yml
CHANGED
|
@@ -25,7 +25,7 @@ jobs:
|
|
|
25
25
|
- "16"
|
|
26
26
|
steps:
|
|
27
27
|
- uses: actions/checkout@v2
|
|
28
|
-
- uses: volta-cli/action@
|
|
28
|
+
- uses: volta-cli/action@v3
|
|
29
29
|
with:
|
|
30
30
|
node-version: ${{ matrix.node }}
|
|
31
31
|
|
|
@@ -76,7 +76,7 @@ jobs:
|
|
|
76
76
|
# - embroider-optimized
|
|
77
77
|
steps:
|
|
78
78
|
- uses: actions/checkout@v2
|
|
79
|
-
- uses: volta-cli/action@
|
|
79
|
+
- uses: volta-cli/action@v3
|
|
80
80
|
with:
|
|
81
81
|
node-version: 14.x
|
|
82
82
|
- name: install dependencies
|
|
@@ -94,7 +94,7 @@ jobs:
|
|
|
94
94
|
- uses: actions/checkout@v2
|
|
95
95
|
with:
|
|
96
96
|
persist-credentials: false
|
|
97
|
-
- uses: volta-cli/action@
|
|
97
|
+
- uses: volta-cli/action@v3
|
|
98
98
|
- run: yarn install
|
|
99
99
|
|
|
100
100
|
- name: Release
|
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
19
19
|
|
|
20
20
|
steps:
|
|
21
21
|
- uses: actions/checkout@v2
|
|
22
|
-
- uses: volta-cli/action@
|
|
22
|
+
- uses: volta-cli/action@v3
|
|
23
23
|
- uses: actions/cache@v2
|
|
24
24
|
with:
|
|
25
25
|
path: '**/node_modules'
|
|
@@ -70,7 +70,7 @@ jobs:
|
|
|
70
70
|
|
|
71
71
|
steps:
|
|
72
72
|
- uses: actions/checkout@v2
|
|
73
|
-
- uses: volta-cli/action@
|
|
73
|
+
- uses: volta-cli/action@v3
|
|
74
74
|
with:
|
|
75
75
|
node-version: 14
|
|
76
76
|
- uses: actions/cache@v2
|
|
@@ -97,5 +97,5 @@ jobs:
|
|
|
97
97
|
with:
|
|
98
98
|
fetch-depth: 0
|
|
99
99
|
|
|
100
|
-
- uses: volta-cli/action@
|
|
101
|
-
- uses: wagoid/commitlint-github-action@v4.1.
|
|
100
|
+
- uses: volta-cli/action@v3
|
|
101
|
+
- uses: wagoid/commitlint-github-action@v4.1.15
|
|
@@ -19,7 +19,7 @@ jobs:
|
|
|
19
19
|
|
|
20
20
|
steps:
|
|
21
21
|
- uses: actions/checkout@v2
|
|
22
|
-
- uses: volta-cli/action@
|
|
22
|
+
- uses: volta-cli/action@v3
|
|
23
23
|
- uses: actions/cache@v2
|
|
24
24
|
with:
|
|
25
25
|
path: '**/node_modules'
|
|
@@ -35,7 +35,7 @@ jobs:
|
|
|
35
35
|
|
|
36
36
|
steps:
|
|
37
37
|
- uses: actions/checkout@v2
|
|
38
|
-
- uses: volta-cli/action@
|
|
38
|
+
- uses: volta-cli/action@v3
|
|
39
39
|
- uses: actions/cache@v2
|
|
40
40
|
with:
|
|
41
41
|
path: '**/node_modules'
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
## [4.0.4](https://github.com/NullVoxPopuli/ember-data-resources/compare/v4.0.3...v4.0.4) (2022-10-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* **support:** allow ember-data v4 when using strict peer checking ([e41c551](https://github.com/NullVoxPopuli/ember-data-resources/commit/e41c5517218bb04e39ed4524f2c8bfd9a913fec5))
|
|
7
|
+
|
|
8
|
+
## [4.0.3](https://github.com/NullVoxPopuli/ember-data-resources/compare/v4.0.2...v4.0.3) (2022-09-04)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **deps:** update dependency @ember/test-waiters to ^3.0.2 ([2cf515b](https://github.com/NullVoxPopuli/ember-data-resources/commit/2cf515ba094c8bd5d34c1c9c70a0f7b93fd94b24))
|
|
14
|
+
|
|
15
|
+
## [4.0.2](https://github.com/NullVoxPopuli/ember-data-resources/compare/v4.0.1...v4.0.2) (2022-08-31)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update dependency ember-resources to ^5.3.0 ([81f8d19](https://github.com/NullVoxPopuli/ember-data-resources/commit/81f8d193cb5ec392a81bbbb93777b393f550ae2d))
|
|
21
|
+
|
|
22
|
+
## [4.0.1](https://github.com/NullVoxPopuli/ember-data-resources/compare/v4.0.0...v4.0.1) (2022-08-28)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* **deps:** update dependency ember-auto-import to ^2.4.2 ([b0d74c8](https://github.com/NullVoxPopuli/ember-data-resources/commit/b0d74c8d9e422d2f37af25c72e0c99aaf571eaa9))
|
|
28
|
+
* **deps:** update dependency ember-resources to ^5.2.2 ([ff2e30b](https://github.com/NullVoxPopuli/ember-data-resources/commit/ff2e30b303ed643e73e154e0f69ca638a63efcc3))
|
|
29
|
+
|
|
1
30
|
# [4.0.0](https://github.com/NullVoxPopuli/ember-data-resources/compare/v3.0.6...v4.0.0) (2022-08-27)
|
|
2
31
|
|
|
3
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ember-data-resources",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "Resource helpers for reactively (re)fetching data with ember-data",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ember-addon"
|
|
@@ -28,26 +28,26 @@
|
|
|
28
28
|
"postpack": "ember ts:clean"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@ember/test-waiters": "^3.0.
|
|
32
|
-
"@glimmer/tracking": "^1.
|
|
33
|
-
"ember-auto-import": "^2.4.
|
|
31
|
+
"@ember/test-waiters": "^3.0.2",
|
|
32
|
+
"@glimmer/tracking": "^1.1.2",
|
|
33
|
+
"ember-auto-import": "^2.4.2",
|
|
34
34
|
"ember-cli-babel": "^7.26.11",
|
|
35
35
|
"ember-cli-htmlbars": "^6.0.1",
|
|
36
36
|
"ember-cli-typescript": "^5.1.0",
|
|
37
|
-
"ember-resources": "^5.
|
|
37
|
+
"ember-resources": "^5.3.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@commitlint/cli": "^
|
|
41
|
-
"@commitlint/config-conventional": "^
|
|
40
|
+
"@commitlint/cli": "^17.1.2",
|
|
41
|
+
"@commitlint/config-conventional": "^17.1.0",
|
|
42
42
|
"@ember/optional-features": "^2.0.0",
|
|
43
43
|
"@ember/test-helpers": "^2.8.1",
|
|
44
|
-
"@embroider/test-setup": "^1.
|
|
45
|
-
"@glimmer/component": "^1.
|
|
46
|
-
"@glint/template": "^0.9.
|
|
47
|
-
"@nullvoxpopuli/eslint-configs": "^2.2.
|
|
44
|
+
"@embroider/test-setup": "^1.8.3",
|
|
45
|
+
"@glimmer/component": "^1.1.2",
|
|
46
|
+
"@glint/template": "^0.9.3",
|
|
47
|
+
"@nullvoxpopuli/eslint-configs": "^2.2.54",
|
|
48
48
|
"@semantic-release/changelog": "^6.0.1",
|
|
49
49
|
"@semantic-release/git": "^10.0.1",
|
|
50
|
-
"@types/ember": "^4.0.
|
|
50
|
+
"@types/ember": "^4.0.1",
|
|
51
51
|
"@types/ember-data": "^4.4.1",
|
|
52
52
|
"@types/ember-data__adapter": "^4.0.0",
|
|
53
53
|
"@types/ember-data__model": "^4.0.0",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"@types/htmlbars-inline-precompile": "^3.0.0",
|
|
77
77
|
"@types/qunit": "^2.19.2",
|
|
78
78
|
"@types/rsvp": "^4.0.4",
|
|
79
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
80
|
-
"@typescript-eslint/parser": "^5.
|
|
79
|
+
"@typescript-eslint/eslint-plugin": "^5.40.0",
|
|
80
|
+
"@typescript-eslint/parser": "^5.40.0",
|
|
81
81
|
"babel-eslint": "^10.1.0",
|
|
82
82
|
"broccoli-asset-rev": "^3.0.0",
|
|
83
83
|
"ember-cli": "~4.6.0",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"ember-cli-sri": "^2.1.1",
|
|
88
88
|
"ember-cli-terser": "^4.0.2",
|
|
89
89
|
"ember-cli-typescript-blueprints": "^3.0.0",
|
|
90
|
-
"ember-data": "^4.1
|
|
90
|
+
"ember-data": "^4.6.1",
|
|
91
91
|
"ember-disable-prototype-extensions": "^1.1.3",
|
|
92
92
|
"ember-export-application-global": "^2.0.1",
|
|
93
93
|
"ember-load-initializers": "^2.1.2",
|
|
@@ -95,31 +95,31 @@
|
|
|
95
95
|
"ember-page-title": "^7.0.0",
|
|
96
96
|
"ember-qunit": "^5.1.5",
|
|
97
97
|
"ember-resolver": "^8.0.3",
|
|
98
|
-
"ember-source": "~4.
|
|
98
|
+
"ember-source": "~4.6.0",
|
|
99
99
|
"ember-source-channel-url": "^3.0.0",
|
|
100
|
-
"ember-template-lint": "^4.
|
|
100
|
+
"ember-template-lint": "^4.15.0",
|
|
101
101
|
"ember-try": "^2.0.0",
|
|
102
|
-
"eslint": "^
|
|
102
|
+
"eslint": "^8.25.0",
|
|
103
103
|
"eslint-config-prettier": "^8.5.0",
|
|
104
|
-
"eslint-plugin-decorator-position": "^
|
|
105
|
-
"eslint-plugin-ember": "^
|
|
106
|
-
"eslint-plugin-import": "^2.
|
|
104
|
+
"eslint-plugin-decorator-position": "^5.0.1",
|
|
105
|
+
"eslint-plugin-ember": "^11.0.6",
|
|
106
|
+
"eslint-plugin-import": "^2.26.0",
|
|
107
107
|
"eslint-plugin-node": "^11.1.0",
|
|
108
|
-
"eslint-plugin-prettier": "^4.
|
|
109
|
-
"eslint-plugin-qunit": "^7.
|
|
110
|
-
"eslint-plugin-simple-import-sort": "^
|
|
108
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
109
|
+
"eslint-plugin-qunit": "^7.3.1",
|
|
110
|
+
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
111
111
|
"loader.js": "^4.7.0",
|
|
112
|
-
"msw": "^0.
|
|
112
|
+
"msw": "^0.47.0",
|
|
113
113
|
"npm-run-all": "^4.1.5",
|
|
114
114
|
"prettier": "^2.7.1",
|
|
115
115
|
"qunit": "^2.19.1",
|
|
116
116
|
"qunit-dom": "^2.0.0",
|
|
117
|
-
"semantic-release": "^19.0.
|
|
118
|
-
"typescript": "~4.
|
|
117
|
+
"semantic-release": "^19.0.5",
|
|
118
|
+
"typescript": "~4.8.2",
|
|
119
119
|
"webpack": "^5.74.0"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": {
|
|
122
|
-
"ember-data": "^3.25.0"
|
|
122
|
+
"ember-data": "^3.25.0 || ^4.0.0"
|
|
123
123
|
},
|
|
124
124
|
"release": {
|
|
125
125
|
"branches": [
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
},
|
|
138
138
|
"volta": {
|
|
139
139
|
"node": "16.13.2",
|
|
140
|
-
"yarn": "1.22.
|
|
140
|
+
"yarn": "1.22.19"
|
|
141
141
|
},
|
|
142
142
|
"engines": {
|
|
143
143
|
"node": "14.* || >= 16"
|