ember-resize-modifier 0.7.0 → 0.7.1

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 +3 -18
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,23 +1,7 @@
1
- Version 9 of Highlight.js has reached EOL and is no longer supported.
2
- Please upgrade or ask whatever dependency you are using to upgrade.
3
- https://github.com/highlightjs/highlight.js/issues/2877
4
-
5
- Version 9 of Highlight.js has reached EOL and is no longer supported.
6
- Please upgrade or ask whatever dependency you are using to upgrade.
7
- https://github.com/highlightjs/highlight.js/issues/2877
8
-
9
- Version 9 of Highlight.js has reached EOL and is no longer supported.
10
- Please upgrade or ask whatever dependency you are using to upgrade.
11
- https://github.com/highlightjs/highlight.js/issues/2877
12
-
13
-
14
-
15
-
16
-
17
-
18
- ## v0.7.0 (2023-10-11)
1
+ ## v0.7.1 (2023-10-11)
19
2
 
20
3
  #### :boom: Breaking Change
4
+ * [#821](https://github.com/elwayman02/ember-resize-modifier/pull/821) Ember 5 Dependencies + Drop 3.28 Support ([@elwayman02](https://github.com/elwayman02))
21
5
  * [#822](https://github.com/elwayman02/ember-resize-modifier/pull/822) Ember 5 Partial Update + Drop Node 14 Support ([@elwayman02](https://github.com/elwayman02))
22
6
 
23
7
  #### :rocket: Enhancement
@@ -27,6 +11,7 @@ https://github.com/highlightjs/highlight.js/issues/2877
27
11
  * [#817](https://github.com/elwayman02/ember-resize-modifier/pull/817) Embroider compatible with dynamic components ([@hexadecy](https://github.com/hexadecy))
28
12
 
29
13
  #### :house: Internal
14
+ * [#821](https://github.com/elwayman02/ember-resize-modifier/pull/821) Ember 5 Dependencies + Drop 3.28 Support ([@elwayman02](https://github.com/elwayman02))
30
15
  * [#822](https://github.com/elwayman02/ember-resize-modifier/pull/822) Ember 5 Partial Update + Drop Node 14 Support ([@elwayman02](https://github.com/elwayman02))
31
16
  * [#820](https://github.com/elwayman02/ember-resize-modifier/pull/820) prettier v3 ([@elwayman02](https://github.com/elwayman02))
32
17
  * [#818](https://github.com/elwayman02/ember-resize-modifier/pull/818) ember-try v3 ([@elwayman02](https://github.com/elwayman02))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-resize-modifier",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "description": "Resize Modifier for Ember.js Applications using ResizeObserver",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -32,8 +32,8 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "ember-auto-import": "^2.6.3",
35
- "ember-cli-babel": "^7.26.11",
36
- "ember-cli-htmlbars": "^6.2.0",
35
+ "ember-cli-babel": "^7.26.11 || ^8.0.0",
36
+ "ember-cli-htmlbars": "^6.3.0",
37
37
  "ember-modifier": "^4.1.0"
38
38
  },
39
39
  "devDependencies": {
@@ -41,13 +41,14 @@
41
41
  "@babel/plugin-proposal-decorators": "^7.22.15",
42
42
  "@ember/optional-features": "^2.0.0",
43
43
  "@ember/string": "^3.1.1",
44
- "@ember/test-helpers": "^2.9.4",
44
+ "@ember/test-helpers": "^3.2.0",
45
45
  "@embroider/test-setup": "^2.1.1",
46
46
  "@glimmer/component": "^1.1.2",
47
47
  "@glimmer/tracking": "^1.1.2",
48
48
  "broccoli-asset-rev": "^3.0.0",
49
49
  "concurrently": "^8.2.1",
50
- "ember-cli": "~4.12.2",
50
+ "ember-cli": "~5.3.0",
51
+ "ember-cli-clean-css": "^3.0.0",
51
52
  "ember-cli-dependency-checker": "^3.3.2",
52
53
  "ember-cli-deprecation-workflow": "^2.0.0",
53
54
  "ember-cli-fastboot": "^4.1.1",
@@ -57,8 +58,8 @@
57
58
  "ember-cli-terser": "^4.0.2",
58
59
  "ember-fetch": "^8.1.2",
59
60
  "ember-load-initializers": "^2.1.2",
60
- "ember-page-title": "^7.0.0",
61
- "ember-qunit": "^6.2.0",
61
+ "ember-page-title": "^8.0.0",
62
+ "ember-qunit": "^7.0.0",
62
63
  "ember-resolver": "^11.0.1",
63
64
  "ember-sinon-qunit": "^6.0.0",
64
65
  "ember-source": "~5.3.0",
@@ -87,7 +88,7 @@
87
88
  "webpack": "^5.88.2"
88
89
  },
89
90
  "peerDependencies": {
90
- "ember-source": "^3.28.0 || ^4.0.0 || >=5.0.0"
91
+ "ember-source": "^4.0.0 || >=5.0.0"
91
92
  },
92
93
  "engines": {
93
94
  "node": "16.* || >= 18"