Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Nov 25, 2024
1 parent 5045b0a commit 3d5eb10
Show file tree
Hide file tree
Showing 8 changed files with 2,196 additions and 2,589 deletions.
14 changes: 0 additions & 14 deletions .eslintignore

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
try-scenario:
- ember-lts-4.12
- ember-lts-5.4
- ember-lts-5.8
- ember-lts-5.12
- ember-release
- ember-beta
- ember-canary
Expand Down
2 changes: 1 addition & 1 deletion addon/services/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default class Service extends SessionServiceESA {
redirectUri: this.redirectUri,
isRefresh: true,
});
} catch (e) {
} catch {
console.warn("Token is invalid. Re-authentification is required.");
}
}
Expand Down
37 changes: 37 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
import path from "node:path";
import { fileURLToPath } from "node:url";

import { FlatCompat } from "@eslint/eslintrc";
import js from "@eslint/js";

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const compat = new FlatCompat({
baseDirectory: __dirname,
recommendedConfig: js.configs.recommended,
allConfig: js.configs.all,
});

export default [
{
ignores: [
"blueprints/*/files/",
"declarations/",
"dist/",
"coverage/",
"!**/.*",
"**/.*/",
".node_modules.ember-try/",
],
},
...compat.extends("@adfinis/eslint-config/ember-addon"),
{
settings: {
"import/internal-regex": "^ember-simple-auth-oidc/",
},

rules: {
"ember/no-runloop": "warn",
},
},
];
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,68 +29,68 @@
"prepare": "husky"
},
"dependencies": {
"@apollo/client": "^3.11.1",
"@babel/core": "^7.25.2",
"@apollo/client": "^3.11.10",
"@babel/core": "^7.26.0",
"@embroider/macros": "^1.16.9",
"base64-js": "^1.5.1",
"ember-auto-import": "^2.8.1",
"ember-auto-import": "^2.10.0",
"ember-cli-babel": "^8.2.0",
"ember-concurrency": "^4.0.2",
"ember-fetch": "^8.1.2",
"ember-simple-auth": "^6.0.0",
"js-sha256": "^0.11.0",
"tracked-built-ins": "^3.3.0",
"uuid": "^10.0.0"
"uuid": "^11.0.3"
},
"devDependencies": {
"@adfinis/eslint-config": "2.1.1",
"@adfinis/semantic-release-config": "5.0.0",
"@babel/eslint-parser": "7.25.1",
"@babel/plugin-proposal-decorators": "7.24.7",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@ember/optional-features": "2.1.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-proposal-decorators": "7.25.9",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@ember/optional-features": "2.2.0",
"@ember/string": "4.0.0",
"@ember/test-helpers": "4.0.4",
"@embroider/test-setup": "4.0.0",
"@glimmer/tracking": "1.1.2",
"broccoli-asset-rev": "3.0.0",
"concurrently": "9.0.1",
"concurrently": "9.1.0",
"ember-apollo-client": "4.1.1",
"ember-cli": "5.11.0",
"ember-cli": "6.0.1",
"ember-cli-clean-css": "3.0.0",
"ember-cli-dependency-checker": "3.3.2",
"ember-cli-dependency-checker": "3.3.3",
"ember-cli-htmlbars": "6.3.0",
"ember-cli-inject-live-reload": "2.1.0",
"ember-cli-mirage": "3.0.4",
"ember-cli-sri": "2.1.1",
"ember-cli-terser": "4.0.2",
"ember-data": "5.3.8",
"ember-load-initializers": "2.1.2",
"ember-qunit": "8.1.0",
"ember-resolver": "13.0.2",
"ember-source": "5.11.0",
"ember-data": "5.3.9",
"ember-load-initializers": "3.0.1",
"ember-qunit": "8.1.1",
"ember-resolver": "13.1.0",
"ember-source": "6.0.1",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "6.0.0",
"ember-try": "3.0.0",
"eslint": "8.57.1",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-ember": "12.2.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-n": "17.10.3",
"eslint-plugin-ember": "12.3.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-qunit": "8.1.2",
"graphql": "16.9.0",
"graphql-tag": "2.12.6",
"husky": "9.1.6",
"husky": "9.1.7",
"lint-staged": "15.2.10",
"loader.js": "4.7.0",
"miragejs": "0.1.48",
"prettier": "3.3.3",
"qunit": "2.22.0",
"qunit-dom": "3.2.1",
"semantic-release": "24.1.1",
"stylelint": "16.9.0",
"qunit-dom": "3.3.0",
"semantic-release": "24.2.0",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"stylelint-prettier": "5.0.2",
"webpack": "5.96.1"
Expand All @@ -100,7 +100,7 @@
"ember-data": "~4.12.0 || >= 5.0.0",
"ember-source": ">= 4.0.0"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.14.2",
"engines": {
"node": ">= 18"
},
Expand Down
Loading

0 comments on commit 3d5eb10

Please sign in to comment.