Skip to content

Commit

Permalink
chore: downgrade markuplint deps
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Apr 5, 2023
1 parent 16de2e5 commit 44a2a01
Show file tree
Hide file tree
Showing 8 changed files with 1,139 additions and 1,097 deletions.
5 changes: 5 additions & 0 deletions .stylelintignore
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
coverage
LICENSE
*.cjs
*.iml
*.js
*.json
*.jsonc
*.json5
*.jsx
*.lock
*.log
*.patch
# TODE: make it work
*.pug
*.sh
*.svg
*.ts
*.tsbuildinfo
*.tsx
*.toml
*.yaml
*.yml
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/babel__core": "^7.20.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.31",
"@types/react": "^18.0.33",
"@types/unist": "^2.0.6",
"@vitest/coverage-istanbul": "^0.29.8",
"patch-package": "^6.5.1",
Expand All @@ -49,7 +49,8 @@
"yarn-deduplicate": "^6.0.1"
},
"resolutions": {
"prettier": "^2.7.1"
"@typescript-eslint/type-utils": "^5.57.1",
"prettier": "^2.8.7"
},
"typeCoverage": {
"atLeast": 100,
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-preset-proposal-typescript": "^3.0.0",
"core-js": "^3.29.1",
"core-js": "^3.30.0",
"fast-async": "^7.0.6"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@babel/eslint-plugin": "^7.19.1",
"@eslint-community/eslint-plugin-eslint-comments": "^3.2.1",
"@pkgr/utils": "^2.3.1",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"angular-eslint-template-parser": "^0.1.1",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.0.0",
Expand All @@ -32,7 +32,7 @@
"eslint-formatter-friendly": "^7.0.0",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-plugin-css": "^0.7.0",
"eslint-plugin-es-x": "^6.0.0",
"eslint-plugin-es-x": "^6.1.0",
"eslint-plugin-import": "npm:eslint-plugin-i@^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsdoc": "^40.1.1",
Expand All @@ -46,9 +46,9 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.14.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-sonar": "^0.11.0",
"eslint-plugin-sonar": "^0.11.1",
"eslint-plugin-sonarjs": "^0.19.0",
"eslint-plugin-svelte": "^2.24.0",
"eslint-plugin-svelte": "^2.25.0",
"eslint-plugin-toml": "^0.4.0",
"eslint-plugin-unicorn": "^46.0.0",
"eslint-plugin-vue": "^9.10.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/markuplint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"markuplint": "^2.0.0"
},
"dependencies": {
"@markuplint/svelte-parser": "^3.5.0",
"@markuplint/vue-parser": "^3.5.0",
"@markuplint/vue-spec": "^3.5.0",
"@markuplint/svelte-parser": "^2.2.7",
"@markuplint/vue-parser": "^2.3.5",
"@markuplint/vue-spec": "^2.1.3",
"markuplint-angular-parser": "^1.1.3"
},
"publishConfig": {
Expand Down
14 changes: 0 additions & 14 deletions packages/stylelint-config/_overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ const disablePrettierOptions = !preferPrettier &&
module.exports = loose => ({
...require('./base'),
overrides: [
{
files: [
'**/*.cjs',
'**/*.cts',
'**/*.js',
'**/*.jsx',
'**/*.mjs',
'**/*.mts',
'**/*.ts',
'**/*.tsx',
],
customSyntax: '@stylelint/postcss-css-in-js',
...disablePrettierOptions,
},
{
files: ['**/*.md', '**/*.mdx'],
customSyntax: 'postcss-markdown',
Expand Down
1 change: 0 additions & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"dependencies": {
"@1stg/config": "^0.2.1",
"@pkgr/utils": "^2.3.1",
"@stylelint/postcss-css-in-js": "^0.38.0",
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"postcss-markdown": "^1.2.0",
Expand Down
2,193 changes: 1,122 additions & 1,071 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 44a2a01

Please sign in to comment.