@intlify/eslint-plugin-vue-i18n
Advanced tools
Comparing version 2.0.0 to 3.0.0-beta.1
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
"use strict"; | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
var desc = Object.getOwnPropertyDescriptor(m, k); | ||
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { | ||
desc = { enumerable: true, get: function() { return m[k]; } }; | ||
} | ||
Object.defineProperty(o, k2, desc); | ||
}) : (function(o, m, k, k2) { | ||
@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k; |
199
package.json
{ | ||
"name": "@intlify/eslint-plugin-vue-i18n", | ||
"description": "ESLint plugin for Vue I18n", | ||
"version": "2.0.0", | ||
"author": { | ||
"name": "kazuya kawaguchi", | ||
"email": "kawakazu80@gmail.com" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/intlify/eslint-plugin-vue-i18n/issues" | ||
}, | ||
"changelog": { | ||
"labels": { | ||
"Type: Feature": ":star: Features", | ||
"Type: Bug": ":bug: Bug Fixes", | ||
"Type: Security": ":lock: Security Fixes", | ||
"Type: Performance": ":chart_with_upwards_trend: Performance Fixes", | ||
"Type: Improvement": ":zap: Improvement Features", | ||
"Type: Breaking": ":boom: Breaking Change", | ||
"Type: Deprecated": ":warning: Deprecated Features", | ||
"Type: I18n": ":globe_with_meridians: Internationalization", | ||
"Type: A11y": ":wheelchair: Accessibility", | ||
"Type: Documentation": ":pencil: Documentation" | ||
} | ||
}, | ||
"dependencies": { | ||
"@eslint/eslintrc": "^1.2.0", | ||
"@intlify/core-base": "^9.1.9", | ||
"@intlify/message-compiler": "^9.1.9", | ||
"debug": "^4.3.1", | ||
"glob": "^8.0.0", | ||
"ignore": "^5.0.5", | ||
"is-language-code": "^3.1.0", | ||
"js-yaml": "^4.0.0", | ||
"json5": "^2.1.3", | ||
"jsonc-eslint-parser": "^2.0.0", | ||
"lodash": "^4.17.11", | ||
"parse5": "^7.0.0", | ||
"semver": "^7.3.4", | ||
"vue-eslint-parser": "^9.0.0", | ||
"yaml-eslint-parser": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/debug": "^4.1.5", | ||
"@types/eslint": "^8.0.0", | ||
"@types/eslint-scope": "^3.7.0", | ||
"@types/eslint-visitor-keys": "^1.0.0", | ||
"@types/js-yaml": "^4.0.0", | ||
"@types/json5": "^0.0.30", | ||
"@types/lodash": "^4.14.159", | ||
"@types/mocha": "^9.0.0", | ||
"@types/parse5": "^6.0.0", | ||
"@types/prettier": "^2.4.4", | ||
"@types/semver": "^7.3.4", | ||
"@typescript-eslint/eslint-plugin": "^5.2.0", | ||
"@typescript-eslint/parser": "^5.2.0", | ||
"eslint": "^8.1.0", | ||
"eslint-config-prettier": "^8.0.0", | ||
"eslint-plugin-markdown": "^2.0.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-vue": "^9.0.0", | ||
"eslint-plugin-vue-libs": "^3.0.0 || ^4.0.0", | ||
"eslint4b": "^7.16.0", | ||
"lerna-changelog": "^2.0.0", | ||
"mocha": "^10.0.0", | ||
"monaco-editor": "^0.33.0", | ||
"nyc": "^15.0.0", | ||
"opener": "^1.5.1", | ||
"prettier": "^2.0.5", | ||
"rimraf": "^3.0.0", | ||
"shipjs": "^0.24.0", | ||
"ts-node": "^10.0.0", | ||
"typescript": "^4.3.2", | ||
"vue-eslint-editor": "^1.1.0", | ||
"vue-github-button": "^1.2.0", | ||
"vuepress": "^1.8.2" | ||
}, | ||
"engines": { | ||
"node": "^14.17.0 || >=16.0.0" | ||
}, | ||
"files": [ | ||
"dist", | ||
"files" | ||
], | ||
"version": "3.0.0-beta.1", | ||
"license": "MIT", | ||
"homepage": "https://github.com/intlify/eslint-plugin-vue-i18n#readme", | ||
@@ -97,6 +18,5 @@ "keywords": [ | ||
], | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"peerDependencies": { | ||
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" | ||
"author": { | ||
"name": "kazuya kawaguchi", | ||
"email": "kawakazu80@gmail.com" | ||
}, | ||
@@ -107,8 +27,21 @@ "repository": { | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/intlify/eslint-plugin-vue-i18n/issues" | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"packageManager": "pnpm@8.6.2", | ||
"type": "commonjs", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "dist/lib/index.js", | ||
"scripts": { | ||
"build": "tsc --project ./tsconfig.build.json", | ||
"clean": "rimraf .nyc_output coverage dist docs/.vuepress/dist", | ||
"build": "tsc", | ||
"build:prod": "tsc --project ./tsconfig.build.json", | ||
"clean": "rimraf .nyc_output coverage dist docs/.vitepress/dist", | ||
"coverage": "nyc report --reporter lcov && opener coverage/lcov-report/index.html", | ||
"docs": "npm run build && vuepress dev docs", | ||
"docs:build": "npm run build && vuepress build docs", | ||
"docs": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"generate": "ts-node scripts/update.ts", | ||
@@ -119,10 +52,88 @@ "lint": "eslint . --ext js,ts,vue,md --ignore-pattern \"/tests/fixtures\"", | ||
"format": "prettier . --write", | ||
"release:prepare": "shipjs prepare", | ||
"release:trigger": "shipjs trigger", | ||
"test": "mocha --require ts-node/register \"./tests/**/*.ts\"", | ||
"release:prepare": "node shipjs-cli.cjs prepare", | ||
"release:trigger": "node shipjs-cli.cjs trigger", | ||
"test": "mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"", | ||
"test:debug": "mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\"", | ||
"test:coverage": "nyc mocha --require ts-node/register \"./tests/**/*.ts\" --timeout 60000", | ||
"test:integrations": "mocha ./tests-integrations/*.js --timeout 60000", | ||
"test:coverage": "nyc mocha --require ts-node/register/transpile-only \"./tests/**/*.ts\" --timeout 60000", | ||
"test:integrations": "mocha ./tests-integrations/*.cjs --timeout 60000", | ||
"new": "ts-node ./scripts/new-rule.ts" | ||
}, | ||
"dependencies": { | ||
"@eslint/eslintrc": "^2.0.3", | ||
"@intlify/core-base": "^9.3.0-beta.19", | ||
"@intlify/message-compiler": "^9.3.0-beta.19", | ||
"debug": "^4.3.4", | ||
"glob": "^10.2.6", | ||
"ignore": "^5.2.4", | ||
"is-language-code": "^3.1.0", | ||
"js-yaml": "^4.1.0", | ||
"json5": "^2.2.3", | ||
"jsonc-eslint-parser": "^2.3.0", | ||
"lodash": "^4.17.21", | ||
"parse5": "^7.1.2", | ||
"semver": "^7.5.1", | ||
"vue-eslint-parser": "^9.3.0", | ||
"yaml-eslint-parser": "^1.2.2" | ||
}, | ||
"devDependencies": { | ||
"@types/debug": "^4.1.8", | ||
"@types/eslint": "^8.40.0", | ||
"@types/eslint-scope": "^3.7.4", | ||
"@types/glob": "^8.1.0", | ||
"@types/js-yaml": "^4.0.5", | ||
"@types/json-schema": "^7.0.12", | ||
"@types/lodash": "^4.14.195", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.2.5", | ||
"@types/prettier": "^2.7.3", | ||
"@types/semver": "^7.5.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.8", | ||
"@typescript-eslint/parser": "^5.59.8", | ||
"entities": "^4.5.0", | ||
"esbuild-register": "^3.4.2", | ||
"eslint": "^8.41.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-plugin-markdown": "^3.0.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-vue": "^9.14.1", | ||
"eslint4b": "^7.32.0", | ||
"esquery": "^1.5.0", | ||
"import-fresh": "^3.3.0", | ||
"json-schema": "^0.4.0", | ||
"lerna-changelog": "^2.2.0", | ||
"mocha": "^10.2.0", | ||
"monaco-editor": "^0.39.0", | ||
"nyc": "^15.1.0", | ||
"opener": "^1.5.2", | ||
"path-scurry": "^1.9.2", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"shipjs": "^0.26.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4", | ||
"vitepress": "1.0.0-beta.2", | ||
"vue-eslint-editor": "^1.1.0", | ||
"vue-github-button": "^3.1.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0" | ||
}, | ||
"changelog": { | ||
"labels": { | ||
"Type: Feature": ":star: Features", | ||
"Type: Bug": ":bug: Bug Fixes", | ||
"Type: Security": ":lock: Security Fixes", | ||
"Type: Performance": ":chart_with_upwards_trend: Performance Fixes", | ||
"Type: Improvement": ":zap: Improvement Features", | ||
"Type: Breaking": ":boom: Breaking Change", | ||
"Type: Deprecated": ":warning: Deprecated Features", | ||
"Type: I18n": ":globe_with_meridians: Internationalization", | ||
"Type: A11y": ":wheelchair: Accessibility", | ||
"Type: Documentation": ":pencil: Documentation" | ||
} | ||
}, | ||
"publishConfig": { | ||
"access": "public", | ||
"tag": "next" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
730572
149
20985
38
1
30
2
+ Added@isaacs/cliui@8.0.2(transitive)
+ Added@pkgjs/parseargs@0.11.0(transitive)
+ Addedansi-regex@6.1.0(transitive)
+ Addedansi-styles@6.2.1(transitive)
+ Addedeastasianwidth@0.2.0(transitive)
+ Addedemoji-regex@8.0.09.2.2(transitive)
+ Addedforeground-child@3.3.0(transitive)
+ Addedglob@10.4.5(transitive)
+ Addedis-fullwidth-code-point@3.0.0(transitive)
+ Addedjackspeak@3.4.3(transitive)
+ Addedlru-cache@10.4.3(transitive)
+ Addedminimatch@9.0.5(transitive)
+ Addedminipass@7.1.2(transitive)
+ Addedpackage-json-from-dist@1.0.1(transitive)
+ Addedpath-scurry@1.11.1(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedstring-width@4.2.35.1.2(transitive)
+ Addedstrip-ansi@7.1.0(transitive)
+ Addedwrap-ansi@7.0.08.1.0(transitive)
- Removed@eslint/eslintrc@1.4.1(transitive)
- Removedglob@8.1.0(transitive)
- Removedminimatch@5.1.6(transitive)
Updated@eslint/eslintrc@^2.0.3
Updateddebug@^4.3.4
Updatedglob@^10.2.6
Updatedignore@^5.2.4
Updatedjs-yaml@^4.1.0
Updatedjson5@^2.2.3
Updatedjsonc-eslint-parser@^2.3.0
Updatedlodash@^4.17.21
Updatedparse5@^7.1.2
Updatedsemver@^7.5.1
Updatedvue-eslint-parser@^9.3.0
Updatedyaml-eslint-parser@^1.2.2