Add JS-CATCH-FALLBACK-01 rule and update npm packages
Add PHP-ALIAS-01 rule: prohibit field aliasing in serialization 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
55
node_modules/webpack/package.json
generated
vendored
55
node_modules/webpack/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "webpack",
|
||||
"version": "5.103.0",
|
||||
"version": "5.104.1",
|
||||
"description": "Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
|
||||
"homepage": "https://github.com/webpack/webpack",
|
||||
"bugs": "https://github.com/webpack/webpack/issues",
|
||||
@@ -32,11 +32,13 @@
|
||||
"prepare": "husky",
|
||||
"setup": "node ./setup/setup.js",
|
||||
"prelint": "yarn setup",
|
||||
"lint": "yarn lint:code && yarn lint:special && yarn lint:types && yarn lint:types-test && yarn lint:types-module-test && yarn lint:yarn && yarn fmt:check && yarn lint:spellcheck",
|
||||
"lint": "yarn lint:code && yarn lint:special && yarn lint:types && yarn lint:types-test && yarn lint:types-benchmark && yarn lint:types-module-test && yarn lint:types-hot && yarn lint:yarn && yarn fmt:check && yarn lint:spellcheck",
|
||||
"lint:code": "node node_modules/eslint/bin/eslint.js --cache .",
|
||||
"lint:special": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/schemas-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-schemas && node tooling/generate-runtime-code.js && node tooling/generate-wasm-code.js && node node_modules/tooling/compile-to-definitions && node node_modules/tooling/precompile-schemas && node node_modules/tooling/generate-types --no-template-literals",
|
||||
"lint:types": "tsc",
|
||||
"lint:types-test": "tsc -p tsconfig.types.test.json",
|
||||
"lint:types-benchmark": "tsc -p tsconfig.types.benchmark.json",
|
||||
"lint:types-hot": "tsc -p tsconfig.hot.json",
|
||||
"lint:types-module-test": "tsc -p tsconfig.module.test.json",
|
||||
"lint:yarn": "yarn-deduplicate --fail --list -s highest yarn.lock",
|
||||
"lint:spellcheck": "cspell --cache --no-must-find-files --quiet \"**/*.*\"",
|
||||
@@ -55,8 +57,10 @@
|
||||
"test": "yarn test:base",
|
||||
"test:update-snapshots": "yarn test:base -u",
|
||||
"test:basic": "yarn test:base --testMatch \"<rootDir>/test/*.basictest.js\"",
|
||||
"test:basic:deno": "yarn test:base:deno --testMatch \"<rootDir>/test/*.basictest.js\"",
|
||||
"test:unit": "yarn test:base --testMatch \"<rootDir>/test/*.unittest.js\"",
|
||||
"test:integration": "yarn test:base --testMatch \"<rootDir>/test/*.{basictest,longtest,test}.js\"",
|
||||
"test:base:deno": "deno --allow-read --allow-env --allow-sys --allow-ffi --allow-write --allow-run --v8-flags='--max-old-space-size=4096' ./node_modules/jest-cli/bin/jest.js --logHeapUsage",
|
||||
"test:base": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage",
|
||||
"cover": "yarn cover:all && yarn cover:report",
|
||||
"cover:clean": "rimraf .nyc_output coverage",
|
||||
@@ -89,10 +93,10 @@
|
||||
"@webassemblyjs/wasm-parser": "^1.14.1",
|
||||
"acorn": "^8.15.0",
|
||||
"acorn-import-phases": "^1.0.3",
|
||||
"browserslist": "^4.26.3",
|
||||
"browserslist": "^4.28.1",
|
||||
"chrome-trace-event": "^1.0.2",
|
||||
"enhanced-resolve": "^5.17.3",
|
||||
"es-module-lexer": "^1.2.1",
|
||||
"enhanced-resolve": "^5.17.4",
|
||||
"es-module-lexer": "^2.0.0",
|
||||
"eslint-scope": "5.1.1",
|
||||
"events": "^3.2.0",
|
||||
"glob-to-regexp": "^0.4.1",
|
||||
@@ -103,40 +107,41 @@
|
||||
"neo-async": "^2.6.2",
|
||||
"schema-utils": "^4.3.3",
|
||||
"tapable": "^2.3.0",
|
||||
"terser-webpack-plugin": "^5.3.11",
|
||||
"terser-webpack-plugin": "^5.3.16",
|
||||
"watchpack": "^2.4.4",
|
||||
"webpack-sources": "^3.3.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.27.1",
|
||||
"@babel/preset-react": "^7.27.1",
|
||||
"@changesets/cli": "^2.29.8",
|
||||
"@codspeed/core": "^5.0.1",
|
||||
"@eslint/js": "^9.37.0",
|
||||
"@eslint/js": "^9.39.0",
|
||||
"@eslint/markdown": "^7.4.0",
|
||||
"@stylistic/eslint-plugin": "^5.4.0",
|
||||
"@stylistic/eslint-plugin": "^5.6.0",
|
||||
"@types/glob-to-regexp": "^0.4.4",
|
||||
"@types/graceful-fs": "^4.1.9",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/mime-types": "^2.1.4",
|
||||
"@types/node": "^24.9.1",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/xxhashjs": "^0.2.4",
|
||||
"assemblyscript": "^0.28.9",
|
||||
"babel-loader": "^10.0.0",
|
||||
"bundle-loader": "^0.5.6",
|
||||
"coffee-loader": "^5.0.0",
|
||||
"coffeescript": "^2.5.1",
|
||||
"core-js": "^3.43.0",
|
||||
"cspell": "^9.1.1",
|
||||
"core-js": "^3.47.0",
|
||||
"cspell": "^9.4.0",
|
||||
"css-loader": "^7.1.2",
|
||||
"date-fns": "^4.0.0",
|
||||
"es5-ext": "^0.10.53",
|
||||
"es6-promise-polyfill": "^1.2.0",
|
||||
"eslint": "^9.37.0",
|
||||
"eslint": "^9.39.2",
|
||||
"eslint-config-prettier": "^10.1.1",
|
||||
"eslint-config-webpack": "^4.5.1",
|
||||
"eslint-config-webpack": "^4.7.3",
|
||||
"eslint-plugin-import": "^2.32.0",
|
||||
"eslint-plugin-jest": "^29.0.1",
|
||||
"eslint-plugin-jsdoc": "^51.2.3",
|
||||
"eslint-plugin-jest": "^29.5.0",
|
||||
"eslint-plugin-jsdoc": "^61.5.0",
|
||||
"eslint-plugin-n": "^17.23.1",
|
||||
"eslint-plugin-prettier": "^5.5.0",
|
||||
"eslint-plugin-unicorn": "^62.0.0",
|
||||
@@ -154,38 +159,38 @@
|
||||
"jest-junit": "^16.0.0",
|
||||
"json-loader": "^0.5.7",
|
||||
"json5": "^2.1.3",
|
||||
"less": "^4.4.2",
|
||||
"less": "^4.5.1",
|
||||
"less-loader": "^12.2.0",
|
||||
"lint-staged": "^16.2.3",
|
||||
"lodash": "^4.17.19",
|
||||
"lodash-es": "^4.17.15",
|
||||
"memfs": "^4.49.0",
|
||||
"meriyah": "^6.1.4",
|
||||
"memfs": "^4.51.1",
|
||||
"meriyah": "^7.0.0",
|
||||
"mini-css-extract-plugin": "^2.9.0",
|
||||
"mini-svg-data-uri": "^1.2.3",
|
||||
"node-gyp": "^11.2.0",
|
||||
"node-gyp": "^12.1.0",
|
||||
"nyc": "^17.1.0",
|
||||
"open-cli": "^8.0.0",
|
||||
"pkg-pr-new": "^0.0.60",
|
||||
"prettier": "^3.6.0",
|
||||
"pkg-pr-new": "^0.0.62",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier-2": "npm:prettier@^2",
|
||||
"pretty-format": "^30.0.5",
|
||||
"pug": "^3.0.3",
|
||||
"pug-loader": "^2.4.0",
|
||||
"raw-loader": "^4.0.1",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react": "^19.2.3",
|
||||
"react-dom": "^19.2.3",
|
||||
"rimraf": "^3.0.2",
|
||||
"script-loader": "^0.7.2",
|
||||
"simple-git": "^3.28.0",
|
||||
"strip-ansi": "^6.0.0",
|
||||
"style-loader": "^4.0.0",
|
||||
"terser": "^5.43.1",
|
||||
"three": "^0.181.0",
|
||||
"three": "^0.182.0",
|
||||
"tinybench": "^5.0.0",
|
||||
"toml": "^3.0.0",
|
||||
"tooling": "webpack/tooling#v1.24.3",
|
||||
"ts-loader": "^9.5.1",
|
||||
"ts-loader": "^9.5.4",
|
||||
"typescript": "^5.9.3",
|
||||
"url-loader": "^4.1.0",
|
||||
"wast-loader": "^1.12.1",
|
||||
|
||||
Reference in New Issue
Block a user