Skip to content

Commit

Permalink
build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.9.0 to …
Browse files Browse the repository at this point in the history
…8.6.0 (#404)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MrChocolatine <[email protected]>
  • Loading branch information
dependabot[bot] and MrChocolatine authored Sep 21, 2024
1 parent 43d41dc commit c095ef0
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 195 deletions.
2 changes: 1 addition & 1 deletion ember-slugify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"@types/ember__template": "^4.0.7",
"@types/ember__test": "^4.0.6",
"@types/ember__utils": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-plugin-ember-template-compilation": "^2.2.0",
"concurrently": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion ember-slugify/src/template-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// import type MyComponent from './components/my-component';

// Remove this once entries have been added! 👇
// eslint-disable-next-line @typescript-eslint/no-empty-interface
// eslint-disable-next-line @typescript-eslint/no-empty-interface, @typescript-eslint/no-empty-object-type
export default interface Registry {
// MyComponent: typeof MyComponent
}
2 changes: 1 addition & 1 deletion ember-slugify/unpublished-development-types/index.d.ts
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-interface, @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
2 changes: 1 addition & 1 deletion test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/ember__utils": "^4.0.7",
"@types/qunit": "^2.19.10",
"@types/rsvp": "^4.0.9",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^7.18.0",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
Expand Down
Loading

0 comments on commit c095ef0

Please sign in to comment.