Skip to content

Commit

Permalink
ci: bump actions versions
Browse files Browse the repository at this point in the history
chore(deps): update pnpm to v7.33.6 (#42)

Co-authored-by: JounQin <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update vitest monorepo to ^0.34.6 (#45)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency @changesets/cli to ^2.26.2 (#37)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update dependency rehype-parse to ^8.0.5 (#43)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

fix(deps): update dependency rehype-stringify to ^9.0.4 (#44)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency type-coverage to ^2.27.0 (#38)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency typescript to ^4.9.5 (#39)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

chore(deps): update dependency unplugin-auto-import to ^0.16.7 (#40)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
JounQin and renovate[bot] committed Oct 27, 2023
1 parent 3b9a307 commit 06ff21e
Show file tree
Hide file tree
Showing 6 changed files with 518 additions and 319 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ jobs:
- 14
- 16
- 18
- 20
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest

- name: Setup Node.js ${{ matrix.node }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: "CodeQL"
name: 'CodeQL'

on:
push:
branches: [ "main" ]
branches: ['main']
pull_request:
branches: [ "main" ]
branches: ['main']
schedule:
- cron: "4 21 * * 1"
- cron: '4 21 * * 1'

jobs:
analyze:
Expand All @@ -20,11 +20,11 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ javascript ]
language: [javascript]

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand All @@ -38,4 +38,4 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{ matrix.language }}"
category: '/language:${{ matrix.language }}'
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0

- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: latest

- name: Setup Node.js LTS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![GitHub Actions](https://github.com/un-ts/cf-cleaner/workflows/CI/badge.svg)](https://github.com/un-ts/cf-cleaner/actions/workflows/ci.yml)
[![Codecov](https://img.shields.io/codecov/c/github/un-ts/cf-cleaner.svg)](https://codecov.io/gh/un-ts/cf-cleaner)
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/un-ts/cf-cleaner.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/un-ts/cf-cleaner/context:javascript)
[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage&prefix=%E2%89%A5&suffix=%&query=$.typeCoverage.atLeast&uri=https%3A%2F%2Fraw.githubusercontent.com%2Fun-ts%2Fcf-cleaner%2Fmain%2Fpackage.json)](https://github.com/plantain-00/type-coverage)
[![npm](https://img.shields.io/npm/v/cf-cleaner.svg)](https://www.npmjs.com/package/cf-cleaner)
[![GitHub Release](https://img.shields.io/github/release/un-ts/cf-cleaner)](https://github.com/un-ts/cf-cleaner/releases)
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repository": "git+https://github.com/un-ts/cf-cleaner.git",
"author": "JounQin <[email protected]>",
"license": "MIT",
"packageManager": "pnpm@7.12.2",
"packageManager": "pnpm@7.33.6",
"engines": {
"node": ">=14.18.0"
},
Expand Down Expand Up @@ -45,9 +45,9 @@
"commander": "^9.4.1",
"hast-util-is-element": "^2.1.3",
"rehype-format": "^4.0.1",
"rehype-parse": "^8.0.4",
"rehype-parse": "^8.0.5",
"rehype-preset-minify": "^6.0.0",
"rehype-stringify": "^9.0.3",
"rehype-stringify": "^9.0.4",
"unified": "^10.1.2",
"unified-stream": "^2.0.0",
"unist-util-remove": "^3.1.1",
Expand All @@ -56,13 +56,13 @@
"devDependencies": {
"@1stg/lib-config": "^10.3.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"@changesets/cli": "^2.26.2",
"@types/node": "^18.7.18",
"@vitest/coverage-istanbul": "^0.23.4",
"type-coverage": "^2.22.0",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.4",
"vitest": "^0.23.4"
"@vitest/coverage-istanbul": "^0.34.6",
"type-coverage": "^2.27.0",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.16.7",
"vitest": "^0.34.6"
},
"typeCoverage": {
"atLeast": 100,
Expand Down
Loading

0 comments on commit 06ff21e

Please sign in to comment.