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 24, 2024
1 parent 760f257 commit 374a19d
Show file tree
Hide file tree
Showing 16 changed files with 644 additions and 590 deletions.
13 changes: 13 additions & 0 deletions .changeset/short-buckets-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
"@alanlu-dev/eslint-config-base": patch
"@alanlu-dev/eslint-config-flat": patch
"@alanlu-dev/lint-staged-config": patch
"@alanlu-dev/commitlint-config": patch
"@alanlu-dev/stylelint-config": patch
"@alanlu-dev/notion-api-zod-schema": patch
"@alanlu-dev/mastercss-helpers": patch
"@alanlu-dev/mastercss-config": patch
"@alanlu-dev/nuxt-base": patch
---

chore(deps): bump package versions
4 changes: 3 additions & 1 deletion .vscode/.cspell/repo.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Custom Dictionary Words
clsx
commitlint
commitlintrc
conventionalcommits
Expand All @@ -10,8 +11,8 @@ iconify
intlify
lintstagedrc
manypkg
maska
markdownlint
maska
mastercss
mcss
notionhq
Expand All @@ -33,3 +34,4 @@ unplugin
unstorage
versionrc
vueuse
xclip
14 changes: 8 additions & 6 deletions apps/nuxt-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
"@formkit/themes": "^1.6.2",
"@formkit/vue": "^1.6.2",
"@formkit/zod": "^1.6.2",
"@master/css.nuxt": "2.0.0-rc.28",
"@master/css.nuxt": "2.0.0-rc.30",
"@master/css.vue": "2.0.0-rc.30",
"@nuxt/devtools": "^1.2.0",
"@nuxt/image": "^1.6.0",
"@nuxt/kit": "^3.11.2",
Expand All @@ -63,22 +64,22 @@
"nuxt-icon": "^0.6.10",
"pinia": "^2.1.7",
"unstorage": "^1.10.2",
"vue": "^3.4.24",
"vue": "^3.4.25",
"vue-final-modal": "^4.5.4",
"vue-router": "^4.3.2",
"vue-tsc": "^2.0.14",
"zod": "^3.23.0"
"zod": "^3.23.4"
},
"dependencies": {
"@alanlu-dev/utils": "workspace:*",
"@vueuse/core": "^10.9.0",
"class-variant": "^2.0.2",
"nanoid": "^5.0.7",
"pinia": "^2.1.7",
"vue": "^3.4.24",
"vue": "^3.4.25",
"vue-final-modal": "^4.5.4",
"vue-router": "^4.3.2",
"zod": "^3.23.0"
"zod": "^3.23.4"
},
"devDependencies": {
"@alanlu-dev/eslint-config-base": "workspace:*",
Expand All @@ -96,7 +97,8 @@
"@formkit/themes": "^1.6.2",
"@formkit/vue": "^1.6.2",
"@formkit/zod": "^1.6.2",
"@master/css.nuxt": "2.0.0-rc.28",
"@master/css.nuxt": "2.0.0-rc.30",
"@master/css.vue": "2.0.0-rc.30",
"@nuxt/content": "^2.12.1",
"@nuxt/devtools": "^1.2.0",
"@nuxt/image": "^1.6.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/nuxt-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"i18next": "^23.11.2",
"maska": "^2.1.11",
"pinia": "^2.1.7",
"vue": "^3.4.24",
"vue": "^3.4.25",
"vue-final-modal": "^4.5.4",
"vue-router": "^4.3.2",
"vue3-toastify": "^0.2.1",
"zod": "^3.23.0",
"zod": "^3.23.4",
"zod-i18n-map": "^2.27.0"
},
"devDependencies": {
Expand All @@ -48,7 +48,7 @@
"@gtm-support/vue-gtm": "^2.2.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@nuxt/test-utils": "^3.12.1",
"@nuxtjs/i18n": "^8.3.0",
"@nuxtjs/i18n": "^8.3.1",
"@nuxtjs/seo": "2.0.0-rc.10",
"@testing-library/vue": "8.0.3",
"@vue/test-utils": "^2.4.5",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@alanlu-dev/web-kit",
"type": "commonjs",
"private": true,
"packageManager": "[email protected].5",
"packageManager": "[email protected].6",
"description": "A monorepo build system and workflow for web projects.",
"author": "Alan Lu <[email protected]> (https://github.com/alanlu-zyl)",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
},
"engines": {
"node": ">=20.12.2",
"pnpm": ">=9.0.5",
"pnpm": ">=9.0.6",
"npm": "use pnpm please!",
"yarn": "use pnpm please!"
},
Expand Down Expand Up @@ -62,7 +62,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.0",
"@vitest/coverage-v8": "^1.5.1",
"cspell": "^8.7.0",
"dotenv": "^16.4.5",
"happy-dom": "^14.7.1",
Expand All @@ -73,6 +73,6 @@
"turbo": "^1.13.2",
"unbuild": "3.0.0-rc.1",
"vite": "^5.2.10",
"vitest": "^1.5.0"
"vitest": "^1.5.1"
}
}
4 changes: 2 additions & 2 deletions packages/linters/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"lint": "pnpm lint:eslint && pnpm lint:prettier"
},
"peerDependencies": {
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"czg": "^1.9.1"
},
"devDependencies": {
"@alanlu-dev/eslint-config-base": "workspace:*",
"@commitlint/cli": "^19.2.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"czg": "^1.9.1"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/linters/eslint-config/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
"peerDependencies": {
"@antfu/eslint-config": "0.43.1",
"@master/eslint-config-css": "2.0.0-rc.28",
"@master/eslint-plugin-css": "2.0.0-rc.28",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/typescript-estree": "^6.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-antfu": "0.43.1",
Expand All @@ -38,6 +42,10 @@
"devDependencies": {
"@antfu/eslint-config": "0.43.1",
"@master/eslint-config-css": "2.0.0-rc.28",
"@master/eslint-plugin-css": "2.0.0-rc.28",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/typescript-estree": "^6.2.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-antfu": "0.43.1",
Expand Down
2 changes: 2 additions & 0 deletions packages/linters/eslint-config/flat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"peerDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@master/eslint-config-css": "2.0.0-rc.28",
"@master/eslint-plugin-css": "2.0.0-rc.28",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-antfu": "2.1.2",
Expand All @@ -36,6 +37,7 @@
"devDependencies": {
"@antfu/eslint-config": "^2.15.0",
"@master/eslint-config-css": "2.0.0-rc.28",
"@master/eslint-plugin-css": "2.0.0-rc.28",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-antfu": "2.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/linters/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
"lint-staged": "^15.2.2",
"markdownlint-cli2": "^0.13.0",
"prettier": "^3.2.5",
"stylelint": "^16.3.1"
"stylelint": "^16.4.0"
},
"devDependencies": {
"@alanlu-dev/eslint-config-base": "workspace:*",
"eslint": "^8.57.0",
"lint-staged": "^15.2.2",
"markdownlint-cli2": "^0.13.0",
"prettier": "^3.2.5",
"stylelint": "^16.3.1"
"stylelint": "^16.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/linters/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"postcss-preset-env": "^9.5.9",
"postcss-scss": "^4.0.9",
"sass": "^1.75.0",
"stylelint": "^16.3.1",
"stylelint": "^16.4.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0"
Expand All @@ -43,7 +43,7 @@
"postcss-preset-env": "^9.5.9",
"postcss-scss": "^4.0.9",
"sass": "^1.75.0",
"stylelint": "^16.3.1",
"stylelint": "^16.4.0",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard-scss": "^13.1.0"
Expand Down
6 changes: 3 additions & 3 deletions packages/mastercss/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"lint": "pnpm lint:eslint && pnpm lint:prettier"
},
"peerDependencies": {
"@master/css": "2.0.0-rc.28"
"@master/css": "2.0.0-rc.30"
},
"devDependencies": {
"@alanlu-dev/eslint-config-base": "workspace:*",
"@alanlu-dev/mastercss-helpers": "workspace:*",
"@master/css": "2.0.0-rc.28",
"@master/css-validator": "2.0.0-rc.28",
"@master/css": "2.0.0-rc.30",
"@master/css-validator": "2.0.0-rc.30",
"ts-deepmerge": "^7.0.0"
}
}
4 changes: 4 additions & 0 deletions packages/mastercss/helpers/.eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
root: true,
extends: ['@alanlu-dev/base'],
}
5 changes: 5 additions & 0 deletions packages/mastercss/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,10 @@
"lint": "pnpm lint:eslint && pnpm lint:prettier",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"devDependencies": {
"@alanlu-dev/eslint-config-base": "workspace:*",
"@alanlu-dev/tsconfig": "workspace:*",
"@alanlu-dev/types": "workspace:*"
}
}
6 changes: 6 additions & 0 deletions packages/mastercss/tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "@alanlu-dev/tsconfig/base.json",
"compilerOptions": {
"types": ["vitest/globals", "@alanlu-dev/types/globals"]
}
}
4 changes: 2 additions & 2 deletions packages/notion-api-zod-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"pkg:test": "vitest run"
},
"peerDependencies": {
"zod": "3.23.0"
"zod": "3.23.4"
},
"dependencies": {
"zod": "3.23.0"
"zod": "3.23.4"
},
"devDependencies": {
"@alanlu-dev/eslint-config-base": "workspace:*",
Expand Down
Loading

0 comments on commit 374a19d

Please sign in to comment.