Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c51d717

Browse files
committed
Rename @microsoft/set-webpack-public-path-plugin to @rushstack/set-webpack-public-path-plugin everywhere
1 parent 3ddd32d commit c51d717

File tree

15 files changed

+20
-20
lines changed

15 files changed

+20
-20
lines changed

‎apps/rush-lib/src/logic/pnpm/PnpmShrinkwrapFile.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export class PnpmShrinkwrapFile extends BaseShrinkwrapFile {
256256
// field in the resolution section.
257257

258258
// 2) Top-level non-tarball dependency entries in pnpm-lock.yaml would look like:
259-
// '@microsoft/set-webpack-public-path-plugin': 2.1.133
259+
// '@rushstack/set-webpack-public-path-plugin': 2.1.133
260260
// @microsoft/sp-build-node': 1.9.0-dev.27_typescript@2.9.2
261261

262262
// Here, we could just split by underscores and take the first part.

‎build-tests/localization-plugin-test-01/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
11+
"@rushstack/set-webpack-public-path-plugin": "2.4.0",
1212
"@rushstack/node-core-library": "3.19.3",
1313
"@rushstack/localization-plugin": "0.1.1",
1414
"@types/webpack-env": "1.13.0",

‎build-tests/localization-plugin-test-01/webpack.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const webpack = require('webpack');
55

66
const { LocalizationPlugin } = require('@rushstack/localization-plugin');
7-
const { SetPublicPathPlugin } = require('@microsoft/set-webpack-public-path-plugin');
7+
const { SetPublicPathPlugin } = require('@rushstack/set-webpack-public-path-plugin');
88
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
99
const HtmlWebpackPlugin = require('html-webpack-plugin');
1010

‎build-tests/localization-plugin-test-02/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
11+
"@rushstack/set-webpack-public-path-plugin": "2.4.0",
1212
"@rushstack/node-core-library": "3.19.3",
1313
"@rushstack/localization-plugin": "0.1.1",
1414
"@types/webpack-env": "1.13.0",

‎build-tests/localization-plugin-test-02/webpack.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const webpack = require('webpack');
55

66
const { LocalizationPlugin } = require('@rushstack/localization-plugin');
7-
const { SetPublicPathPlugin } = require('@microsoft/set-webpack-public-path-plugin');
7+
const { SetPublicPathPlugin } = require('@rushstack/set-webpack-public-path-plugin');
88
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
99
const HtmlWebpackPlugin = require('html-webpack-plugin');
1010

‎build-tests/localization-plugin-test-03/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"serve": "node serve.js"
99
},
1010
"dependencies": {
11-
"@microsoft/set-webpack-public-path-plugin": "2.4.0",
11+
"@rushstack/set-webpack-public-path-plugin": "2.4.0",
1212
"@rushstack/node-core-library": "3.19.3",
1313
"@rushstack/localization-plugin": "0.1.1",
1414
"@types/webpack-env": "1.13.0",

‎build-tests/localization-plugin-test-03/webpack.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const path = require('path');
44
const webpack = require('webpack');
55

66
const { LocalizationPlugin } = require('@rushstack/localization-plugin');
7-
const { SetPublicPathPlugin } = require('@microsoft/set-webpack-public-path-plugin');
7+
const { SetPublicPathPlugin } = require('@rushstack/set-webpack-public-path-plugin');
88
const { BundleAnalyzerPlugin } = require('webpack-bundle-analyzer');
99
const HtmlWebpackPlugin = require('html-webpack-plugin');
1010

‎common/config/rush/nonbrowser-approved-packages.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"allowedCategories": [ "libraries" ]
120120
},
121121
{
122-
"name": "@microsoft/set-webpack-public-path-plugin",
122+
"name": "@rushstack/set-webpack-public-path-plugin",
123123
"allowedCategories": [ "libraries", "tests" ]
124124
},
125125
{

‎common/reviews/api/set-webpack-public-path-plugin.api.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## API Report File for "@microsoft/set-webpack-public-path-plugin"
1+
## API Report File for "@rushstack/set-webpack-public-path-plugin"
22

33
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
44

‎rush.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
"shouldPublish": true
892892
},
893893
{
894-
"packageName": "@microsoft/set-webpack-public-path-plugin",
894+
"packageName": "@rushstack/set-webpack-public-path-plugin",
895895
"projectFolder": "webpack/set-webpack-public-path-plugin",
896896
"reviewCategory": "libraries",
897897
"shouldPublish": true

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /