Skip to content

Commit

Permalink
chore(deps): bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlu-zyl committed Apr 22, 2024
1 parent b028dce commit 81ac9f0
Show file tree
Hide file tree
Showing 6 changed files with 6,691 additions and 5,602 deletions.
4 changes: 0 additions & 4 deletions .eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.11.1
v20.12.2
11 changes: 7 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
// "prettier.enable": false, // Disable the default formatter, use eslint instead
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},

"editor.formatOnPaste": false, // required
"editor.formatOnType": false, // required
Expand All @@ -22,7 +25,9 @@
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact", "vue", "html", "json", "jsonc", "yaml", "toml"],

// Enable the ESlint flat config support
// "eslint.experimental.useFlatConfig": true,
"eslint.experimental.useFlatConfig": true,

// Silent the stylistic rules in you IDE, but still auto fix them
// "eslint.rules.customizations": [
// { "rule": "style/*", "severity": "off" },
// { "rule": "format/*", "severity": "off" },
Expand All @@ -42,7 +47,5 @@
"less.validate": false,
"scss.validate": false,

"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
}
"vitest.disableWorkspaceWarning": true
}
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import config from '@alanlu-dev/eslint-config-flat'

export default config
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@alanlu-dev/monorepo",
"type": "commonjs",
"private": true,
"packageManager": "pnpm@8.15.5",
"packageManager": "pnpm@9.0.5",
"description": "A monorepo starter template.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand All @@ -14,8 +14,8 @@
"url": "https://github.com/alanlu-dev/monorepo/issues"
},
"engines": {
"node": ">=20.11.1",
"pnpm": ">=8.15.5",
"node": ">=20.12.2",
"pnpm": ">=9.0.5",
"npm": "use pnpm please!",
"yarn": "use pnpm please!"
},
Expand Down Expand Up @@ -50,30 +50,31 @@
"commit:changeset": "czg :changeset"
},
"devDependencies": {
"@alanlu-dev/changeset": "^1.0.1",
"@alanlu-dev/commitlint-config": "^1.0.0",
"@alanlu-dev/eslint-config-base": "^1.0.0",
"@alanlu-dev/lint-staged-config": "^1.0.0",
"@alanlu-dev/markdownlint-config": "^1.0.0",
"@alanlu-dev/mastercss-config": "^1.0.1",
"@alanlu-dev/changeset": "^1.0.2",
"@alanlu-dev/commitlint-config": "^1.0.1",
"@alanlu-dev/eslint-config-flat": "^0.0.1",
"@alanlu-dev/lint-staged-config": "^1.0.1",
"@alanlu-dev/markdownlint-config": "^1.0.1",
"@alanlu-dev/mastercss-config": "^1.0.2",
"@alanlu-dev/prettier-config": "^1.0.0",
"@alanlu-dev/stylelint-config": "^1.0.0",
"@alanlu-dev/tsconfig": "^1.0.0",
"@alanlu-dev/types": "^1.0.0",
"@alanlu-dev/stylelint-config": "^1.0.2",
"@alanlu-dev/tsconfig": "^1.0.1",
"@alanlu-dev/types": "^1.0.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.11.30",
"@vitest/coverage-v8": "^1.4",
"cspell": "^8.6.1",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"cspell": "^8.7.0",
"dotenv": "^16.4.5",
"happy-dom": "^14.3.9",
"happy-dom": "^14.7.1",
"husky": "^9.0.11",
"playwright-core": "^1.42.1",
"playwright-core": "^1.43.1",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"tsx": "^4.7.1",
"turbo": "^1.13.0",
"tsx": "^4.7.2",
"turbo": "^1.13.2",
"unbuild": "3.0.0-rc.1",
"vite": "^5.2.6",
"vitest": "^1.4.0"
"vite": "^5.2.10",
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit 81ac9f0

Please sign in to comment.