Skip to content

Commit

Permalink
fix(deps): widen ranges of ember-infector and @ember/string
Browse files Browse the repository at this point in the history
Some apps using `ember-caluma` might still be using `ember-data` v4
which requires `@ember/string` v3 and `ember-inflector` v4. In order to
make dependency resolution easier for them we allow all those versions.
  • Loading branch information
anehx committed Nov 25, 2024
1 parent e0b9995 commit d6b0aa7
Show file tree
Hide file tree
Showing 10 changed files with 665 additions and 1,508 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"ember-template-lint-plugin-prettier": "5.0.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "12.3.1",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.13.2",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-qunit": "8.1.2",
"get-graphql-schema": "2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/-ember-caluma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-composable-helpers": "5.0.0",
"ember-data": "5.3.3",
"ember-data": "5.3.9",
"ember-disable-prototype-extensions": "1.1.3",
"ember-engines": "0.11.0",
"ember-engines-router-service": "0.6.0",
Expand All @@ -76,7 +76,7 @@
"miragejs": "0.1.48",
"sass": "1.81.0",
"tracked-built-ins": "3.3.0",
"uikit": "3.21.13",
"uikit": "3.21.16",
"webpack": "5.96.1"
},
"ember": {
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"ember-cli-sass": "11.0.1",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-data": "5.3.3",
"ember-data": "5.3.9",
"ember-engines": "0.11.0",
"ember-load-initializers": "2.1.2",
"ember-modifier": "4.2.0",
Expand All @@ -76,7 +76,7 @@
"qunit": "2.22.0",
"qunit-dom": "3.3.0",
"sass": "1.81.0",
"uikit": "3.21.13",
"uikit": "3.21.16",
"webpack": "5.96.1"
},
"peerDependency": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@apollo/client": "^3.11.10",
"@babel/core": "^7.26.0",
"@ember/string": "^4.0.0",
"@ember/string": "^3.1.1 || ^4.0.0",
"@embroider/macros": "^1.16.9",
"@glimmer/tracking": "^1.1.2",
"ember-apollo-client": "~4.0.2",
Expand All @@ -24,7 +24,7 @@
"ember-cli-htmlbars": "^6.3.0",
"ember-concurrency": "^4.0.2",
"ember-fetch": "^8.1.2",
"ember-inflector": "4.0.3",
"ember-inflector": "^4.0.3 || ^5.0.2",
"ember-intl": "^7.0.7",
"ember-modify-based-class-resource": "^1.1.1",
"ember-uikit": "^9.1.2",
Expand Down Expand Up @@ -61,7 +61,7 @@
"loader.js": "4.7.0",
"qunit": "2.22.0",
"qunit-dom": "3.3.0",
"uikit": "3.21.13",
"uikit": "3.21.16",
"webpack": "5.96.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/distribution/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@babel/core": "^7.26.0",
"@ember/legacy-built-in-components": "^0.5.0",
"@ember/string": "^4.0.0",
"@ember/string": "^3.1.1 || ^4.0.0",
"@embroider/macros": "^1.16.9",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand Down Expand Up @@ -72,7 +72,7 @@
"qunit": "2.22.0",
"qunit-dom": "3.3.0",
"sass": "1.81.0",
"uikit": "3.21.13",
"uikit": "3.21.16",
"webpack": "5.96.1"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/form-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@babel/core": "^7.26.0",
"@ember/legacy-built-in-components": "^0.5.0",
"@ember/render-modifiers": "^2.1.0",
"@ember/string": "^4.0.0",
"@ember/string": "^3.1.1 || ^4.0.0",
"@embroider/macros": "^1.16.9",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
Expand Down Expand Up @@ -50,7 +50,7 @@
"jexl": "^2.3.0",
"lodash.isequal": "^4.5.0",
"reactiveweb": "^1.3.0",
"uikit": "^3.21.13"
"uikit": "^3.21.16"
},
"//": [
"TODO: remove obsolete dependency to `ember-data` which is only necessary",
Expand All @@ -74,7 +74,7 @@
"ember-cli-mirage": "3.0.4",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-data": "5.3.3",
"ember-data": "5.3.9",
"ember-engines": "0.11.0",
"ember-load-initializers": "2.1.2",
"ember-qunit": "8.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@babel/core": "^7.26.0",
"@ember/string": "^4.0.0",
"@ember/string": "^3.1.1 || ^4.0.0",
"@embroider/macros": "^1.16.9",
"@embroider/util": "^1.13.2",
"@glimmer/component": "^1.1.2",
Expand Down Expand Up @@ -74,7 +74,7 @@
"qunit": "2.22.0",
"qunit-dom": "3.3.0",
"sass": "1.81.0",
"uikit": "3.21.13",
"uikit": "3.21.16",
"uuid": "11.0.3",
"webpack": "5.96.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@babel/core": "^7.26.0",
"@ember/string": "^4.0.0",
"@ember/string": "^3.1.1 || ^4.0.0",
"@faker-js/faker": "^9.2.0",
"broccoli-funnel": "^3.0.8",
"broccoli-merge-trees": "^4.2.0",
Expand All @@ -24,7 +24,7 @@
"ember-cli-htmlbars": "^6.3.0",
"ember-cli-mirage": "^3.0.4",
"ember-fetch": "^8.1.2",
"ember-inflector": "4.0.3",
"ember-inflector": "^4.0.3 || ^5.0.2",
"graphql": "^15.9.0",
"graphql-iso-date": "^3.6.1",
"graphql-tools": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"loader.js": "4.7.0",
"qunit": "2.22.0",
"qunit-dom": "3.3.0",
"uikit": "3.21.13",
"uikit": "3.21.16",
"webpack": "5.96.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d6b0aa7

Please sign in to comment.