Skip to content

Commit

Permalink
Update dependencies (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp authored Sep 9, 2024
1 parent f674327 commit 913c85e
Show file tree
Hide file tree
Showing 9 changed files with 166 additions and 149 deletions.
20 changes: 10 additions & 10 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@
"@types/ember__utils": "^4.0.7",
"@types/qunit": "^2.19.10",
"@types/rsvp": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"@warp-drive/core-types": "0.0.0-beta.11",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"ember-auto-import": "^2.7.4",
"ember-basic-dropdown": "^8.2.0",
"ember-basic-dropdown": "^8.3.0",
"ember-cli": "~5.10.0",
"ember-cli-app-version": "^7.0.0",
"ember-cli-babel": "^8.2.0",
Expand All @@ -103,7 +103,7 @@
"ember-concurrency": "^4.0.2",
"ember-data": "~5.3.8",
"ember-fetch": "^8.1.2",
"ember-inflector": "^5.0.0",
"ember-inflector": "^5.0.1",
"ember-lifeline": "^7.0.0",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.2.0",
Expand All @@ -118,24 +118,24 @@
"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.10.1",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-qunit": "^8.1.2",
"loader.js": "^4.7.0",
"memory-scroll": "^1.0.2",
"miragejs": "^0.1.48",
"prettier": "^3.3.3",
"qunit": "^2.21.1",
"qunit": "^2.22.0",
"qunit-dom": "^3.2.0",
"rsvp": "^4.8.5",
"sass": "^1.77.8",
"stylelint": "^16.8.1",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-prettier": "^5.0.2",
"tracked-built-ins": "^3.3.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
"webpack": "^5.94.0"
},
"engines": {
"node": ">= 18"
Expand Down
20 changes: 10 additions & 10 deletions ember-power-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/plugin-transform-typescript": "^7.25.2",
"@babel/runtime": "^7.25.0",
"@babel/runtime": "^7.25.6",
"@ember/string": "^4.0.0",
"@ember/test-helpers": "^4.0.2",
"@embroider/addon-dev": "^5.0.0",
Expand Down Expand Up @@ -115,31 +115,31 @@
"@types/ember__template": "^4.0.7",
"@types/ember__test": "^4.0.6",
"@types/ember__utils": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"babel-plugin-ember-template-compilation": "^2.2.5",
"concurrently": "^8.2.2",
"ember-basic-dropdown": "^8.2.0",
"ember-basic-dropdown": "^8.3.0",
"ember-concurrency": "^4.0.2",
"ember-source": "~5.10.1",
"ember-template-lint": "^6.0.0",
"ember-eslint-parser": "^0.4.2",
"ember-eslint-parser": "^0.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-ember": "^12.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"node-sass": "^9.0.0",
"postcss": "^8.4.40",
"postcss": "^8.4.43",
"prettier": "^3.3.3",
"prettier-plugin-ember-template-tag": "^2.0.2",
"rollup": "^4.19.1",
"rollup": "^4.21.2",
"rollup-plugin-styles": "^4.0.0",
"rsvp": "^4.8.5",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"webpack": "^5.93.0"
"webpack": "^5.94.0"
},
"peerDependencies": {
"@ember/test-helpers": "^2.9.4 || ^3.2.1 || ^4.0.2",
Expand Down
1 change: 1 addition & 0 deletions ember-power-select/src/components/power-select-multiple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { action } from '@ember/object';
import { isEqual } from '@ember/utils';
import type { PowerSelectSignature, Select } from './power-select';

// eslint-disable-next-line @typescript-eslint/no-empty-object-type
interface PowerSelectMultipleSignature extends PowerSelectSignature {
// any extra property for multiple selects?
}
Expand Down
2 changes: 1 addition & 1 deletion ember-power-select/src/components/power-select/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export default class PowerSelectOptionsComponent extends Component<PowerSelectOp
if (isGroup) {
return;
}
// eslint-disable-next-line @typescript-eslint/ban-types
// eslint-disable-next-line @typescript-eslint/no-unsafe-function-type
const findOptionAndPerform = (action: Function, e: MouseEvent): void => {
if (e.target === null) return;
const optionItem = (e.target as Element).closest('[data-option-index]');
Expand Down
9 changes: 3 additions & 6 deletions ember-power-select/src/types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ 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 ReadonlyRegistry /* other registries here */ {
extends EmberTruthRegistry,
ReadonlyRegistry /* 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
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,5 @@
},
"npm": false
},
"version": "8.3.1",
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
"version": "8.3.1"
}
Loading

0 comments on commit 913c85e

Please sign in to comment.