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:
root
2025-12-23 07:36:18 +00:00
parent 3cc590186a
commit 3ce82a924a
1256 changed files with 6491 additions and 3989 deletions

0
node_modules/update-browserslist-db/LICENSE generated vendored Executable file → Normal file
View File

0
node_modules/update-browserslist-db/README.md generated vendored Executable file → Normal file
View File

0
node_modules/update-browserslist-db/check-npm-version.js generated vendored Executable file → Normal file
View File

0
node_modules/update-browserslist-db/index.d.ts generated vendored Executable file → Normal file
View File

3
node_modules/update-browserslist-db/index.js generated vendored Executable file → Normal file
View File

@@ -80,8 +80,7 @@ function getLatestInfo(lock) {
return JSON.parse(execSync('pnpm info caniuse-lite --json').toString())
}
if (lock.mode === 'bun') {
// TO-DO: No 'bun info' yet. Created issue: https://github.com/oven-sh/bun/issues/12280
return JSON.parse(execSync(' npm info caniuse-lite --json').toString())
return JSON.parse(execSync(' bun info caniuse-lite --json').toString())
}
return JSON.parse(execSync('npm show caniuse-lite --json').toString())

2
node_modules/update-browserslist-db/package.json generated vendored Executable file → Normal file
View File

@@ -1,6 +1,6 @@
{
"name": "update-browserslist-db",
"version": "1.2.2",
"version": "1.2.3",
"description": "CLI tool to update caniuse-lite to refresh target browsers from Browserslist config",
"keywords": [
"caniuse",

0
node_modules/update-browserslist-db/utils.js generated vendored Executable file → Normal file
View File