From 4bfe6177ad6113f77cbd069faa74b12a384078c2 Mon Sep 17 00:00:00 2001 From: LuckyFBB <38368040+LuckyFBB@users.noreply.github.com> Date: Mon, 21 Aug 2023 15:02:55 +0800 Subject: [PATCH] Fix add scope (#153) * fix(auto-polyfills-webpack-plugin): add new scope for packages * docs(changeset): add new scope for packages * RELEASING: Releasing 1 package(s) Releases: @dtinsight/auto-polyfills-webpack-plugin@2.0.0 [skip ci] * fix(ko): update ko dependencies auto-polyfills-webpack-plugin * docs(changeset): update dependencies auto-polyfills-webpack-plugin because add scope * RELEASING: Releasing 1 package(s) Releases: ko@6.5.5 [skip ci] --- .../CHANGELOG.md | 6 ++ .../package.json | 4 +- packages/ko/CHANGELOG.md | 6 ++ packages/ko/package.json | 4 +- packages/ko/src/types.ts | 2 +- packages/ko/src/webpack/plugins.ts | 2 +- pnpm-lock.yaml | 77 ++++--------------- 7 files changed, 32 insertions(+), 69 deletions(-) diff --git a/packages/auto-polyfills-webpack-plugin/CHANGELOG.md b/packages/auto-polyfills-webpack-plugin/CHANGELOG.md index 4e589e03..b56dc15f 100644 --- a/packages/auto-polyfills-webpack-plugin/CHANGELOG.md +++ b/packages/auto-polyfills-webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # auto-polyfills-webpack-plugin +## 2.0.0 + +### Major Changes + +- ded1b6ee5: add new scope for packages + ## 1.1.1 ### Patch Changes diff --git a/packages/auto-polyfills-webpack-plugin/package.json b/packages/auto-polyfills-webpack-plugin/package.json index 57b11845..ec878b1e 100644 --- a/packages/auto-polyfills-webpack-plugin/package.json +++ b/packages/auto-polyfills-webpack-plugin/package.json @@ -1,6 +1,6 @@ { - "name": "auto-polyfills-webpack-plugin", - "version": "1.1.1", + "name": "@dtinsight/auto-polyfills-webpack-plugin", + "version": "2.0.0", "description": "a webpack plugin for auto generate polyfills", "main": "lib/index.js", "typings": "lib/index.d.ts", diff --git a/packages/ko/CHANGELOG.md b/packages/ko/CHANGELOG.md index 14da1102..8dcd2863 100644 --- a/packages/ko/CHANGELOG.md +++ b/packages/ko/CHANGELOG.md @@ -1,5 +1,11 @@ # ko +## 6.5.5 + +### Patch Changes + +- c5a16cf83: update dependencies auto-polyfills-webpack-plugin because add scope + ## 6.5.4 ### Patch Changes diff --git a/packages/ko/package.json b/packages/ko/package.json index 0a454a0d..967e829a 100644 --- a/packages/ko/package.json +++ b/packages/ko/package.json @@ -1,6 +1,6 @@ { "name": "ko", - "version": "6.5.4", + "version": "6.5.5", "description": "build & lint library", "keywords": [ "ko", @@ -45,7 +45,7 @@ "@nuxt/friendly-errors-webpack-plugin": "^2.5.2", "@parcel/css": "^1.12.2", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", - "auto-polyfills-webpack-plugin": "workspace:1.1.1", + "@dtinsight/auto-polyfills-webpack-plugin": "workspace:2.0.0", "autoprefixer": "^10.4.7", "babel-loader": "^8.2.5", "babel-plugin-treasure": "^0.9.0", diff --git a/packages/ko/src/types.ts b/packages/ko/src/types.ts index 69a626dd..9e01475e 100644 --- a/packages/ko/src/types.ts +++ b/packages/ko/src/types.ts @@ -1,7 +1,7 @@ import { Pattern } from 'copy-webpack-plugin'; import { Plugin } from 'postcss'; import { IKeys, IOpts } from 'ko-lints'; -import { IOpts as AutoPolyfillsWebpackPluginOptions } from 'auto-polyfills-webpack-plugin'; +import { IOpts as AutoPolyfillsWebpackPluginOptions } from '@dtinsight/auto-polyfills-webpack-plugin'; export type IOptions = { //common configs diff --git a/packages/ko/src/webpack/plugins.ts b/packages/ko/src/webpack/plugins.ts index ea3803cd..82165ca2 100644 --- a/packages/ko/src/webpack/plugins.ts +++ b/packages/ko/src/webpack/plugins.ts @@ -7,7 +7,7 @@ import { CleanWebpackPlugin } from 'clean-webpack-plugin'; import CopyWebpackPlugin from 'copy-webpack-plugin'; import HtmlWebpackPlugin from 'html-webpack-plugin'; import { BundleAnalyzerPlugin } from 'webpack-bundle-analyzer'; -import AutoPolyfillsWebpackPlugin from 'auto-polyfills-webpack-plugin'; +import AutoPolyfillsWebpackPlugin from '@dtinsight/auto-polyfills-webpack-plugin'; import FriendlyErrorsWebpackPlugin from '@nuxt/friendly-errors-webpack-plugin'; import ErrorOverlayPlugin from 'error-overlay-webpack-plugin'; import { IWebpackOptions } from '../types'; diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c2ef241f..8597a326 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -85,6 +85,7 @@ importers: packages/ko: specifiers: '@babel/core': ^7.18.0 + '@dtinsight/auto-polyfills-webpack-plugin': workspace:2.0.0 '@nuxt/friendly-errors-webpack-plugin': ^2.5.2 '@parcel/css': ^1.12.2 '@pmmmwh/react-refresh-webpack-plugin': ^0.5.7 @@ -94,7 +95,6 @@ importers: '@types/jest': ^27.5.1 '@types/lodash': ^4.14.182 '@types/webpack-bundle-analyzer': ^4.4.1 - auto-polyfills-webpack-plugin: workspace:1.1.1 autoprefixer: ^10.4.7 babel-loader: ^8.2.5 babel-plugin-treasure: ^0.9.0 @@ -142,10 +142,10 @@ importers: worker-loader: ^3.0.8 dependencies: '@babel/core': 7.21.3 + '@dtinsight/auto-polyfills-webpack-plugin': link:../auto-polyfills-webpack-plugin '@nuxt/friendly-errors-webpack-plugin': 2.5.2_webpack@5.76.2 '@parcel/css': 1.14.0 '@pmmmwh/react-refresh-webpack-plugin': 0.5.10_314de8f3a90fabe03a552b52f33a1f58 - auto-polyfills-webpack-plugin: link:../auto-polyfills-webpack-plugin autoprefixer: 10.4.14_postcss@8.4.21 babel-loader: 8.3.0_3f6ff19fd90870e7c7e9add153e17078 babel-plugin-treasure: 0.9.0 @@ -234,7 +234,7 @@ importers: eslint-config-prettier: 8.5.0_eslint@8.22.0 eslint-config-standard: 17.0.0_7ac7ba0c849a16475149cf009583350b eslint-plugin-dt-react: link:../eslint-plugin-dt-react - eslint-plugin-import: 2.26.0_53a80fa66eac2a32b769435a79ca645c + eslint-plugin-import: 2.26.0_eslint@8.22.0 eslint-plugin-jest: 26.5.3_b0c730430a4c96918685ef89cef11803 eslint-plugin-jsx-a11y: 6.6.0_eslint@8.22.0 eslint-plugin-n: 15.2.3_eslint@8.22.0 @@ -4355,6 +4355,7 @@ packages: '@types/prop-types': 15.7.5 '@types/scheduler': 0.16.2 csstype: 3.1.0 + dev: true /@types/react/18.0.9: resolution: {integrity: sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==} @@ -5590,8 +5591,6 @@ packages: raw-body: 2.5.1 type-is: 1.6.18 unpipe: 1.0.0 - transitivePeerDependencies: - - supports-color dev: false /bonjour-service/1.1.0: @@ -6339,8 +6338,6 @@ packages: on-headers: 1.0.2 safe-buffer: 5.1.2 vary: 1.1.2 - transitivePeerDependencies: - - supports-color dev: false /concat-map/0.0.1: @@ -7057,22 +7054,12 @@ packages: /debug/2.6.9: resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true dependencies: ms: 2.0.0 dev: false /debug/3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true dependencies: ms: 2.1.3 dev: false @@ -7311,8 +7298,6 @@ packages: dependencies: address: 1.2.2 debug: 2.6.9 - transitivePeerDependencies: - - supports-color dev: false /detect-port/1.3.0: @@ -7322,8 +7307,6 @@ packages: dependencies: address: 1.2.0 debug: 2.6.9 - transitivePeerDependencies: - - supports-color dev: false /detect-port/1.5.1: @@ -7647,7 +7630,6 @@ packages: webpack: 5.76.2 transitivePeerDependencies: - eslint - - supports-color - typescript - vue-template-compiler dev: false @@ -7851,7 +7833,7 @@ packages: eslint-plugin-promise: ^6.0.0 dependencies: eslint: 8.22.0 - eslint-plugin-import: 2.26.0_53a80fa66eac2a32b769435a79ca645c + eslint-plugin-import: 2.26.0_eslint@8.22.0 eslint-plugin-n: 15.2.3_eslint@8.22.0 eslint-plugin-promise: 6.0.0_eslint@8.22.0 dev: false @@ -7863,30 +7845,12 @@ packages: resolve: 1.22.0 dev: false - /eslint-module-utils/2.7.3_96b89962d8fe952f1f62e174300ae390: + /eslint-module-utils/2.7.3: resolution: {integrity: sha512-088JEC7O3lDZM9xGe0RerkOMd0EjFl+Yvd1jPWIkMT5u3H9+HC34mWWPnqPrN13gieT9pBOO+Qt07Nb/6TresQ==} engines: {node: '>=4'} - peerDependencies: - '@typescript-eslint/parser': '*' - eslint-import-resolver-node: '*' - eslint-import-resolver-typescript: '*' - eslint-import-resolver-webpack: '*' - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true - eslint-import-resolver-node: - optional: true - eslint-import-resolver-typescript: - optional: true - eslint-import-resolver-webpack: - optional: true dependencies: - '@typescript-eslint/parser': 5.30.0_eslint@8.22.0+typescript@4.7.4 debug: 3.2.7 - eslint-import-resolver-node: 0.3.6 find-up: 2.1.0 - transitivePeerDependencies: - - supports-color dev: false /eslint-plugin-es/4.1.0_eslint@8.22.0: @@ -7900,24 +7864,19 @@ packages: regexpp: 3.2.0 dev: false - /eslint-plugin-import/2.26.0_53a80fa66eac2a32b769435a79ca645c: + /eslint-plugin-import/2.26.0_eslint@8.22.0: resolution: {integrity: sha512-hYfi3FXaM8WPLf4S1cikh/r4IxnO6zrhZbEGz2b660EJRbuxgpDS5gkCuYgGWg2xxh2rBuIr4Pvhve/7c31koA==} engines: {node: '>=4'} peerDependencies: - '@typescript-eslint/parser': '*' eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 - peerDependenciesMeta: - '@typescript-eslint/parser': - optional: true dependencies: - '@typescript-eslint/parser': 5.30.0_eslint@8.22.0+typescript@4.7.4 array-includes: 3.1.5 array.prototype.flat: 1.3.0 debug: 2.6.9 doctrine: 2.1.0 eslint: 8.22.0 eslint-import-resolver-node: 0.3.6 - eslint-module-utils: 2.7.3_96b89962d8fe952f1f62e174300ae390 + eslint-module-utils: 2.7.3 has: 1.0.3 is-core-module: 2.9.0 is-glob: 4.0.3 @@ -7925,10 +7884,6 @@ packages: object.values: 1.1.5 resolve: 1.22.0 tsconfig-paths: 3.14.1 - transitivePeerDependencies: - - eslint-import-resolver-typescript - - eslint-import-resolver-webpack - - supports-color dev: false /eslint-plugin-jest/26.5.3_b0c730430a4c96918685ef89cef11803: @@ -8390,8 +8345,6 @@ packages: type-is: 1.6.18 utils-merge: 1.0.1 vary: 1.1.2 - transitivePeerDependencies: - - supports-color dev: false /extend-shallow/2.0.1: @@ -8601,8 +8554,6 @@ packages: parseurl: 1.3.3 statuses: 2.0.1 unpipe: 1.0.0 - transitivePeerDependencies: - - supports-color dev: false /find-cache-dir/2.1.0: @@ -13630,7 +13581,6 @@ packages: text-table: 0.2.0 transitivePeerDependencies: - eslint - - supports-color - typescript - vue-template-compiler - webpack @@ -13666,7 +13616,6 @@ packages: text-table: 0.2.0 transitivePeerDependencies: - eslint - - supports-color - typescript - vue-template-compiler - webpack @@ -13681,6 +13630,7 @@ packages: object-assign: 4.1.1 react: 17.0.2 scheduler: 0.20.2 + dev: false /react-error-overlay/6.0.11: resolution: {integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==} @@ -13820,6 +13770,7 @@ packages: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 + dev: false /read-pkg-up/7.0.1: resolution: {integrity: sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==} @@ -14358,6 +14309,7 @@ packages: dependencies: loose-envify: 1.4.0 object-assign: 4.1.1 + dev: false /schema-utils/1.0.0: resolution: {integrity: sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==} @@ -14475,8 +14427,6 @@ packages: on-finished: 2.4.1 range-parser: 1.2.1 statuses: 2.0.1 - transitivePeerDependencies: - - supports-color dev: false /serialize-javascript/4.0.0: @@ -14519,8 +14469,6 @@ packages: http-errors: 1.6.3 mime-types: 2.1.35 parseurl: 1.3.3 - transitivePeerDependencies: - - supports-color dev: false /serve-static/1.15.0: @@ -15769,16 +15717,19 @@ packages: resolution: {integrity: sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==} engines: {node: '>=4.2.0'} hasBin: true + dev: true /typescript/4.7.4: resolution: {integrity: sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==} engines: {node: '>=4.2.0'} hasBin: true + dev: true /typescript/4.9.5: resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==} engines: {node: '>=4.2.0'} hasBin: true + dev: true /ua-parser-js/0.7.31: resolution: {integrity: sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==}