ember-browser-services 3.0.2 → 3.0.3
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/CHANGELOG.md +7 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [3.0.3](https://github.com/CrowdStrike/ember-browser-services/compare/v3.0.2...v3.0.3) (2022-02-18)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** update dependency ember-window-mock to ^0.8.1 ([19d60dc](https://github.com/CrowdStrike/ember-browser-services/commit/19d60dc40c6bef507d93b1f1195888e3274cf1f3))
|
7
|
+
|
1
8
|
## [3.0.2](https://github.com/CrowdStrike/ember-browser-services/compare/v3.0.1...v3.0.2) (2022-02-04)
|
2
9
|
|
3
10
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ember-browser-services",
|
3
|
-
"version": "3.0.
|
3
|
+
"version": "3.0.3",
|
4
4
|
"description": "Browser APIs as services for easier testing",
|
5
5
|
"keywords": [
|
6
6
|
"ember-addon",
|
@@ -62,17 +62,17 @@
|
|
62
62
|
"ember-cli-babel": "^7.26.11",
|
63
63
|
"ember-cli-htmlbars": "^6.0.1",
|
64
64
|
"ember-cli-typescript": "^5.0.0",
|
65
|
-
"ember-window-mock": "^0.8.
|
65
|
+
"ember-window-mock": "^0.8.1"
|
66
66
|
},
|
67
67
|
"devDependencies": {
|
68
|
-
"@commitlint/cli": "^16.1
|
69
|
-
"@commitlint/config-conventional": "^16.
|
68
|
+
"@commitlint/cli": "^16.2.1",
|
69
|
+
"@commitlint/config-conventional": "^16.2.1",
|
70
70
|
"@ember/optional-features": "^2.0.0",
|
71
71
|
"@ember/test-helpers": "^2.6.0",
|
72
|
-
"@embroider/test-setup": "^1.
|
72
|
+
"@embroider/test-setup": "^1.2.0",
|
73
73
|
"@glimmer/component": "^1.0.4",
|
74
74
|
"@glimmer/tracking": "^1.0.4",
|
75
|
-
"@nullvoxpopuli/eslint-configs": "^2.1.
|
75
|
+
"@nullvoxpopuli/eslint-configs": "^2.1.23",
|
76
76
|
"@semantic-release/changelog": "^6.0.1",
|
77
77
|
"@semantic-release/git": "^10.0.1",
|
78
78
|
"@types/ember-qunit": "^3.4.15",
|
@@ -97,8 +97,8 @@
|
|
97
97
|
"@types/htmlbars-inline-precompile": "^1.0.1",
|
98
98
|
"@types/qunit": "^2.11.3",
|
99
99
|
"@types/rsvp": "^4.0.4",
|
100
|
-
"@typescript-eslint/eslint-plugin": "5.
|
101
|
-
"@typescript-eslint/parser": "^5.
|
100
|
+
"@typescript-eslint/eslint-plugin": "5.11.0",
|
101
|
+
"@typescript-eslint/parser": "^5.11.0",
|
102
102
|
"babel-eslint": "^10.1.0",
|
103
103
|
"broccoli-asset-rev": "^3.0.0",
|
104
104
|
"ember-auto-import": "^2.4.0",
|
@@ -114,7 +114,7 @@
|
|
114
114
|
"ember-page-title": "^7.0.0",
|
115
115
|
"ember-qunit": "^5.1.5",
|
116
116
|
"ember-resolver": "^8.0.3",
|
117
|
-
"ember-source": "~4.
|
117
|
+
"ember-source": "~4.2.0",
|
118
118
|
"ember-source-channel-url": "^3.0.0",
|
119
119
|
"ember-template-lint": "^4.0.0",
|
120
120
|
"ember-try": "^2.0.0",
|
@@ -137,7 +137,7 @@
|
|
137
137
|
"remark-preset-lint-recommended": "^6.1.2",
|
138
138
|
"semantic-release": "^19.0.2",
|
139
139
|
"typescript": "^4.5.5",
|
140
|
-
"webpack": "^5.
|
140
|
+
"webpack": "^5.69.1"
|
141
141
|
},
|
142
142
|
"remarkConfig": {
|
143
143
|
"plugins": [
|
@@ -154,7 +154,7 @@
|
|
154
154
|
"configPath": "tests/dummy/config"
|
155
155
|
},
|
156
156
|
"volta": {
|
157
|
-
"node": "16.
|
157
|
+
"node": "16.14.0",
|
158
158
|
"yarn": "1.22.17"
|
159
159
|
}
|
160
160
|
}
|