ember-container-query 4.1.0 → 5.0.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.
package/README.md CHANGED
@@ -361,7 +361,7 @@ For more examples, I encourage you to check out the code for my demo app. It is
361
361
 
362
362
  * `ember-auto-import@v2`<sup>1</sup>
363
363
  * Ember.js v4.4 or above
364
- * Node.js v16 or above
364
+ * Node.js v18 or above
365
365
 
366
366
  <sup>1. `ember-container-query` is a v2 addon. This means, your project must have `ember-auto-import@v2`. If you are momentarily stuck with `ember-auto-import@v1`, you can use [`ember-container-query@v3.2.0`](https://github.com/ijlee2/ember-container-query/tree/3.2.0) to make container queries.</sup>
367
367
 
@@ -60,4 +60,4 @@ function _applyDecoratedDescriptor(target, property, decorators, descriptor, con
60
60
  }
61
61
 
62
62
  export { _applyDecoratedDescriptor as _, _initializerDefineProperty as a, _defineProperty as b };
63
- //# sourceMappingURL=_rollupPluginBabelHelpers-e795903d.js.map
63
+ //# sourceMappingURL=_rollupPluginBabelHelpers-_w_srC8C.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"_rollupPluginBabelHelpers-_w_srC8C.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- import { _ as _applyDecoratedDescriptor, a as _initializerDefineProperty, b as _defineProperty } from '../_rollupPluginBabelHelpers-e795903d.js';
1
+ import { _ as _applyDecoratedDescriptor, a as _initializerDefineProperty, b as _defineProperty } from '../_rollupPluginBabelHelpers-_w_srC8C.js';
2
2
  import './container-query.css';
3
3
  import { action } from '@ember/object';
4
4
  import Component from '@glimmer/component';
@@ -1,4 +1,4 @@
1
- import { _ as _applyDecoratedDescriptor, a as _initializerDefineProperty, b as _defineProperty } from '../_rollupPluginBabelHelpers-e795903d.js';
1
+ import { _ as _applyDecoratedDescriptor, a as _initializerDefineProperty, b as _defineProperty } from '../_rollupPluginBabelHelpers-_w_srC8C.js';
2
2
  import { registerDestructor } from '@ember/destroyable';
3
3
  import { action } from '@ember/object';
4
4
  import { debounce } from '@ember/runloop';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ember-container-query",
3
- "version": "4.1.0",
3
+ "version": "5.0.1",
4
4
  "description": "Make container queries that harness the power of Ember",
5
5
  "keywords": [
6
6
  "container-queries",
@@ -49,51 +49,51 @@
49
49
  ],
50
50
  "dependencies": {
51
51
  "@embroider/addon-shim": "^1.8.6",
52
- "ember-element-helper": "^0.8.4",
52
+ "ember-element-helper": "^0.8.5",
53
53
  "ember-modifier": "^3.2.7 || ^4.1.0",
54
54
  "ember-resize-observer-service": "^1.1.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@babel/core": "^7.22.19",
58
- "@babel/plugin-proposal-decorators": "^7.22.15",
57
+ "@babel/core": "^7.23.2",
58
+ "@babel/plugin-proposal-decorators": "^7.23.2",
59
59
  "@babel/plugin-transform-class-properties": "^7.22.5",
60
- "@babel/preset-typescript": "^7.22.15",
61
- "@babel/runtime": "^7.22.15",
62
- "@embroider/addon-dev": "^4.1.0",
60
+ "@babel/preset-typescript": "^7.23.2",
61
+ "@babel/runtime": "^7.23.2",
62
+ "@embroider/addon-dev": "^4.1.1",
63
63
  "@gavant/glint-template-types": "^0.3.6",
64
64
  "@glimmer/component": "^1.1.2",
65
65
  "@glimmer/tracking": "^1.1.2",
66
- "@glint/core": "^1.1.0",
67
- "@glint/environment-ember-loose": "^1.1.0",
68
- "@glint/template": "^1.1.0",
69
- "@rollup/plugin-babel": "^6.0.3",
70
- "@tsconfig/ember": "^3.0.0",
71
- "@types/ember__component": "^4.0.16",
66
+ "@glint/core": "^1.2.1",
67
+ "@glint/environment-ember-loose": "^1.2.1",
68
+ "@glint/template": "^1.2.1",
69
+ "@rollup/plugin-babel": "^6.0.4",
70
+ "@tsconfig/ember": "^3.0.1",
71
+ "@types/ember__component": "^4.0.18",
72
72
  "@types/ember__destroyable": "^4.0.2",
73
- "@types/ember__object": "^4.0.7",
74
- "@types/ember__owner": "^4.0.5",
75
- "@types/ember__runloop": "^4.0.5",
76
- "@types/ember__service": "^4.0.3",
77
- "@typescript-eslint/eslint-plugin": "^6.7.0",
78
- "@typescript-eslint/parser": "^6.7.0",
73
+ "@types/ember__object": "^4.0.8",
74
+ "@types/ember__owner": "^4.0.6",
75
+ "@types/ember__runloop": "^4.0.6",
76
+ "@types/ember__service": "^4.0.5",
77
+ "@typescript-eslint/eslint-plugin": "^6.7.5",
78
+ "@typescript-eslint/parser": "^6.7.5",
79
79
  "concurrently": "^8.2.1",
80
80
  "ember-template-lint": "^5.11.2",
81
81
  "ember-template-lint-plugin-prettier": "^5.0.0",
82
- "eslint": "^8.49.0",
82
+ "eslint": "^8.51.0",
83
83
  "eslint-config-prettier": "^9.0.0",
84
84
  "eslint-plugin-ember": "^11.11.1",
85
85
  "eslint-plugin-import": "2.28.1",
86
- "eslint-plugin-n": "^16.1.0",
87
- "eslint-plugin-prettier": "^5.0.0",
86
+ "eslint-plugin-n": "^16.2.0",
87
+ "eslint-plugin-prettier": "^5.0.1",
88
88
  "eslint-plugin-simple-import-sort": "^10.0.0",
89
89
  "eslint-plugin-typescript-sort-keys": "^3.0.0",
90
90
  "prettier": "^3.0.3",
91
- "rollup": "^3.29.1",
91
+ "rollup": "^4.1.1",
92
92
  "rollup-plugin-copy": "^3.5.0",
93
93
  "typescript": "^5.2.2"
94
94
  },
95
95
  "engines": {
96
- "node": "16.* || >= 18"
96
+ "node": "18.* || >= 20"
97
97
  },
98
98
  "ember": {
99
99
  "edition": "octane"
@@ -1 +0,0 @@
1
- {"version":3,"file":"_rollupPluginBabelHelpers-e795903d.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}