0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nodePackages.copy-webpack-plugin: drop (#364321)

This commit is contained in:
Pyrox 2024-12-16 19:06:28 -05:00 committed by GitHub
parent c16f43f97c
commit 17c5317daf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 3 additions and 146 deletions

View file

@ -84,6 +84,8 @@
- `nodePackages.webpack-dev-server` has been removed, as it should be installed in projects that use it instead. - `nodePackages.webpack-dev-server` has been removed, as it should be installed in projects that use it instead.
- `nodePackages.copy-webpack-plugin` has been removed, as it should be installed in projects that use it instead.
- `racket_7_9` has been removed, as it is insecure. It is recommended to use Racket 8 instead. - `racket_7_9` has been removed, as it is insecure. It is recommended to use Racket 8 instead.
- `ente-auth` now uses the name `enteauth` for its binary. The previous name was `ente_auth`. - `ente-auth` now uses the name `enteauth` for its binary. The previous name was `ente_auth`.

View file

@ -83,6 +83,7 @@ mapAliases {
coffee-script = pkgs.coffeescript; # added 2023-08-18 coffee-script = pkgs.coffeescript; # added 2023-08-18
inherit (pkgs) concurrently; # added 2024-08-05 inherit (pkgs) concurrently; # added 2024-08-05
inherit (pkgs) configurable-http-proxy; # added 2023-08-19 inherit (pkgs) configurable-http-proxy; # added 2023-08-19
copy-webpack-plugin = throw "copy-webpack-plugin was removed because it is a JS library, so your project should lock it with a JS package manager instead."; # Added 2024-12-16
inherit (pkgs) cordova; # added 2023-08-18 inherit (pkgs) cordova; # added 2023-08-18
inherit (pkgs) create-react-app; # added 2023-09-25 inherit (pkgs) create-react-app; # added 2023-09-25
create-react-native-app = throw "create-react-native-app was removed because it was deprecated. Upstream suggests using a framework for React Native."; # added 2024-12-08 create-react-native-app = throw "create-react-native-app was removed because it was deprecated. Upstream suggests using a framework for React Native."; # added 2024-12-08

View file

@ -220,7 +220,6 @@
, "vscode-json-languageserver" , "vscode-json-languageserver"
, "wavedrom-cli" , "wavedrom-cli"
, "webpack" , "webpack"
, "copy-webpack-plugin"
, "webtorrent-cli" , "webtorrent-cli"
, "wring" , "wring"
, "@yaegassy/coc-nginx" , "@yaegassy/coc-nginx"

View file

@ -78976,151 +78976,6 @@ in
bypassCache = true; bypassCache = true;
reconstructLock = true; reconstructLock = true;
}; };
copy-webpack-plugin = nodeEnv.buildNodePackage {
name = "copy-webpack-plugin";
packageName = "copy-webpack-plugin";
version = "12.0.2";
src = fetchurl {
url = "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.2.tgz";
sha512 = "SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==";
};
dependencies = [
sources."@jridgewell/gen-mapping-0.3.5"
sources."@jridgewell/resolve-uri-3.1.2"
sources."@jridgewell/set-array-1.2.1"
sources."@jridgewell/source-map-0.3.6"
sources."@jridgewell/sourcemap-codec-1.5.0"
sources."@jridgewell/trace-mapping-0.3.25"
sources."@nodelib/fs.scandir-2.1.5"
sources."@nodelib/fs.stat-2.0.5"
sources."@nodelib/fs.walk-1.2.8"
sources."@sindresorhus/merge-streams-2.3.0"
sources."@types/estree-1.0.6"
sources."@types/json-schema-7.0.15"
sources."@types/node-22.5.5"
sources."@webassemblyjs/ast-1.12.1"
sources."@webassemblyjs/floating-point-hex-parser-1.11.6"
sources."@webassemblyjs/helper-api-error-1.11.6"
sources."@webassemblyjs/helper-buffer-1.12.1"
sources."@webassemblyjs/helper-numbers-1.11.6"
sources."@webassemblyjs/helper-wasm-bytecode-1.11.6"
sources."@webassemblyjs/helper-wasm-section-1.12.1"
sources."@webassemblyjs/ieee754-1.11.6"
sources."@webassemblyjs/leb128-1.11.6"
sources."@webassemblyjs/utf8-1.11.6"
sources."@webassemblyjs/wasm-edit-1.12.1"
sources."@webassemblyjs/wasm-gen-1.12.1"
sources."@webassemblyjs/wasm-opt-1.12.1"
sources."@webassemblyjs/wasm-parser-1.12.1"
sources."@webassemblyjs/wast-printer-1.12.1"
sources."@xtuc/ieee754-1.2.0"
sources."@xtuc/long-4.2.2"
sources."acorn-8.12.1"
sources."acorn-import-attributes-1.9.5"
sources."ajv-8.17.1"
sources."ajv-formats-2.1.1"
sources."ajv-keywords-5.1.0"
sources."braces-3.0.3"
sources."browserslist-4.23.3"
sources."buffer-from-1.1.2"
sources."caniuse-lite-1.0.30001662"
sources."chrome-trace-event-1.0.4"
sources."commander-2.20.3"
sources."electron-to-chromium-1.5.26"
sources."enhanced-resolve-5.17.1"
sources."es-module-lexer-1.5.4"
sources."escalade-3.2.0"
sources."eslint-scope-5.1.1"
(sources."esrecurse-4.3.0" // {
dependencies = [
sources."estraverse-5.3.0"
];
})
sources."estraverse-4.3.0"
sources."events-3.3.0"
sources."fast-deep-equal-3.1.3"
(sources."fast-glob-3.3.2" // {
dependencies = [
sources."glob-parent-5.1.2"
];
})
sources."fast-json-stable-stringify-2.1.0"
sources."fast-uri-3.0.1"
sources."fastq-1.17.1"
sources."fill-range-7.1.1"
sources."glob-parent-6.0.2"
sources."glob-to-regexp-0.4.1"
sources."globby-14.0.2"
sources."graceful-fs-4.2.11"
sources."has-flag-4.0.0"
sources."ignore-5.3.2"
sources."is-extglob-2.1.1"
sources."is-glob-4.0.3"
sources."is-number-7.0.0"
sources."jest-worker-27.5.1"
sources."json-parse-even-better-errors-2.3.1"
sources."json-schema-traverse-1.0.0"
sources."loader-runner-4.3.0"
sources."merge-stream-2.0.0"
sources."merge2-1.4.1"
sources."micromatch-4.0.8"
sources."mime-db-1.52.0"
sources."mime-types-2.1.35"
sources."neo-async-2.6.2"
sources."node-releases-2.0.18"
sources."normalize-path-3.0.0"
sources."path-type-5.0.0"
sources."picocolors-1.1.0"
sources."picomatch-2.3.1"
sources."punycode-2.3.1"
sources."queue-microtask-1.2.3"
sources."randombytes-2.1.0"
sources."require-from-string-2.0.2"
sources."reusify-1.0.4"
sources."run-parallel-1.2.0"
sources."safe-buffer-5.2.1"
sources."schema-utils-4.2.0"
sources."serialize-javascript-6.0.2"
sources."slash-5.1.0"
sources."source-map-0.6.1"
sources."source-map-support-0.5.21"
sources."supports-color-8.1.1"
sources."tapable-2.2.1"
sources."terser-5.33.0"
(sources."terser-webpack-plugin-5.3.10" // {
dependencies = [
sources."ajv-6.12.6"
sources."ajv-keywords-3.5.2"
sources."json-schema-traverse-0.4.1"
sources."schema-utils-3.3.0"
];
})
sources."to-regex-range-5.0.1"
sources."undici-types-6.19.8"
sources."unicorn-magic-0.1.0"
sources."update-browserslist-db-1.1.0"
sources."uri-js-4.4.1"
sources."watchpack-2.4.2"
(sources."webpack-5.94.0" // {
dependencies = [
sources."ajv-6.12.6"
sources."ajv-keywords-3.5.2"
sources."json-schema-traverse-0.4.1"
sources."schema-utils-3.3.0"
];
})
sources."webpack-sources-3.2.3"
];
buildInputs = globalBuildInputs;
meta = {
description = "Copy files && directories with webpack";
homepage = "https://github.com/webpack-contrib/copy-webpack-plugin";
license = "MIT";
};
production = true;
bypassCache = true;
reconstructLock = true;
};
webtorrent-cli = nodeEnv.buildNodePackage { webtorrent-cli = nodeEnv.buildNodePackage {
name = "webtorrent-cli"; name = "webtorrent-cli";
packageName = "webtorrent-cli"; packageName = "webtorrent-cli";