Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config path #1139

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions packages/configuration-progressive-web-apps/CHANGELOG.md

This file was deleted.

19 changes: 10 additions & 9 deletions packages/configuration-progressive-web-apps/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"dependencies": {
"@sonarwhal/formatter-summary": "^2.0.3",
"@sonarwhal/parser-manifest": "^1.0.2",
"@sonarwhal/rule-apple-touch-icons": "^3.0.2",
"@sonarwhal/rule-manifest-app-name": "^4.0.2",
"@sonarwhal/rule-manifest-exists": "^4.0.1",
"@sonarwhal/rule-manifest-file-extension": "^4.0.1",
"@sonarwhal/rule-manifest-is-valid": "^5.1.0"
"@sonarwhal/formatter-summary": "^1.0.0",
"@sonarwhal/parser-manifest": "^1.0.0",
"@sonarwhal/rule-apple-touch-icons": "^1.0.0",
"@sonarwhal/rule-manifest-app-name": "^1.0.0",
"@sonarwhal/rule-manifest-exists": "^1.0.0",
"@sonarwhal/rule-manifest-file-extension": "^1.0.0",
"@sonarwhal/rule-manifest-is-valid": "^1.0.0"
},
"description": "sonarwhal's recommended rules configuration for progressive web apps (PWAs)",
"engines": {
Expand All @@ -26,8 +26,9 @@
"main": "index.json",
"name": "@sonarwhal/configuration-progressive-web-apps",
"peerDependencies": {
"sonarwhal": "^1.11.2"
"sonarwhal": "^1.0.0"
},
"private": true,
"repository": "sonarwhal/sonarwhal",
"version": "2.0.0"
"version": "1.0.0"
}
97 changes: 0 additions & 97 deletions packages/configuration-web-recommended/CHANGELOG.md

This file was deleted.

55 changes: 28 additions & 27 deletions packages/configuration-web-recommended/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"dependencies": {
"@sonarwhal/formatter-codeframe": "^2.0.4",
"@sonarwhal/formatter-stylish": "^2.0.4",
"@sonarwhal/formatter-summary": "^2.0.3",
"@sonarwhal/rule-axe": "^4.0.2",
"@sonarwhal/rule-content-type": "^3.0.4",
"@sonarwhal/rule-disown-opener": "^3.0.5",
"@sonarwhal/rule-highest-available-document-mode": "^3.0.4",
"@sonarwhal/rule-html-checker": "^4.0.0",
"@sonarwhal/rule-http-cache": "^3.1.2",
"@sonarwhal/rule-http-compression": "^4.0.4",
"@sonarwhal/rule-image-optimization-cloudinary": "^3.0.2",
"@sonarwhal/rule-meta-charset-utf-8": "^3.0.3",
"@sonarwhal/rule-meta-viewport": "^3.0.2",
"@sonarwhal/rule-no-bom": "^2.0.5",
"@sonarwhal/rule-no-disallowed-headers": "^3.0.4",
"@sonarwhal/rule-no-friendly-error-pages": "^3.0.2",
"@sonarwhal/rule-no-html-only-headers": "^3.0.5",
"@sonarwhal/rule-no-http-redirects": "^3.0.3",
"@sonarwhal/rule-no-protocol-relative-urls": "^3.0.2",
"@sonarwhal/rule-no-vulnerable-javascript-libraries": "^3.3.0",
"@sonarwhal/rule-sri": "^1.0.6",
"@sonarwhal/rule-ssllabs": "^3.0.3",
"@sonarwhal/rule-strict-transport-security": "^3.0.2",
"@sonarwhal/formatter-codeframe": "^1.0.0",
"@sonarwhal/formatter-stylish": "^1.0.0",
"@sonarwhal/formatter-summary": "^1.0.0",
"@sonarwhal/rule-axe": "^1.0.0",
"@sonarwhal/rule-content-type": "^1.0.0",
"@sonarwhal/rule-disown-opener": "^1.0.0",
"@sonarwhal/rule-highest-available-document-mode": "^1.0.0",
"@sonarwhal/rule-html-checker": "^1.0.0",
"@sonarwhal/rule-http-cache": "^1.0.0",
"@sonarwhal/rule-http-compression": "^1.0.0",
"@sonarwhal/rule-image-optimization-cloudinary": "^1.0.0",
"@sonarwhal/rule-meta-charset-utf-8": "^1.0.0",
"@sonarwhal/rule-meta-viewport": "^1.0.0",
"@sonarwhal/rule-no-bom": "^1.0.0",
"@sonarwhal/rule-no-disallowed-headers": "^1.0.0",
"@sonarwhal/rule-no-friendly-error-pages": "^1.0.0",
"@sonarwhal/rule-no-html-only-headers": "^1.0.0",
"@sonarwhal/rule-no-http-redirects": "^1.0.0",
"@sonarwhal/rule-no-protocol-relative-urls": "^1.0.0",
"@sonarwhal/rule-no-vulnerable-javascript-libraries": "^1.0.0",
"@sonarwhal/rule-sri": "^1.0.0",
"@sonarwhal/rule-ssllabs": "^1.0.0",
"@sonarwhal/rule-strict-transport-security": "^1.0.0",
"@sonarwhal/rule-stylesheet-limits": "^1.0.0",
"@sonarwhal/rule-validate-set-cookie-header": "^3.0.2",
"@sonarwhal/rule-x-content-type-options": "^3.0.3"
"@sonarwhal/rule-validate-set-cookie-header": "^1.0.0",
"@sonarwhal/rule-x-content-type-options": "^1.0.0"
},
"description": "sonarwhal's recommended rules configuration for live websites",
"engines": {
Expand All @@ -49,8 +49,9 @@
"main": "index.json",
"name": "@sonarwhal/configuration-web-recommended",
"peerDependencies": {
"sonarwhal": "^1.11.2"
"sonarwhal": "^1.0.0"
},
"private": true,
"repository": "sonarwhal/sonarwhal",
"version": "6.1.0"
"version": "1.0.0"
}
3 changes: 0 additions & 3 deletions packages/connector-edge/CHANGELOG.md

This file was deleted.

15 changes: 8 additions & 7 deletions packages/connector-edge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,17 @@
"markdownlint-cli": "^0.10.0",
"npm-run-all": "^4.1.2",
"rimraf": "^2.6.2",
"sonarwhal": "^1.11.2",
"sonarwhal": "^1.0.0",
"typescript": "^2.9.2",
"typescript-eslint-parser": "^15.0.0"
},
"peerDependencies": {
"sonarwhal": "^1.11.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"dist/src",
"scripts",
"npm-shrinkwrap.json"
"npm-shrinkwrap.json",
"scripts"
],
"homepage": "https://sonarwhal.com/",
"keywords": [
Expand All @@ -41,15 +38,19 @@
"os": [
"win32"
],
"peerDependencies": {
"sonarwhal": "^1.0.0"
},
"private": true,
"repository": "sonarwhal/sonarwhal",
"scripts": {
"build": "npm run clean && npm-run-all build:*",
"build-release": "npm run clean && tsc --inlineSourceMap false --removeComments true",
"build:ts": "tsc",
"clean": "rimraf dist",
"lint": "npm-run-all lint:*",
"lint:md": "markdownlint --ignore CHANGELOG.md *.md",
"lint:js": "eslint . --cache --ext js --ext md --ext ts --ignore-path ../../.eslintignore --report-unused-disable-directives",
"lint:md": "markdownlint --ignore CHANGELOG.md *.md",
"preinstall": "node scripts/preinstall.js",
"test": "echo",
"watch": "npm run build && npm-run-all --parallel -c watch:*",
Expand Down
45 changes: 0 additions & 45 deletions packages/formatter-codeframe/CHANGELOG.md

This file was deleted.

7 changes: 4 additions & 3 deletions packages/formatter-codeframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"proxyquire": "2.0.0",
"rimraf": "^2.6.2",
"sinon": "^6.0.0",
"sonarwhal": "^1.11.2",
"sonarwhal": "^1.0.0",
"typescript": "^2.9.2",
"typescript-eslint-parser": "^16.0.0"
},
Expand All @@ -54,8 +54,9 @@
"extends": "../../.nycrc"
},
"peerDependencies": {
"sonarwhal": "^1.11.2"
"sonarwhal": "^1.0.0"
},
"private": true,
"repository": "sonarwhal/sonarwhal",
"scripts": {
"build": "npm run clean && npm-run-all build:*",
Expand All @@ -72,5 +73,5 @@
"watch:test": "ava --watch",
"watch:ts": "npm run build:ts -- --watch"
},
"version": "2.0.4"
"version": "1.0.0"
}
32 changes: 0 additions & 32 deletions packages/formatter-excel/CHANGELOG.md

This file was deleted.

7 changes: 4 additions & 3 deletions packages/formatter-excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"proxyquire": "2.0.0",
"rimraf": "^2.6.2",
"sinon": "^6.0.0",
"sonarwhal": "^1.11.2",
"sonarwhal": "^1.0.0",
"typescript": "^2.9.2",
"typescript-eslint-parser": "^16.0.0"
},
Expand All @@ -52,8 +52,9 @@
"extends": "../../.nycrc"
},
"peerDependencies": {
"sonarwhal": "^1.11.2"
"sonarwhal": "^1.0.0"
},
"private": true,
"repository": "sonarwhal/sonarwhal",
"scripts": {
"build": "npm run clean && npm-run-all build:*",
Expand All @@ -70,5 +71,5 @@
"watch:test": "ava --watch",
"watch:ts": "npm run build:ts -- --watch"
},
"version": "1.0.4"
"version": "1.0.0"
}
Loading