Skip to content
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
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.4110890">
<Project Sdk="Microsoft.VisualStudio.JavaScript.Sdk/1.0.4991845">
</Project>
1,036 changes: 373 additions & 663 deletions Sources/ThirdPartyLibraries.Npm.Demo/package-lock.json

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions Sources/ThirdPartyLibraries.Npm.Demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
"chalk": "5.6.2"
},
"devDependencies": {
"@types/node": "24.10.1",
"@typescript-eslint/eslint-plugin": "8.47.0",
"@typescript-eslint/parser": "8.47.0",
"eslint": "9.39.1",
"typescript": "5.9.3"
"@types/node": "25.5.0",
"@typescript-eslint/eslint-plugin": "8.57.2",
"@typescript-eslint/parser": "8.57.2"
},
"eslintConfig": {
"parser": "@typescript-eslint/parser",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@types/node",
"version": "24.10.1",
"version": "25.5.0",
"description": "TypeScript definitions for node",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
"license": "MIT",
Expand Down Expand Up @@ -147,9 +147,9 @@
},
"scripts": {},
"dependencies": {
"undici-types": "~7.16.0"
"undici-types": "~7.18.0"
},
"peerDependencies": {},
"typesPublisherContentHash": "bf541e42e173a984f57b649839d3371001c98469b0e8944f7762074aed2acd2f",
"typesPublisherContentHash": "4b6968335abe1dc64bd6086fd546d6e9c50f986c37d49de8073f4ed1c900057c",
"typeScriptVersion": "5.2"
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@types/node [24.10.1](https://www.npmjs.com/package/%40types%2Fnode/v/24.10.1)
@types/node [25.5.0](https://www.npmjs.com/package/%40types%2Fnode/v/25.5.0)
--------------------

Used by: ThirdPartyLibraries internal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/eslint-plugin",
"version": "8.47.0",
"version": "8.57.2",
"description": "TypeScript plugin for ESLint",
"files": [
"dist",
Expand Down Expand Up @@ -47,54 +47,44 @@
"eslint-plugin",
"typescript"
],
"scripts": {
"build": "yarn run -BT nx build",
"clean": "rimraf dist/ coverage/",
"format": "yarn run -T format",
"generate-breaking-changes": "yarn run -BT nx generate-breaking-changes",
"generate-configs": "yarn run -BT nx generate-configs repo",
"lint": "yarn run -BT nx lint",
"test": "yarn run -BT nx test",
"typecheck": "yarn run -BT nx typecheck"
},
"dependencies": {
"@eslint-community/regexpp": "^4.10.0",
"@typescript-eslint/scope-manager": "8.47.0",
"@typescript-eslint/type-utils": "8.47.0",
"@typescript-eslint/utils": "8.47.0",
"@typescript-eslint/visitor-keys": "8.47.0",
"graphemer": "^1.4.0",
"ignore": "^7.0.0",
"@eslint-community/regexpp": "^4.12.2",
"ignore": "^7.0.5",
"natural-compare": "^1.4.0",
"ts-api-utils": "^2.1.0"
"ts-api-utils": "^2.4.0",
"@typescript-eslint/scope-manager": "8.57.2",
"@typescript-eslint/type-utils": "8.57.2",
"@typescript-eslint/utils": "8.57.2",
"@typescript-eslint/visitor-keys": "8.57.2"
},
"devDependencies": {
"@types/mdast": "^4.0.3",
"@types/natural-compare": "*",
"@typescript-eslint/rule-schema-to-typescript-types": "8.47.0",
"@typescript-eslint/rule-tester": "8.47.0",
"@vitest/coverage-v8": "^3.1.3",
"@types/json-schema": "^7.0.15",
"@types/mdast": "^4.0.4",
"@types/natural-compare": "^1.4.3",
"@types/react": "^18.3.21",
"@vitest/coverage-v8": "^4.0.18",
"ajv": "^6.12.6",
"cross-fetch": "*",
"eslint": "*",
"json-schema": "*",
"markdown-table": "^3.0.3",
"marked": "^15.0.0",
"mdast-util-from-markdown": "^2.0.0",
"eslint": "^10.0.0",
"json-schema": "^0.4.0",
"markdown-table": "^3.0.4",
"marked": "^15.0.12",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-mdx": "^3.0.0",
"micromark-extension-mdxjs": "^3.0.0",
"prettier": "3.6.2",
"rimraf": "*",
"title-case": "^4.0.0",
"tsx": "*",
"typescript": "*",
"prettier": "3.8.0",
"rimraf": "^5.0.10",
"title-case": "^4.3.2",
"tsx": "^4.7.2",
"typescript": ">=4.8.4 <6.0.0",
"unist-util-visit": "^5.0.0",
"vitest": "^3.1.3"
"vitest": "^4.0.18",
"@typescript-eslint/rule-tester": "8.57.2",
"@typescript-eslint/rule-schema-to-typescript-types": "8.57.2"
},
"peerDependencies": {
"@typescript-eslint/parser": "^8.47.0",
"eslint": "^8.57.0 || ^9.0.0",
"typescript": ">=4.8.4 <6.0.0"
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"typescript": ">=4.8.4 <6.0.0",
"@typescript-eslint/parser": "^8.57.2"
},
"funding": {
"type": "opencollective",
Expand All @@ -119,5 +109,15 @@
"command": "eslint"
}
}
},
"scripts": {
"build": "pnpm -w exec nx build",
"clean": "rimraf dist/ coverage/",
"format": "pnpm -w run format",
"generate-breaking-changes": "tsx tools/generate-breaking-changes.mts",
"generate-configs": "pnpm -w run generate-configs",
"lint": "pnpm -w exec nx lint",
"test": "pnpm -w exec nx test",
"typecheck": "pnpm -w exec nx typecheck"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@typescript-eslint/eslint-plugin [8.47.0](https://www.npmjs.com/package/%40typescript-eslint%2Feslint-plugin/v/8.47.0)
@typescript-eslint/eslint-plugin [8.57.2](https://www.npmjs.com/package/%40typescript-eslint%2Feslint-plugin/v/8.57.2)
--------------------

Used by: ThirdPartyLibraries internal
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@typescript-eslint/parser",
"version": "8.47.0",
"version": "8.57.2",
"description": "An ESLint custom parser which leverages TypeScript ESTree",
"files": [
"dist",
Expand Down Expand Up @@ -38,32 +38,24 @@
"syntax",
"eslint"
],
"scripts": {
"build": "yarn run -BT nx build",
"clean": "rimraf dist/ coverage/",
"format": "yarn run -T format",
"lint": "yarn run -BT nx lint",
"test": "yarn run -BT nx test",
"typecheck": "yarn run -BT nx typecheck"
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0",
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
"typescript": ">=4.8.4 <6.0.0"
},
"dependencies": {
"@typescript-eslint/scope-manager": "8.47.0",
"@typescript-eslint/types": "8.47.0",
"@typescript-eslint/typescript-estree": "8.47.0",
"@typescript-eslint/visitor-keys": "8.47.0",
"debug": "^4.3.4"
"debug": "^4.4.3",
"@typescript-eslint/scope-manager": "8.57.2",
"@typescript-eslint/types": "8.57.2",
"@typescript-eslint/typescript-estree": "8.57.2",
"@typescript-eslint/visitor-keys": "8.57.2"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.1.3",
"eslint": "*",
"glob": "*",
"rimraf": "*",
"typescript": "*",
"vitest": "^3.1.3"
"@vitest/coverage-v8": "^4.0.18",
"eslint": "^10.0.0",
"glob": "^11.1.0",
"rimraf": "^5.0.10",
"typescript": ">=4.8.4 <6.0.0",
"vitest": "^4.0.18"
},
"funding": {
"type": "opencollective",
Expand All @@ -79,5 +71,13 @@
"command": "eslint"
}
}
},
"scripts": {
"build": "pnpm exec nx build",
"clean": "rimraf dist/ coverage/",
"format": "pnpm -w run format",
"lint": "pnpm -w exec nx lint",
"test": "pnpm -w exec nx test",
"typecheck": "pnpm -w exec nx typecheck"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@typescript-eslint/parser [8.47.0](https://www.npmjs.com/package/%40typescript-eslint%2Fparser/v/8.47.0)
@typescript-eslint/parser [8.57.2](https://www.npmjs.com/package/%40typescript-eslint%2Fparser/v/8.57.2)
--------------------

Used by: ThirdPartyLibraries internal
Expand Down
29 changes: 0 additions & 29 deletions ThirdPartyLibraries/packages/npmjs.com/eslint/9.39.1/index.json

This file was deleted.

This file was deleted.

Loading
Loading