Skip to content

Commit

Permalink
Merge pull request microsoft#2714 from microsoft/octogonz/rushstack-l…
Browse files Browse the repository at this point in the history
…egacy-migration

Remove 46 projects that were migrated to the rushstack-legacy repo
  • Loading branch information
octogonz authored May 26, 2021
2 parents e1d8cef + 6d215ce commit 7d99ef1
Show file tree
Hide file tree
Showing 698 changed files with 7,203 additions and 128,741 deletions.
53 changes: 13 additions & 40 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/rush-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
"@types/wordwrap": "1.0.0",
"@types/z-schema": "3.16.31",
"jest": "~25.4.0",
"typescript": "~4.1.5"
"typescript": "~3.9.7"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "b",
"version": "1.0.0",
"description": "Test package b",
"dependencies": {
"a": "1.0.0"
},
"scripts": {
"build": "fake_build_task_but_works_with_mock",
"rebuild": "fake_REbuild_task_but_works_with_mock"
Expand Down
2 changes: 1 addition & 1 deletion build-tests/localization-plugin-test-01/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "node serve.js"
},
"dependencies": {
"@microsoft/rush-stack-compiler-3.9": "workspace:*",
"@microsoft/rush-stack-compiler-3.9": "~0.4.47",
"@rushstack/localization-plugin": "workspace:*",
"@rushstack/module-minifier-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/localization-plugin-test-01/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function generateConfiguration(mode, outputFolderName) {
loader: require.resolve('ts-loader'),
exclude: /(node_modules)/,
options: {
compiler: require.resolve('@microsoft/rush-stack-compiler-3.9/node_modules/typescript'),
compiler: require.resolve('typescript'),
logLevel: 'ERROR',
configFile: path.resolve(__dirname, 'tsconfig.json')
}
Expand Down
2 changes: 1 addition & 1 deletion build-tests/localization-plugin-test-02/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "node serve.js"
},
"dependencies": {
"@microsoft/rush-stack-compiler-3.9": "workspace:*",
"@microsoft/rush-stack-compiler-3.9": "~0.4.47",
"@rushstack/localization-plugin": "workspace:*",
"@rushstack/module-minifier-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/localization-plugin-test-02/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function generateConfiguration(mode, outputFolderName) {
loader: require.resolve('ts-loader'),
exclude: /(node_modules)/,
options: {
compiler: require.resolve('@microsoft/rush-stack-compiler-3.9/node_modules/typescript'),
compiler: require.resolve('typescript'),
logLevel: 'ERROR',
configFile: path.resolve(__dirname, 'tsconfig.json')
}
Expand Down
2 changes: 1 addition & 1 deletion build-tests/localization-plugin-test-03/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "node serve.js"
},
"dependencies": {
"@microsoft/rush-stack-compiler-3.9": "workspace:*",
"@microsoft/rush-stack-compiler-3.9": "~0.4.47",
"@rushstack/localization-plugin": "workspace:*",
"@rushstack/node-core-library": "workspace:*",
"@rushstack/set-webpack-public-path-plugin": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion build-tests/localization-plugin-test-03/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function generateConfiguration(mode, outputFolderName) {
loader: require.resolve('ts-loader'),
exclude: /(node_modules)/,
options: {
compiler: require.resolve('@microsoft/rush-stack-compiler-3.9/node_modules/typescript'),
compiler: require.resolve('typescript'),
logLevel: 'ERROR',
configFile: path.resolve(__dirname, 'tsconfig.json')
}
Expand Down
7 changes: 0 additions & 7 deletions build-tests/node-library-build-eslint-test/.eslintrc.js

This file was deleted.

18 changes: 0 additions & 18 deletions build-tests/node-library-build-eslint-test/.vscode/launch.json

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions build-tests/node-library-build-eslint-test/gulpfile.js

This file was deleted.

18 changes: 0 additions & 18 deletions build-tests/node-library-build-eslint-test/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions build-tests/node-library-build-eslint-test/src/index.ts

This file was deleted.

6 changes: 0 additions & 6 deletions build-tests/node-library-build-eslint-test/tsconfig.json

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions build-tests/node-library-build-tslint-test/gulpfile.js

This file was deleted.

16 changes: 0 additions & 16 deletions build-tests/node-library-build-tslint-test/package.json

This file was deleted.

4 changes: 0 additions & 4 deletions build-tests/node-library-build-tslint-test/src/index.ts

This file was deleted.

3 changes: 0 additions & 3 deletions build-tests/node-library-build-tslint-test/tsconfig.json

This file was deleted.

3 changes: 0 additions & 3 deletions build-tests/node-library-build-tslint-test/tslint.json

This file was deleted.

7 changes: 0 additions & 7 deletions build-tests/rush-stack-compiler-2.4-library-test/.eslintrc.js

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions build-tests/rush-stack-compiler-2.4-library-test/gulpfile.js

This file was deleted.

18 changes: 0 additions & 18 deletions build-tests/rush-stack-compiler-2.4-library-test/package.json

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions build-tests/rush-stack-compiler-2.4-library-test/tslint.json

This file was deleted.

7 changes: 0 additions & 7 deletions build-tests/rush-stack-compiler-2.7-library-test/.eslintrc.js

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions build-tests/rush-stack-compiler-2.7-library-test/gulpfile.js

This file was deleted.

18 changes: 0 additions & 18 deletions build-tests/rush-stack-compiler-2.7-library-test/package.json

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions build-tests/rush-stack-compiler-2.7-library-test/tslint.json

This file was deleted.

7 changes: 0 additions & 7 deletions build-tests/rush-stack-compiler-2.8-library-test/.eslintrc.js

This file was deleted.

This file was deleted.

Loading

0 comments on commit 7d99ef1

Please sign in to comment.