Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 1, 2024
1 parent 04856a4 commit e66759c
Show file tree
Hide file tree
Showing 10 changed files with 2,438 additions and 4,618 deletions.
10 changes: 5 additions & 5 deletions codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/eslint-parser": "^7.19.1",
"@nullvoxpopuli/eslint-configs": "^3.2.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.5.4",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"concurrently": "^8.2.2",
"eslint": "^8.35.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"concurrently": "^9.0.0",
"eslint": "^9.0.0",
"prettier": "^3.1.1",
"typescript": "~5.5.0",
"vitest": "^2.0.5"
Expand Down
1,482 changes: 289 additions & 1,193 deletions codemod/pnpm-lock.yaml

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"devDependencies": {
"typedoc": "^0.26.0",
"typedoc-github-wiki-theme": "^1.0.1",
"typedoc-gitlab-wiki-theme": "^1.0.0",
"typedoc-plugin-markdown": "^3.14.0",
"typedoc-github-wiki-theme": "^2.0.0",
"typedoc-gitlab-wiki-theme": "^2.0.0",
"typedoc-plugin-markdown": "^4.0.0",
"typedoc-plugin-markdown-pages": "^0.3.0",
"typedoc-plugin-mdn-links": "^3.0.3",
"typedoc-plugin-mdn-links": "^4.0.0",
"typescript": "^5.0.0"
},
"dependencies": {
Expand Down
88 changes: 23 additions & 65 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions ember-resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,28 +71,28 @@
"@babel/plugin-transform-runtime": "^7.18.5",
"@babel/plugin-transform-typescript": "^7.18.4",
"@babel/preset-typescript": "^7.17.12",
"@glimmer/component": "^1.1.2",
"@glimmer/component": "^2.0.0",
"@glimmer/tracking": "^1.1.2",
"@glint/core": "^1.2.2",
"@glint/template": "^1.2.2",
"@nullvoxpopuli/eslint-configs": "^3.2.0",
"@nullvoxpopuli/eslint-configs": "^4.0.0",
"@tsconfig/ember": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"concurrently": "^8.0.0",
"ember-source": "^5.5.0",
"ember-template-lint": "5.13.0",
"eslint": "^8.35.0",
"execa": "^8.0.0",
"expect-type": "^0.19.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"concurrently": "^9.0.0",
"ember-source": "^6.0.0",
"ember-template-lint": "6.0.0",
"eslint": "^9.0.0",
"execa": "^9.0.0",
"expect-type": "^1.0.0",
"fix-bad-declaration-output": "^1.0.1",
"prettier": "^3.1.1",
"prettier-plugin-ember-template-tag": "^2.0.0",
"typescript": "~5.5.0",
"vite": "^5.0.11",
"vite": "^6.0.0",
"eslint-plugin-ember": "^12.0.0",
"eslint-plugin-qunit": "^8.0.0",
"vite-plugin-dts": "^3.7.0"
"vite-plugin-dts": "^4.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
Expand Down
Loading

0 comments on commit e66759c

Please sign in to comment.