Skip to content

Commit

Permalink
Bump eslint version for main, and bump used versions of eslint after …
Browse files Browse the repository at this point in the history
…release (#9493)
  • Loading branch information
ChumpChief authored Mar 15, 2022
1 parent d9c2724 commit 51d5e0c
Show file tree
Hide file tree
Showing 187 changed files with 217 additions and 218 deletions.
2 changes: 1 addition & 1 deletion common/build/eslint-config-fluid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fluidframework/eslint-config-fluid",
"version": "0.27.0",
"version": "0.27.2000",
"description": "Shareable ESLint config for the Fluid Framework",
"homepage": "https://fluidframework.com",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions common/lib/common-definitions/package-lock.json

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

2 changes: 1 addition & 1 deletion common/lib/common-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/build-tools": "^0.2.56910",
"@fluidframework/common-definitions-0.20.0": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@typescript-eslint/eslint-plugin": "~5.9.0",
Expand Down
6 changes: 3 additions & 3 deletions common/lib/common-utils/package-lock.json

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

2 changes: 1 addition & 1 deletion common/lib/common-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/build-tools": "^0.2.56910",
"@fluidframework/common-utils-0.32.1": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@types/base64-js": "^1.3.0",
Expand Down
6 changes: 3 additions & 3 deletions common/lib/container-definitions/package-lock.json

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

2 changes: 1 addition & 1 deletion common/lib/container-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@fluidframework/container-definitions-0.44.0": "npm:@fluidframework/[email protected]",
"@fluidframework/container-definitions-0.45.0": "npm:@fluidframework/[email protected]",
"@fluidframework/container-definitions-0.46.0": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@types/mocha": "^8.2.2",
Expand Down
6 changes: 3 additions & 3 deletions common/lib/core-interfaces/package-lock.json

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

2 changes: 1 addition & 1 deletion common/lib/core-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@fluidframework/core-interfaces-0.40.0": "npm:@fluidframework/[email protected]",
"@fluidframework/core-interfaces-0.41.0": "npm:@fluidframework/[email protected]",
"@fluidframework/core-interfaces-0.42.0": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@types/node": "^14.18.0",
Expand Down
6 changes: 3 additions & 3 deletions common/lib/driver-definitions/package-lock.json

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

2 changes: 1 addition & 1 deletion common/lib/driver-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@fluidframework/driver-definitions-0.42.0": "npm:@fluidframework/[email protected]",
"@fluidframework/driver-definitions-0.43.0": "npm:@fluidframework/[email protected]",
"@fluidframework/driver-definitions-0.44.0": "npm:@fluidframework/[email protected]",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@microsoft/api-extractor": "^7.16.1",
"@rushstack/eslint-config": "^2.5.1",
"@typescript-eslint/eslint-plugin": "~5.9.0",
Expand Down
6 changes: 3 additions & 3 deletions common/lib/protocol-definitions/package-lock.json

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

2 changes: 1 addition & 1 deletion common/lib/protocol-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/build-tools": "^0.2.56910",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/protocol-definitions-0.1024.0": "npm:@fluidframework/[email protected]",
"@fluidframework/protocol-definitions-0.1025.1": "npm:@fluidframework/[email protected]",
"@fluidframework/protocol-definitions-0.1026.0": "npm:@fluidframework/[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/collaborative-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@fluidframework/test-utils": "^0.58.2000",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/contact-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/view-framework-sampler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/badge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/node": "^14.18.0",
"@types/react": "^16.9.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@fluidframework/test-utils": "^0.58.2000",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@fluidframework/test-utils": "^0.58.2000",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@fluidframework/test-utils": "^0.58.2000",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/clicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@fluidframework/test-utils": "^0.58.2000",
"@rushstack/eslint-config": "^2.5.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/client-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/mocha-test-setup": "^0.58.2000",
"@rushstack/eslint-config": "^2.5.1",
"@types/debug": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/codemirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/node": "^14.18.0",
"@typescript-eslint/eslint-plugin": "~5.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/diceroller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/focus-tracker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/image-gallery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/node": "^14.18.0",
"@types/react": "^16.9.15",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/key-value-cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/node": "^14.18.0",
"@typescript-eslint/eslint-plugin": "~5.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@rushstack/eslint-config": "^2.5.1",
"@typescript-eslint/eslint-plugin": "~5.9.0",
"@typescript-eslint/parser": "~5.9.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/container/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/interface/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
"@types/node": "^14.18.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/multiview/triangle-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"devDependencies": {
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@fluidframework/test-tools": "^0.2.3074",
"@rushstack/eslint-config": "^2.5.1",
"@types/expect-puppeteer": "2.2.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/data-objects/musica/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@fluid-tools/webpack-fluid-loader": "^0.58.2000",
"@fluidframework/build-common": "^0.23.0",
"@fluidframework/eslint-config-fluid": "^0.27.0-0",
"@fluidframework/eslint-config-fluid": "^0.27.0",
"@rushstack/eslint-config": "^2.5.1",
"@types/babel__core": "^7",
"@types/node": "^14.18.0",
Expand Down
Loading

0 comments on commit 51d5e0c

Please sign in to comment.