Skip to content

Commit 63dfae0

Browse files
authored
Merge pull request microsoft#1741 from iclanton/ianc/tombstone-loader
Deprecate @microsoft/loader-set-webpack-public-path
2 parents 591a933 + 834fa59 commit 63dfae0

21 files changed

Lines changed: 31 additions & 5672 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/resolve-chunk-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/resolve-chunk-plugin",
10+
"email": "iclanton@users.noreply.github.com"
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"changes": [
3+
{
4+
"packageName": "@microsoft/set-webpack-public-path-plugin",
5+
"comment": "",
6+
"type": "none"
7+
}
8+
],
9+
"packageName": "@microsoft/set-webpack-public-path-plugin",
10+
"email": "iclanton@users.noreply.github.com"
11+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 1 addition & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

repo-scripts/tombstone/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# @microsoft/eslint-config-scalable-ts
1+
# @microsoft/loader-set-webpack-public-path
22

3-
This package has been renamed to
4-
[@rushstack/eslint-config](https://www.npmjs.com/package/@rushstack/eslint-config).
5-
Please use that package instead.
3+
This package has been deprecated in favor of [@microsoft/set-webpack-public-path-plugin](https://www.npmjs.com/package/@microsoft/set-webpack-public-path-plugin).

repo-scripts/tombstone/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "@microsoft/eslint-config-scalable-ts",
3-
"version": "0.4.0",
2+
"name": "@microsoft/loader-set-webpack-public-path",
3+
"version": "4.0.0",
44
"description": "(This package has been deprecated.)",
55
"license": "MIT",
66
"scripts": {

repo-scripts/tombstone/postinstall.js

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,7 @@ function writeErrorInRed(message) {
77
writeErrorInRed(`* * * * * * * * * * * THIS PACKAGE HAS BEEN DEPRECATED! * * * * * * * * * * * *`);
88

99
console.error(`
10-
OLD NAME: @microsoft/eslint-config-scalable-ts
11-
NEW NAME: @rushstack/eslint-config
12-
13-
Please uninstall the old package by running this command:
14-
15-
npm uninstall --save-dev @microsoft/eslint-config-scalable-ts
16-
17-
Then install the new package:
18-
19-
npm install --save-dev @rushstack/eslint-config`);
10+
This package has been deprecated in favor of @microsoft/set-webpack-public-path-plugin`
11+
);
2012

2113
writeErrorInRed(`* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *`);

rush.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -859,12 +859,6 @@
859859
"reviewCategory": "libraries",
860860
"shouldPublish": true
861861
},
862-
{
863-
"packageName": "@microsoft/loader-set-webpack-public-path",
864-
"projectFolder": "webpack/loader-set-webpack-public-path",
865-
"reviewCategory": "libraries",
866-
"shouldPublish": true
867-
},
868862
{
869863
"packageName": "@rushstack/localization-plugin",
870864
"projectFolder": "webpack/localization-plugin",

webpack/loader-set-webpack-public-path/.eslintrc.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

webpack/loader-set-webpack-public-path/.npmignore

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)