Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Jan 14, 2025
1 parent 590c49e commit f4ce93d
Show file tree
Hide file tree
Showing 33 changed files with 2,499 additions and 2,586 deletions.
20 changes: 20 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
"use strict";

module.exports = {
plugins: ["prettier-plugin-ember-template-tag"],
overrides: [
{
files: "*.{js,gjs,ts,gts,mjs,mts,cjs,cts}",
options: {
singleQuote: false,
},
},
{
files: "*.{gjs,gts}",
options: {
singleQuote: false,
templateSingleQuote: false,
},
},
],
};
37 changes: 20 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"scripts": {
"start": "pnpm --filter ember-caluma start",
"start-proxy": "pnpm --filter ember-caluma start-proxy",
"lint": "concurrently \"npm:lint:*(!fix)\" --names \"lint:\"",
"lint:fix": "concurrently \"npm:lint:*:fix\" --names \"fix:\"",
"lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\" --prefixColors auto",
"lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\" --prefixColors auto",
"lint:hbs": "ember-template-lint .",
"lint:hbs:fix": "ember-template-lint . --fix",
"lint:js": "eslint . --cache",
"lint:js:fix": "eslint . --fix",
"lint:css": "stylelint \"**/*.scss\"",
"lint:css:fix": "concurrently \"npm:lint:css -- --fix\"",
"lint:css:fix": "concurrently \"pnpm:lint:css -- --fix\" --prefixColors auto",
"lint:prettier": "prettier -c \"**/*.{graphql,json,md,yaml}\"",
"lint:prettier:fix": "prettier -wl \"**/*.{graphql,json,md,yaml}\"",
"update-possible-types": "node bin/fetch-possible-types.mjs && prettier --write packages/core/addon/-private/possible-types.js",
"update-schema": "get-graphql-schema http://localhost:8000/graphql > packages/testing/addon/mirage-graphql/schema.graphql && prettier --write packages/testing/addon/mirage-graphql/schema.graphql",
"update-caluma": "concurrently \"npm:update-possible-types\" \"npm:update-schema\"",
"update-caluma": "concurrently \"pnpm:update-possible-types\" \"pnpm:update-schema\" --prefixColors auto",
"prepare": "husky",
"preinstall": "npx only-allow pnpm",
"bump-version": "node bin/bump-version.mjs"
Expand All @@ -38,40 +38,43 @@
"devDependencies": {
"@adfinis/eslint-config": "2.1.1",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/eslint-parser": "7.26.5",
"@babel/plugin-proposal-decorators": "7.25.9",
"@commitlint/cli": "19.6.0",
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@eslint/js": "9.18.0",
"@graphql-eslint/eslint-plugin": "3.20.1",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/exec": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"concurrently": "9.1.0",
"@semantic-release/release-notes-generator": "14.0.3",
"concurrently": "9.1.2",
"ember-template-lint": "6.0.0",
"ember-template-lint-plugin-prettier": "5.0.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-qunit": "8.1.2",
"get-graphql-schema": "2.1.2",
"glob": "11.0.0",
"glob": "11.0.1",
"globals": "15.14.0",
"graphql": "15.9.0",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"lint-staged": "15.3.0",
"node-fetch": "3.3.2",
"prettier": "3.4.1",
"semantic-release": "24.2.0",
"stylelint": "16.11.0",
"prettier": "3.4.2",
"prettier-plugin-ember-template-tag": "2.0.4",
"semantic-release": "24.2.1",
"stylelint": "16.13.2",
"stylelint-config-standard-scss": "13.1.0",
"stylelint-prettier": "5.0.2",
"stylelint-scss": "6.10.0"
},
"packageManager": "pnpm@9.14.2",
"packageManager": "pnpm@9.15.4",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
2 changes: 1 addition & 1 deletion packages/-ember-caluma/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "6.0.1",
"version": "6.1.0",
"blueprints": [
{
"name": "app",
Expand Down
26 changes: 13 additions & 13 deletions packages/-ember-caluma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"@ember/optional-features": "2.2.0",
"@ember/string": "4.0.0",
"@ember/test-helpers": "4.0.4",
"@ember/test-waiters": "3.1.0",
"@embroider/macros": "1.16.9",
"@faker-js/faker": "9.2.0",
"@embroider/macros": "1.16.10",
"@faker-js/faker": "9.3.0",
"@glimmer/component": "1.1.2",
"@glimmer/tracking": "1.1.2",
"@projectcaluma/ember-analytics": "workspace:*",
Expand All @@ -36,7 +35,7 @@
"ember-can": "7.0.0",
"ember-changeset": "4.1.2",
"ember-changeset-validations": "4.1.1",
"ember-cli": "6.0.1",
"ember-cli": "6.1.0",
"ember-cli-addon-docs": "8.0.8",
"ember-cli-babel": "8.2.0",
"ember-cli-clean-css": "3.0.0",
Expand All @@ -59,25 +58,26 @@
"ember-engines-router-service": "0.6.0",
"ember-fetch": "8.1.2",
"ember-flatpickr": "8.0.1",
"ember-intl": "7.0.7",
"ember-intl": "7.1.1",
"ember-load-initializers": "3.0.1",
"ember-math-helpers": "4.0.0",
"ember-math-helpers": "4.2.1",
"ember-modifier": "4.2.0",
"ember-power-select": "8.4.0",
"ember-power-select": "8.6.2",
"ember-resolver": "13.1.0",
"ember-sortable": "5.2.2",
"ember-source": "6.0.1",
"ember-sortable": "5.2.3",
"ember-source": "6.1.0",
"ember-template-imports": "4.2.0",
"ember-truth-helpers": "4.0.3",
"ember-uikit": "9.1.3",
"ember-validated-form": "7.0.1",
"flatpickr": "4.6.13",
"graphql": "15.9.0",
"loader.js": "4.7.0",
"miragejs": "0.1.48",
"sass": "1.81.0",
"tracked-built-ins": "3.3.0",
"uikit": "3.21.16",
"webpack": "5.96.1"
"sass": "1.83.4",
"tracked-built-ins": "3.4.0",
"uikit": "3.22.0",
"webpack": "5.97.1"
},
"ember": {
"edition": "octane"
Expand Down
3 changes: 1 addition & 2 deletions packages/analytics/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/.ember-cli
/.env*
/.eslintcache
/.eslintignore
/.eslintrc.js
/.git/
/.github/
/.gitignore
Expand All @@ -21,6 +19,7 @@
/.watchmanconfig
/CONTRIBUTING.md
/ember-cli-build.js
/eslint.config.mjs
/testem.js
/tests/
/tsconfig.declarations.json
Expand Down
26 changes: 13 additions & 13 deletions packages/analytics/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",
"@embroider/macros": "^1.16.9",
"@embroider/macros": "^1.16.10",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@projectcaluma/ember-core": "workspace:^",
Expand All @@ -31,11 +31,12 @@
"ember-concurrency": "^4.0.2",
"ember-engines-router-service": "^0.6.0",
"ember-fetch": "^8.1.2",
"ember-intl": "^7.0.7",
"ember-intl": "^7.1.1",
"ember-load-initializers": "^2.1.2 || ^3.0.1",
"ember-power-select": "^8.4.0",
"ember-power-select": "^8.6.2",
"ember-resolver": "^12.0.1 || ^13.1.0",
"ember-sortable": "^5.2.2",
"ember-sortable": "^5.2.3",
"ember-template-imports": "^4.2.0",
"ember-uikit": "^9.1.3",
"ember-validated-form": "^7.0.1",
"graphql": "^15.9.0",
Expand All @@ -51,12 +52,11 @@
"devDependencies": {
"@ember/optional-features": "2.2.0",
"@ember/test-helpers": "4.0.4",
"@ember/test-waiters": "3.1.0",
"@embroider/test-setup": "4.0.0",
"@faker-js/faker": "9.2.0",
"@faker-js/faker": "9.3.0",
"@projectcaluma/ember-testing": "workspace:*",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "6.0.1",
"ember-cli": "6.1.0",
"ember-cli-clean-css": "3.0.0",
"ember-cli-code-coverage": "3.1.0",
"ember-cli-dependency-checker": "3.3.3",
Expand All @@ -68,16 +68,16 @@
"ember-data": "5.3.9",
"ember-engines": "0.11.0",
"ember-modifier": "4.2.0",
"ember-qunit": "8.1.1",
"ember-source": "6.0.1",
"ember-qunit": "9.0.1",
"ember-source": "6.1.0",
"ember-source-channel-url": "3.0.0",
"ember-try": "3.0.0",
"loader.js": "4.7.0",
"qunit": "2.22.0",
"qunit": "2.23.1",
"qunit-dom": "3.4.0",
"sass": "1.81.0",
"uikit": "3.21.16",
"webpack": "5.96.1"
"sass": "1.83.4",
"uikit": "3.22.0",
"webpack": "5.97.1"
},
"peerDependency": {
"ember-engines": "^0.11.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "6.0.1",
"version": "6.1.0",
"blueprints": [
{
"name": "addon",
Expand Down
5 changes: 4 additions & 1 deletion packages/analytics/tests/test-helper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { setApplication } from "@ember/test-helpers";
import { start } from "ember-qunit";
import { start, setupEmberOnerrorValidation } from "ember-qunit";
import { loadTests } from "ember-qunit/test-loader";
import * as QUnit from "qunit";
import { setup } from "qunit-dom";

Expand All @@ -8,6 +9,8 @@ import config from "dummy/config/environment";

setApplication(Application.create(config.APP));

setupEmberOnerrorValidation();
loadTests();
setup(QUnit.assert);

start();
3 changes: 1 addition & 2 deletions packages/core/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/.ember-cli
/.env*
/.eslintcache
/.eslintignore
/.eslintrc.js
/.git/
/.github/
/.gitignore
Expand All @@ -21,6 +19,7 @@
/.watchmanconfig
/CONTRIBUTING.md
/ember-cli-build.js
/eslint.config.mjs
/testem.js
/tests/
/tsconfig.declarations.json
Expand Down
21 changes: 11 additions & 10 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"test:ember-compatibility": "ember try:each"
},
"dependencies": {
"@apollo/client": "^3.12.4",
"@apollo/client": "^3.12.5",
"@babel/core": "^7.26.0",
"@ember/string": "^3.1.1 || ^4.0.0",
"@embroider/macros": "^1.16.9",
"@embroider/macros": "^1.16.10",
"@glimmer/tracking": "^1.1.2",
"ember-apollo-client": "~4.0.2",
"ember-auto-import": "^2.10.0",
Expand All @@ -25,8 +25,9 @@
"ember-concurrency": "^4.0.2",
"ember-fetch": "^8.1.2",
"ember-inflector": "^4.0.3 || ^5.0.1",
"ember-intl": "^7.0.7",
"ember-intl": "^7.1.1",
"ember-modify-based-class-resource": "^1.1.1",
"ember-template-imports": "^4.2.0",
"ember-uikit": "^9.1.3",
"graphql": "^15.9.0",
"graphql-tag": "^2.12.6",
Expand All @@ -40,11 +41,11 @@
"@ember/test-helpers": "4.0.4",
"@embroider/test-setup": "4.0.0",
"@embroider/util": "1.13.2",
"@faker-js/faker": "9.2.0",
"@faker-js/faker": "9.3.0",
"@glimmer/component": "1.1.2",
"@projectcaluma/ember-testing": "workspace:*",
"broccoli-asset-rev": "3.0.0",
"ember-cli": "6.0.1",
"ember-cli": "6.1.0",
"ember-cli-clean-css": "3.0.0",
"ember-cli-code-coverage": "3.1.0",
"ember-cli-dependency-checker": "3.3.3",
Expand All @@ -53,16 +54,16 @@
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-load-initializers": "3.0.1",
"ember-qunit": "8.1.1",
"ember-qunit": "9.0.1",
"ember-resolver": "13.1.0",
"ember-source": "6.0.1",
"ember-source": "6.1.0",
"ember-source-channel-url": "3.0.0",
"ember-try": "3.0.0",
"loader.js": "4.7.0",
"qunit": "2.22.0",
"qunit": "2.23.1",
"qunit-dom": "3.4.0",
"uikit": "3.21.16",
"webpack": "5.96.1"
"uikit": "3.22.0",
"webpack": "5.97.1"
},
"peerDependencies": {
"ember-data": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/tests/dummy/config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
{
"name": "ember-cli",
"version": "6.0.1",
"version": "6.1.0",
"blueprints": [
{
"name": "addon",
Expand Down
5 changes: 4 additions & 1 deletion packages/core/tests/test-helper.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { setApplication } from "@ember/test-helpers";
import { start } from "ember-qunit";
import { start, setupEmberOnerrorValidation } from "ember-qunit";
import { loadTests } from "ember-qunit/test-loader";
import * as QUnit from "qunit";
import { setup } from "qunit-dom";

Expand All @@ -8,6 +9,8 @@ import config from "dummy/config/environment";

setApplication(Application.create(config.APP));

setupEmberOnerrorValidation();
loadTests();
setup(QUnit.assert);

start();
3 changes: 1 addition & 2 deletions packages/distribution/.npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
/.ember-cli
/.env*
/.eslintcache
/.eslintignore
/.eslintrc.js
/.git/
/.github/
/.gitignore
Expand All @@ -21,6 +19,7 @@
/.watchmanconfig
/CONTRIBUTING.md
/ember-cli-build.js
/eslint.config.mjs
/testem.js
/tests/
/tsconfig.declarations.json
Expand Down
Loading

0 comments on commit f4ce93d

Please sign in to comment.