Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dependencies #239

Merged
merged 5 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/ember-template-lint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"peerDependencies": {
"ember-template-lint": "^6.0.0"
Expand Down
7 changes: 6 additions & 1 deletion configs/eslint/ember/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ module.exports = {
rules: {
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-empty-object-type': [
'error',
{
allowObjectTypes: 'always',
},
],
'@typescript-eslint/no-import-type-side-effects': 'error',
},
},
Expand Down
18 changes: 9 additions & 9 deletions configs/eslint/ember/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@
"lint:js:fix": "prettier --write \"**/*.js\""
},
"dependencies": {
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-ember": "^12.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-qunit": "^8.1.1",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0"
},
"devDependencies": {
"@shared-configs/eslint-config-node": "workspace:*",
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"peerDependencies": {
"eslint": "^8.57.0",
"prettier": "^3.3.2",
"typescript": "^5.4.5"
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"peerDependenciesMeta": {
"eslint": {
Expand Down
7 changes: 6 additions & 1 deletion configs/eslint/ember/v1-addon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ module.exports = {
rules: {
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-empty-object-type': [
'error',
{
allowObjectTypes: 'always',
},
],
'@typescript-eslint/no-import-type-side-effects': 'error',
},
},
Expand Down
7 changes: 6 additions & 1 deletion configs/eslint/ember/v2-addon/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ module.exports = {
rules: {
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-empty-object-type': [
'error',
{
allowObjectTypes: 'always',
},
],
'@typescript-eslint/no-import-type-side-effects': 'error',
},
},
Expand Down
24 changes: 14 additions & 10 deletions configs/eslint/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,35 +16,39 @@
"lint:js:fix": "prettier --write \"**/*.js\""
},
"dependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "7.24.7",
"@rushstack/eslint-patch": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "7.25.1",
"@rushstack/eslint-patch": "^1.10.4",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.2.0"
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"peerDependencies": {
"eslint": "^8.57.0",
"prettier": "^3.3.2"
"prettier": "^3.3.3",
"typescript": "^5.5.4"
},
"peerDependenciesMeta": {
"eslint": {
"optional": false
},
"prettier": {
"optional": false
},
"typescript": {
"optional": true
}
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions configs/prettier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
},
"devDependencies": {
"concurrently": "^8.2.2",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"peerDependencies": {
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"peerDependenciesMeta": {
"prettier": {
Expand Down
10 changes: 5 additions & 5 deletions configs/stylelint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
"lint:js:fix": "prettier --write \"**/*.js\""
},
"dependencies": {
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0"
"stylelint-prettier": "^5.0.2"
},
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"peerDependencies": {
"prettier": "^3.3.2",
"stylelint": "^16.6.1"
"prettier": "^3.3.3",
"stylelint": "^16.8.1"
},
"peerDependenciesMeta": {
"prettier": {
Expand Down
2 changes: 1 addition & 1 deletion configs/testem/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"peerDependenciesMeta": {},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions configs/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"devDependencies": {
"@shared-configs/prettier": "workspace:*",
"concurrently": "^8.2.2",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
},
"peerDependencies": {
"typescript": "^5.4.5"
"typescript": "^5.5.4"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down
4 changes: 3 additions & 1 deletion docs-app/app/components/widgets/widget-1.gts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { aspectRatio, ContainerQuery } from 'ember-container-query';
import styles from './widget-1.css';
import WidgetsWidget1Item from './widget-1/item';

interface WidgetsWidget1Signature {}
interface WidgetsWidget1Signature {
Args: {};
}

const WidgetsWidget1Component: TOC<WidgetsWidget1Signature> =
<template>
Expand Down
1 change: 0 additions & 1 deletion docs-app/app/components/widgets/widget-2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
import styles from './widget-2.css';

interface WidgetsWidget2Signature {
// eslint-disable-next-line @typescript-eslint/ban-types
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rule no longer exists.

Args: {};
}

Expand Down
1 change: 0 additions & 1 deletion docs-app/app/components/widgets/widget-3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { type Concert, concert } from '../../data';
import styles from './widget-3.css';

interface WidgetsWidget3Signature {
// eslint-disable-next-line @typescript-eslint/ban-types
Args: {};
}

Expand Down
4 changes: 3 additions & 1 deletion docs-app/app/components/widgets/widget-4.gts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import type { TOC } from '@ember/component/template-only';
import styles from './widget-4.css';
import WidgetsWidget4Memo from './widget-4/memo';

interface WidgetsWidget4Signature {}
interface WidgetsWidget4Signature {
Args: {};
}

const WidgetsWidget4Component: TOC<WidgetsWidget4Signature> =
<template>
Expand Down
4 changes: 3 additions & 1 deletion docs-app/app/components/widgets/widget-4/memo.gts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import WidgetsWidget4MemoActions from './memo/actions';
import WidgetsWidget4MemoBody from './memo/body';
import WidgetsWidget4MemoHeader from './memo/header';

interface WidgetsWidget4MemoSignature {}
interface WidgetsWidget4MemoSignature {
Args: {};
}

const WidgetsWidget4MemoComponent: TOC<WidgetsWidget4MemoSignature> =
<template>
Expand Down
4 changes: 3 additions & 1 deletion docs-app/app/components/widgets/widget-5.gts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { and } from 'ember-truth-helpers';

import styles from './widget-5.css';

interface WidgetsWidget5Signature {}
interface WidgetsWidget5Signature {
Args: {};
}

const WidgetsWidget5Component: TOC<WidgetsWidget5Signature> =
<template>
Expand Down
2 changes: 1 addition & 1 deletion docs-app/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.10.0",
"blueprints": [
{
"name": "app",
Expand Down
42 changes: 21 additions & 21 deletions docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,23 +42,23 @@
"test:device": "ember test"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.25.2",
"@ember/optional-features": "^2.1.0",
"@ember/string": "^3.1.1",
"@ember/test-helpers": "^3.3.0",
"@ember/test-helpers": "^3.3.1",
"@embroider/broccoli-side-watch": "0.0.2-unstable.ba9fd29",
"@embroider/compat": "^3.5.2",
"@embroider/core": "^3.4.11",
"@embroider/macros": "^1.16.3",
"@embroider/compat": "^3.6.0",
"@embroider/core": "^3.4.14",
"@embroider/macros": "^1.16.5",
"@embroider/router": "^2.1.8",
"@embroider/webpack": "^4.0.2",
"@embroider/webpack": "^4.0.4",
"@glimmer/component": "^1.1.2",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.4.0",
"@glint/environment-ember-loose": "^1.4.0",
"@glint/environment-ember-template-imports": "^1.4.0",
"@glint/template": "^1.4.0",
"@percy/cli": "^1.28.7",
"@percy/cli": "^1.29.1",
"@percy/ember": "^4.2.0",
"@shared-configs/ember-template-lint": "workspace:*",
"@shared-configs/eslint-config-ember": "workspace:*",
Expand All @@ -67,18 +67,18 @@
"@shared-configs/testem": "workspace:*",
"@shared-configs/typescript": "workspace:*",
"@types/qunit": "^2.19.10",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"broccoli-asset-rev": "^3.0.0",
"concurrently": "^8.2.2",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"ember-a11y-refocus": "^4.1.0",
"ember-a11y-refocus": "^4.1.1",
"ember-a11y-testing": "^6.1.1",
"ember-auto-import": "^2.7.3",
"ember-cli": "~5.9.0",
"ember-auto-import": "^2.7.4",
"ember-cli": "~5.10.0",
"ember-cli-app-version": "^7.0.0",
"ember-cli-babel": "^8.2.0",
"ember-cli-clean-css": "^3.0.0",
Expand All @@ -89,28 +89,28 @@
"ember-cli-netlify": "^0.4.1",
"ember-container-query": "workspace:*",
"ember-load-initializers": "^2.1.2",
"ember-modifier": "^4.1.0",
"ember-modifier": "^4.2.0",
"ember-page-title": "^8.2.3",
"ember-qunit": "^8.1.0",
"ember-resolver": "^12.0.1",
"ember-source": "~5.9.0",
"ember-source": "~5.10.2",
"ember-svg-jar": "^2.4.9",
"ember-template-imports": "^4.1.1",
"ember-template-lint": "^6.0.0",
"ember-test-selectors": "^6.0.0",
"ember-test-selectors": "^7.0.0",
"ember-truth-helpers": "^4.0.3",
"embroider-css-modules": "^2.0.9",
"eslint": "^8.57.0",
"loader.js": "^4.7.0",
"postcss": "^8.4.38",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"prettier": "^3.3.2",
"qunit": "^2.21.0",
"qunit-dom": "^3.1.2",
"stylelint": "^16.6.1",
"prettier": "^3.3.3",
"qunit": "^2.21.1",
"qunit-dom": "^3.2.0",
"stylelint": "^16.8.1",
"type-css-modules": "^1.0.11",
"typescript": "^5.4.5",
"webpack": "^5.92.0"
"typescript": "^5.5.4",
"webpack": "^5.93.0"
},
"engines": {
"node": "18.* || >= 20"
Expand Down
2 changes: 1 addition & 1 deletion docs-app/tests/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function setupApplicationTest(
// 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
Loading