ember-attacher 2.0.6 → 2.0.8

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 +8 -1
  2. package/package.json +25 -22
package/CHANGELOG.md CHANGED
@@ -1,17 +1,24 @@
1
1
 
2
2
 
3
- ## v2.0.6 (2023-06-27)
3
+ ## v2.0.8 (2024-01-16)
4
4
 
5
5
  #### :rocket: Enhancement
6
+ * [#820](https://github.com/tylerturdenpants/ember-attacher/pull/820) Fix the "cancelAnimationFrame is not defined" error in fastboot ([@pzubar](https://github.com/pzubar))
6
7
  * [#790](https://github.com/tylerturdenpants/ember-attacher/pull/790) Bump ember-maybe-in-element to supress build-time warning ([@pzubar](https://github.com/pzubar))
7
8
  * [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
8
9
 
9
10
  #### :bug: Bug Fix
11
+ * [#820](https://github.com/tylerturdenpants/ember-attacher/pull/820) Fix the "cancelAnimationFrame is not defined" error in fastboot ([@pzubar](https://github.com/pzubar))
10
12
  * [#807](https://github.com/tylerturdenpants/ember-attacher/pull/807) Fix the stripInProduction for the apps and the runtime error ([@pzubar](https://github.com/pzubar))
11
13
  * [#794](https://github.com/tylerturdenpants/ember-attacher/pull/794) Fix test error caused by wrong endAsync call ([@pzubar](https://github.com/pzubar))
12
14
  * [#784](https://github.com/tylerturdenpants/ember-attacher/pull/784) Prevent overflow by default ([@pzubar](https://github.com/pzubar))
13
15
 
14
16
  #### :house: Internal
17
+ * [#827](https://github.com/tylerturdenpants/ember-attacher/pull/827) [chore]: Bump @ember/test-helpers from 2.9.3 to 2.9.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
18
+ * [#786](https://github.com/tylerturdenpants/ember-attacher/pull/786) [chore]: Bump @ember/string from 3.0.1 to 3.1.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
19
+ * [#833](https://github.com/tylerturdenpants/ember-attacher/pull/833) [chore]: Bump ember-source from 4.12.0 to 4.12.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
20
+ * [#834](https://github.com/tylerturdenpants/ember-attacher/pull/834) [chore]: Bump eslint-plugin-ember from 11.5.2 to 11.10.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
21
+ * [#835](https://github.com/tylerturdenpants/ember-attacher/pull/835) [chore]: Bump semver from 5.7.1 to 5.7.2 ([@dependabot[bot]](https://github.com/apps/dependabot))
15
22
  * [#819](https://github.com/tylerturdenpants/ember-attacher/pull/819) [chore]: Bump eslint from 8.40.0 to 8.43.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
16
23
  * [#811](https://github.com/tylerturdenpants/ember-attacher/pull/811) Remove the "beyond ember 3.24" support note ([@pzubar](https://github.com/pzubar))
17
24
  * [#783](https://github.com/tylerturdenpants/ember-attacher/pull/783) Upgrade Ember to v4 ([@pzubar](https://github.com/pzubar))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-attacher",
3
- "version": "2.0.6",
3
+ "version": "2.0.8",
4
4
  "description": "Tooltips and popovers for Ember.js apps",
5
5
  "keywords": [
6
6
  "ember-addon",
@@ -29,55 +29,58 @@
29
29
  "test:all": "ember try:each"
30
30
  },
31
31
  "dependencies": {
32
- "@floating-ui/dom": "~1.4.2",
32
+ "@floating-ui/dom": "^1.5.4",
33
33
  "babel-plugin-filter-imports": "^4.0.0",
34
34
  "broccoli-funnel": "~3.0.8",
35
- "ember-auto-import": "~2.6.3",
35
+ "ember-auto-import": "^2.7.0",
36
36
  "ember-cli-babel": "^7.26.11",
37
- "ember-cli-htmlbars": "~6.2.0",
38
- "ember-cli-sass": "~11.0.1",
37
+ "ember-cli-htmlbars": "^6.3.0",
38
+ "ember-cli-sass": "^11.0.1",
39
39
  "ember-in-element-polyfill": "~1.0.1",
40
40
  "ember-maybe-in-element": "2.0.3",
41
- "sass": "^1.62.1"
41
+ "sass": "^1.69.5"
42
42
  },
43
43
  "devDependencies": {
44
- "@babel/core": "^7.22.5",
45
- "@babel/eslint-parser": "^7.22.5",
44
+ "@babel/core": "^7.23.7",
45
+ "@babel/eslint-parser": "^7.22.15",
46
+ "@babel/helper-get-function-arity": "^7.16.7",
47
+ "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
46
48
  "@ember/optional-features": "^2.0.0",
47
49
  "@ember/render-modifiers": "^2.0.5",
48
- "@ember/string": "^3.0.1",
49
- "@ember/test-helpers": "~2.9.3",
50
- "@ember/test-waiters": "^3.0.2",
50
+ "@ember/string": "^3.1.1",
51
+ "@ember/test-helpers": "~2.9.4",
52
+ "@ember/test-waiters": "^3.1.0",
51
53
  "@embroider/test-setup": "^2.1.1",
52
54
  "@glimmer/component": "^1.1.2",
53
55
  "@glimmer/tracking": "^1.1.2",
54
56
  "@html-next/flexi-default-styles": "^2.2.0",
55
57
  "@release-it-plugins/lerna-changelog": "^5.0.0",
58
+ "babel-plugin-dynamic-import-node": "^2.3.3",
56
59
  "broccoli-asset-rev": "^3.0.0",
57
60
  "ember-cli": "~4.12.1",
58
- "ember-cli-dependency-checker": "~3.3.1",
61
+ "ember-cli-dependency-checker": "~3.3.2",
59
62
  "ember-cli-github-pages": "^0.2.2",
60
63
  "ember-cli-inject-live-reload": "~2.1.0",
61
64
  "ember-cli-sri": "^2.1.1",
62
65
  "ember-cli-terser": "^4.0.2",
63
66
  "ember-load-initializers": "^2.1.2",
64
67
  "ember-qunit": "^6.2.0",
65
- "ember-resolver": "~10.0.0",
66
- "ember-source": "~4.12.0",
68
+ "ember-resolver": "~11.0.1",
69
+ "ember-source": "~4.12.3",
67
70
  "ember-source-channel-url": "^3.0.0",
68
- "ember-svg-jar": "~2.4.2",
71
+ "ember-svg-jar": "~2.4.7",
69
72
  "ember-truth-helpers": "^3.1.1",
70
- "ember-try": "~3.0.0-beta.1",
71
- "eslint": "~8.43.0",
73
+ "ember-try": "~3.0.0",
74
+ "eslint": "~8.55.0",
72
75
  "eslint-plugin-decorator-position": "^5.0.2",
73
- "eslint-plugin-ember": "~11.5.2",
74
- "eslint-plugin-n": "^15.7.0",
76
+ "eslint-plugin-ember": "~11.11.1",
77
+ "eslint-plugin-n": "^16.6.0",
75
78
  "flexi": "^2.1.0",
76
79
  "loader.js": "^4.7.0",
77
- "qunit": "~2.19.4",
78
- "qunit-dom": "~2.0.0",
80
+ "qunit": "~2.20.0",
81
+ "qunit-dom": "~3.0.0",
79
82
  "release-it": "~15.11.0",
80
- "webpack": "~5.88.0"
83
+ "webpack": "~5.89.0"
81
84
  },
82
85
  "resolutions": {
83
86
  "ember-in-element-polyfill": "^1.0.1"