Skip to content

Commit

Permalink
chore: bump dependency versions (#7191)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Jul 12, 2023
1 parent b77e577 commit 2e30379
Show file tree
Hide file tree
Showing 40 changed files with 1,087 additions and 1,220 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CHANGELOG.md

packages/website/.docusaurus
packages/website/build
packages/website/playwright-report

# see the file header in eslint-base.test.js for more info
packages/rule-tester/tests/eslint-base
68 changes: 33 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,73 +55,71 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@babel/code-frame": "^7.21.4",
"@babel/core": "^7.21.4",
"@babel/eslint-parser": "^7.21.3",
"@babel/parser": "^7.21.4",
"@babel/types": "^7.21.4",
"@babel/code-frame": "^7.22.5",
"@babel/core": "^7.22.8",
"@babel/eslint-parser": "^7.22.7",
"@babel/parser": "^7.22.7",
"@babel/types": "^7.22.5",
"@nrwl/jest": "15.7.2",
"@nrwl/nx-cloud": "15.0.3",
"@nrwl/workspace": "15.7.2",
"@nx/jest": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/workspace": "16.3.2",
"@swc/core": "^1.3.55",
"@swc/core": "^1.3.68",
"@swc/jest": "^0.2.26",
"@types/babel__code-frame": "^7.0.3",
"@types/babel__core": "^7.1.14",
"@types/debug": "^4.1.7",
"@types/glob": "^8.1.0",
"@types/babel__core": "^7.20.1",
"@types/debug": "^4.1.8",
"@types/is-glob": "^4.0.2",
"@types/jest-specific-snapshot": "^0.5.6",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.182",
"@types/marked": "^4.0.8",
"@types/jest": "^29.5.3",
"@types/marked": "^5.0.0",
"@types/natural-compare": "^1.4.1",
"@types/ncp": "^2.0.5",
"@types/node": "^18.16.1",
"@types/node": "^18.16.19",
"@types/prettier": "^2.7.2",
"@types/semver": "^7.3.13",
"@types/semver": "^7.5.0",
"@types/tmp": "^0.2.3",
"console-fail-test": "^0.2.3",
"cross-fetch": "^3.1.5",
"cross-fetch": "^4.0.0",
"cspell": "^6.31.1",
"downlevel-dts": ">=0.11.0",
"eslint-plugin-deprecation": "^1.4.1",
"eslint": "^8.39.0",
"eslint": "^8.44.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-eslint-plugin": "^5.0.8",
"eslint-plugin-eslint-plugin": "^5.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unicorn": "^46.0.0",
"execa": "5.1.1",
"glob": "^9.3.4",
"eslint-plugin-unicorn": "^47.0.0",
"execa": "7.1.1",
"glob": "^10.3.3",
"husky": "^8.0.3",
"jest-diff": "^29.5.0",
"jest-snapshot": "^29.5.0",
"jest-diff": "^29.6.1",
"jest-snapshot": "^29.6.1",
"jest-specific-snapshot": "^8.0.0",
"jest": "^29.5.0",
"lerna": "7.1.0",
"lint-staged": "^13.2.2",
"make-dir": "^3.1.0",
"markdownlint-cli": "^0.33.0",
"jest": "^29.6.1",
"lerna": "7.1.1",
"lint-staged": "^13.2.3",
"make-dir": "^4.0.0",
"markdownlint-cli": "^0.35.0",
"ncp": "^2.0.0",
"netlify": "^13.1.7",
"netlify": "^13.1.9",
"nx-cloud": "16.0.5",
"nx": "16.3.2",
"patch-package": "^6.4.7",
"patch-package": "^7.0.0",
"prettier": "^2.8.4",
"pretty-format": "^29.5.0",
"pretty-format": "^29.6.1",
"raw-loader": "^4.0.2",
"rimraf": "^5.0.0",
"rimraf": "^5.0.1",
"tmp": "^0.2.1",
"ts-node": "10.7.0",
"tslint": "^6.1.3",
"tsx": "^3.12.6",
"tsx": "^3.12.7",
"typescript": ">=4.3.5 <5.2.0"
},
"resolutions": {
Expand All @@ -139,13 +137,13 @@
"@types/eslint-scope": "link:./tools/dummypkg",
"@types/eslint": "link:./tools/dummypkg",
"@types/estree": "link:./tools/dummypkg",
"@types/node": "^18.16.1",
"@types/node": "^18.16.19",
"eslint-visitor-keys": "^3.4.1",
"jest-config": "^29",
"jest-resolve": "^29",
"jest-util": "^29",
"pretty-format": "^29",
"tsx": "^3.12.1",
"tsx": "^3.12.7",
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/ast-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@babel/core": "*",
"@babel/eslint-parser": "*",
"@babel/parser": "*",
"@microsoft/api-extractor": "^7.34.4",
"@microsoft/api-extractor": "^7.36.1",
"glob": "*",
"jest-diff": "*",
"jest-snapshot": "*",
Expand Down

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

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

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

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

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

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

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

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

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

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

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

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

2 changes: 1 addition & 1 deletion packages/ast-spec/tests/fixtures.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import fs from 'fs';
import glob from 'glob';
import glob = require('glob');
import makeDir from 'make-dir';
import path from 'path';

Expand Down
4 changes: 2 additions & 2 deletions packages/ast-spec/tests/util/parsers/babel.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import type { ParserPlugin } from '@babel/eslint-parser';
import type { ParserOptions } from '@babel/core';
import { parse } from '@babel/eslint-parser';

import type { Fixture, ParserResponse } from './parser-types';
import { ParserResponseType } from './parser-types';

const PLUGINS: ParserPlugin[] = [
const PLUGINS: NonNullable<ParserOptions['plugins']> = [
'decoratorAutoAccessors',
// TODO - enable classFeatures instead of classProperties when we support it
// 'classFeatures',
Expand Down
1 change: 0 additions & 1 deletion packages/eslint-plugin-tslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"typescript": "*"
},
"devDependencies": {
"@types/lodash": "*",
"@typescript-eslint/parser": "6.0.0"
},
"funding": {
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/camelcase.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ This rule has been deprecated in favour of the [`naming-convention`](./naming-co
:::

<!--
This doc file has been left on purpose because `camelcase` is a core eslint rule.
This doc file has been left on purpose because `camelcase` is a core ESLint rule.
This exists to help direct people to the replacement rule.
-->
8 changes: 4 additions & 4 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@eslint-community/regexpp": "^4.5.0",
"@eslint-community/regexpp": "^4.5.1",
"@typescript-eslint/scope-manager": "6.0.0",
"@typescript-eslint/type-utils": "6.0.0",
"@typescript-eslint/utils": "6.0.0",
Expand All @@ -65,7 +65,7 @@
"ignore": "^5.2.4",
"natural-compare": "^1.4.0",
"natural-compare-lite": "^1.4.0",
"semver": "^7.5.0",
"semver": "^7.5.4",
"ts-api-utils": "^1.0.1"
},
"devDependencies": {
Expand All @@ -76,12 +76,12 @@
"@typescript-eslint/rule-schema-to-typescript-types": "6.0.0",
"@typescript-eslint/rule-tester": "6.0.0",
"ajv": "^6.12.6",
"chalk": "^5.0.1",
"chalk": "^5.3.0",
"cross-fetch": "*",
"jest-specific-snapshot": "*",
"json-schema": "*",
"markdown-table": "^3.0.3",
"marked": "^4.3.0",
"marked": "^5.1.1",
"prettier": "*",
"title-case": "^3.0.3",
"typescript": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-plugin/tests/rules/quotes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -742,12 +742,12 @@ abstract class Foo {
},
{
code: '() => { foo(); `use strict`; }',
output: '() => { foo(); "use strict"; }',
output: null,
errors: [useDoubleQuote],
},
{
code: 'foo(); `use strict`;',
output: 'foo(); "use strict";',
output: null,
errors: [useDoubleQuote],
},

Expand Down

0 comments on commit 2e30379

Please sign in to comment.