Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Feb 8, 2025
1 parent be74162 commit 1b1f7c2
Show file tree
Hide file tree
Showing 10 changed files with 1,848 additions and 1,061 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
run: pnpm test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
npm_config_registry: https://registry.npmjs.org

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20-alpine AS base
FROM node:22-alpine AS base
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
Expand All @@ -7,9 +7,9 @@ FROM base AS builder
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm run -r build
RUN pnpm deploy --filter=@icebreakers/foo --prod /prod/foo
RUN pnpm deploy --filter=@icebreakers/bar --prod /prod/bar
RUN pnpm run -r build \
&& pnpm deploy --filter=@icebreakers/foo --prod /prod/foo \
&& pnpm deploy --filter=@icebreakers/bar --prod /prod/bar

FROM base AS foo
COPY --from=builder /prod/foo /prod/foo
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-native-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.4",
"miniprogram-api-typings": "^4.0.5",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-native-ts-skyline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.4",
"miniprogram-api-typings": "^4.0.5",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/vite-native-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"miniprogram-api-typings": "^4.0.4",
"miniprogram-api-typings": "^4.0.5",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/weapp-wechat-zhihu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"lint:fix": "eslint . --fix"
},
"devDependencies": {
"miniprogram-api-typings": "^4.0.4"
"miniprogram-api-typings": "^4.0.5"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.2",
"description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
"author": "ice breaker <1324318532@qq.com>",
"license": "MIT",
Expand Down Expand Up @@ -100,19 +100,19 @@
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@ast-grep/napi": "^0.34.3",
"@babel/core": "^7.26.7",
"@babel/generator": "~7.26.5",
"@ast-grep/napi": "0.34.3",
"@babel/core": "^7.26.8",
"@babel/generator": "~7.26.8",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@commitlint/prompt-cli": "^19.7.1",
"@commitlint/types": "^19.5.0",
"@eslint/config-inspector": "^1.0.0",
"@icebreakers/eslint-config": "^0.7.13",
"@icebreakers/monorepo": "^0.6.22",
"@icebreakers/stylelint-config": "^0.1.4",
"@icebreakers/eslint-config": "^1.0.0",
"@icebreakers/monorepo": "^0.7.1",
"@icebreakers/stylelint-config": "^1.0.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-json": "^6.1.0",
Expand Down Expand Up @@ -179,7 +179,7 @@
"dlv": "^1.1.3",
"domhandler": "^5.0.3",
"es-toolkit": "^1.32.0",
"eslint": "^9.19.0",
"eslint": "^9.20.0",
"execa": "^9.5.2",
"express": "^4.21.2",
"fast-glob": "^3.3.3",
Expand All @@ -188,8 +188,8 @@
"gulp": "^5.0.0",
"gulp-postcss": "^10.0.0",
"html-loader": "^5.1.0",
"husky": "^9.1.7",
"js-beautify": "^1.15.1",
"husky": "^9.1.6",
"js-beautify": "^1.15.2",
"jsdom": "^26.0.0",
"klaw": "^4.1.0",
"lightningcss": "^1.29.1",
Expand All @@ -212,7 +212,7 @@
"prettier": "^3.4.2",
"promisify-loader-runner": "^1.0.1",
"rimraf": "^6.0.1",
"rollup": "^4.34.5",
"rollup": "^4.34.6",
"rollup-plugin-visualizer": "^5.14.0",
"sass": "^1.84.0",
"sass-embedded": "^1.83.4",
Expand All @@ -224,7 +224,7 @@
"terser-webpack-plugin": "^5.3.11",
"ts-morph": "^25.0.1",
"tsd": "^0.31.2",
"tslib": "^2.8.1",
"tslib": "^2.8.0",
"tsup": "^8.3.6",
"tsx": "^4.19.2",
"turbo": "^2.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/weapp-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@
},
"dependencies": {
"@ast-core/escape": "~1.0.1",
"@babel/parser": "~7.26.7",
"@babel/traverse": "~7.26.7",
"@babel/types": "~7.26.7",
"@babel/parser": "~7.26.8",
"@babel/traverse": "~7.26.8",
"@babel/types": "~7.26.8",
"@weapp-core/escape": "~4.0.0",
"@weapp-core/regex": "~1.0.1",
"@weapp-tailwindcss/init": "workspace:*",
Expand Down
Loading

0 comments on commit 1b1f7c2

Please sign in to comment.