ember-data-resources 4.0.3 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
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
+
1
8
  ## [4.0.3](https://github.com/NullVoxPopuli/ember-data-resources/compare/v4.0.2...v4.0.3) (2022-09-04)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-data-resources",
3
- "version": "4.0.3",
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"
@@ -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.36.1",
80
- "@typescript-eslint/parser": "^5.36.1",
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",
@@ -97,9 +97,9 @@
97
97
  "ember-resolver": "^8.0.3",
98
98
  "ember-source": "~4.6.0",
99
99
  "ember-source-channel-url": "^3.0.0",
100
- "ember-template-lint": "^4.13.0",
100
+ "ember-template-lint": "^4.15.0",
101
101
  "ember-try": "^2.0.0",
102
- "eslint": "^8.23.0",
102
+ "eslint": "^8.25.0",
103
103
  "eslint-config-prettier": "^8.5.0",
104
104
  "eslint-plugin-decorator-position": "^5.0.1",
105
105
  "eslint-plugin-ember": "^11.0.6",
@@ -119,7 +119,7 @@
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": [