Skip to content

Commit

Permalink
chore(deps): upgrade pnpm to v10 (#259)
Browse files Browse the repository at this point in the history
* chore(deps): lock file maintenance

* chore(deps): update pnpm to v10

* chore(deps): update all non-major dependencies

* chore(deps): update dargmuesli/github-actions to v2.3.16

* ci: initialize corepack first

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
dargmuesli and renovate[bot] authored Feb 5, 2025
1 parent 5ded1a9 commit a0d709b
Show file tree
Hide file tree
Showing 4 changed files with 439 additions and 457 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,20 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]
node: ['18', '22']
steps:
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Checkout git repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Setup pnpm
run: corepack enable
- name: Setup package manager
run: |
npm install -g --force corepack@latest # TODO: remove (https://github.com/nodejs/corepack/issues/612)
corepack enable
- name: checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: cache node_modules
uses: actions/cache@v4
- name: Setup Node
uses: actions/setup-node@v4.2.0
with:
path: node_modules
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/pnpm-lock.yaml')) }}
cache: pnpm
cache-dependency-path: pnpm-lock.yaml
node-version: ${{ matrix.node }}

- name: Install dependencies
if: steps.cache.outputs.cache-hit != 'true'
Expand All @@ -59,7 +58,7 @@ jobs:
release_semantic:
needs: build
name: Release (semantic)
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.13
uses: dargmuesli/github-actions/.github/workflows/release-semantic.yml@2.3.16
permissions:
contents: write
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
release-schedule:
name: 'Release: Scheduled'
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.3.13
uses: dargmuesli/github-actions/.github/workflows/release-schedule.yml@2.3.16
secrets:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
with:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"description": "Nuxt Cookie Control Module",
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@dargmuesli/nuxt-cookie-control": "link:",
"@nuxt/eslint-config": "1.0.0",
"@nuxt/module-builder": "0.8.4",
Expand Down Expand Up @@ -69,7 +69,7 @@
"Jonas Thelemann"
],
"name": "@dargmuesli/nuxt-cookie-control",
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.0",
"publishConfig": {
"access": "public"
},
Expand Down
Loading

0 comments on commit a0d709b

Please sign in to comment.