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
@@ -0,0 +1,9 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-config",
"comment": "Group the profile's type-aware rules into an exported `typeAwareRules` set and add a `flat/without-type-information` helper for linting files that are not part of the TypeScript program with only the non-type-aware rules.",
"type": "minor"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-config",
"comment": "Author the package in TypeScript (built to CommonJS via Heft). The existing subpath entry points are preserved via a `package.json` `\"exports\"` map and the compiled configuration is runtime-identical to the previous JavaScript.",
"type": "patch"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin-packlets",
"comment": "Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged.",
"type": "patch"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin-security",
"comment": "Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged.",
"type": "patch"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"changes": [
{
"packageName": "@rushstack/eslint-plugin",
"comment": "Type the plugin's default export as `ESLint.Plugin` so that it can be referenced in ESLint flat-config `plugins` maps without a cast. This is a type-only change; the runtime export is unchanged.",
"type": "patch"
}
]
}
11 changes: 11 additions & 0 deletions common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,17 @@
}
},

"eslint-plugin-tsdoc": {
"peerDependenciesMeta": {
"eslint": {
"optional": true
}
},
"peerDependencies": {
"eslint": "*"
}
},

"query-ast": {
"dependencies": {
"lodash": "~4.17.15"
Expand Down
13 changes: 10 additions & 3 deletions common/config/subspaces/build-tests-subspace/pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush.
{
"pnpmShrinkwrapHash": "50a1f3c8d2270f840d49426b54c028e26de05189",
"pnpmShrinkwrapHash": "a677ee686d23fba9fabdb7e97011613afc372b04",
"preferredVersionsHash": "550b4cee0bef4e97db6c6aad726df5149d20e7d9",
"packageJsonInjectedDependenciesHash": "af9e972a5d86601391889a0ff0ae8349679a6a10"
"packageJsonInjectedDependenciesHash": "d7c7e7ed81eabefe053347ab6e27d121c3d0c2db"
}
Loading