Skip to content

Commit

Permalink
Update dependencies (#526)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update test-app ember-cli v5.9.0...v5.11.0

* Update ember-cli to v5.9.0...v5.11.0

* Update ember-source & package lock

* Fix lock file

* Fix lint
  • Loading branch information
mkszepp authored Sep 9, 2024
1 parent 1dd9854 commit a363f1f
Show file tree
Hide file tree
Showing 11 changed files with 347 additions and 377 deletions.
2 changes: 1 addition & 1 deletion docs/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": "5.9.0",
"version": "5.11.0",
"blueprints": [
{
"name": "app",
Expand Down
50 changes: 25 additions & 25 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
}
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^4.0.4",
"@embroider/macros": "^1.16.6",
"@embroider/test-setup": "^4.0.0",
Expand All @@ -53,7 +53,7 @@
"@types/ember__destroyable": "^4.0.5",
"@types/ember__engine": "^4.0.11",
"@types/ember__error": "^4.0.6",
"@types/ember__helper": "^4.0.7",
"@types/ember__helper": "^4.0.8",
"@types/ember__modifier": "^4.0.9",
"@types/ember__object": "^4.0.12",
"@types/ember__owner": "^4.0.9",
Expand All @@ -66,13 +66,13 @@
"@types/ember__test": "^4.0.6",
"@types/ember__utils": "^4.0.7",
"@types/qunit": "^2.19.10",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.7.3",
"ember-basic-dropdown": "^8.1.0",
"ember-cli": "~5.9.0",
"ember-auto-import": "^2.7.4",
"ember-basic-dropdown": "^8.3.0",
"ember-cli": "~5.11.0",
"ember-cli-app-version": "^7.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
Expand All @@ -86,41 +86,41 @@
"ember-concurrency": "^4.0.2",
"ember-fetch": "^8.1.2",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
"ember-modifier": "^4.2.0",
"ember-page-title": "^8.2.3",
"ember-power-calendar": "workspace:*",
"ember-power-calendar-moment": "^1.0.2",
"ember-power-select": "^8.2.0",
"ember-prism": "^0.13.0",
"ember-power-select": "^8.3.0",
"ember-prism": "^1.0.0",
"ember-qunit": "^8.1.0",
"ember-resolver": "^12.0.1",
"ember-source": "~5.9.0",
"ember-source": "~5.11.0",
"ember-source-channel-url": "^3.0.0",
"ember-template-lint": "^6.0.0",
"ember-try": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.2",
"loader.js": "^4.7.0",
"memory-scroll": "^1.0.2",
"moment": "^2.30.1",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prismjs": "^1.29.0",
"qunit": "^2.21.0",
"qunit-dom": "^3.1.2",
"qunit": "^2.22.0",
"qunit-dom": "^3.2.0",
"rsvp": "^4.8.5",
"sass": "^1.77.6",
"stylelint": "^16.6.1",
"sass": "^1.78.0",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-prettier": "^5.0.0",
"stylelint-prettier": "^5.0.2",
"tracked-built-ins": "^3.3.0",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
"typescript": "^5.5.4",
"webpack": "^5.94.0"
},
"engines": {
"node": ">= 18"
Expand Down
2 changes: 1 addition & 1 deletion docs/tests/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function setupApplicationTest(hooks: NestedHooks, options?: SetupTestOptions) {
// This is also a good place to call test setup functions coming
// from other addons:
//
// setupIntl(hooks); // ember-intl
// setupIntl(hooks, 'en-us'); // ember-intl
// setupMirage(hooks); // ember-cli-mirage
}

Expand Down
34 changes: 17 additions & 17 deletions ember-power-calendar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@
"ember-truth-helpers": "^4.0.3"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/runtime": "^7.24.7",
"@babel/plugin-transform-typescript": "^7.24.7",
"@babel/core": "^7.25.2",
"@babel/runtime": "^7.25.6",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/preset-typescript": "^7.24.7",
"@ember/test-helpers": "^4.0.4",
"@embroider/addon-dev": "^5.0.0",
Expand All @@ -95,7 +95,7 @@
"@types/ember__debug": "^4.0.8",
"@types/ember__engine": "^4.0.11",
"@types/ember__error": "^4.0.6",
"@types/ember__helper": "^4.0.7",
"@types/ember__helper": "^4.0.8",
"@types/ember__modifier": "^4.0.9",
"@types/ember__object": "^4.0.12",
"@types/ember__owner": "^4.0.9",
Expand All @@ -107,29 +107,29 @@
"@types/ember__template": "^4.0.7",
"@types/ember__test": "^4.0.6",
"@types/ember__utils": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"ember-concurrency": "^4.0.2",
"ember-source": "~5.9.0",
"ember-source": "~5.11.0",
"ember-template-lint": "^6.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"node-sass": "^9.0.0",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.18.0",
"rollup": "^4.21.2",
"rollup-plugin-styles": "^4.0.0",
"rsvp": "^4.8.5",
"sass": "^1.77.6",
"typescript": "^5.5.2",
"webpack": "^5.92.1"
"sass": "^1.78.0",
"typescript": "^5.5.4",
"webpack": "^5.94.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
21 changes: 5 additions & 16 deletions ember-power-calendar/src/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,12 @@ export interface ReadonlyRegistry {
}

declare module '@glint/environment-ember-loose/registry' {
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export default interface Registry
extends EmberTruthRegistry /* other addon registries */ {
// local entries
}

export default interface Registry
extends EmbroiderUtilRegistry /* other registries here */ {
// ...
}

export default interface Registry
extends ReadonlyRegistry /* other registries here */ {
// ...
}

export default interface Registry
extends AssignRegistry /* other registries here */ {
extends EmberTruthRegistry,
EmbroiderUtilRegistry,
ReadonlyRegistry,
AssignRegistry /* other registries here */ {
// ...
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import '@glint/environment-ember-template-imports';

declare module '@glint/environment-ember-loose/registry' {
// Remove this once entries have been added! 👇
// eslint-disable-next-line @typescript-eslint/no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export default interface Registry {
// Add any registry entries from other addons here that your addon itself uses (in non-strict mode templates)
// See https://typed-ember.gitbook.io/glint/using-glint/ember/using-addons
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"@release-it-plugins/lerna-changelog": "^7.0.0",
"@release-it-plugins/workspaces": "^4.2.0",
"concurrently": "^8.2.2",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"release-it": "^17.4.0",
"typescript": "^5.5.2"
"release-it": "^17.6.0",
"typescript": "^5.5.4"
},
"workspaces": [
"ember-power-calendar",
Expand Down
Loading

0 comments on commit a363f1f

Please sign in to comment.