Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,8 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Get PNPM version from package.json
id: pnpm-version
shell: bash
run: echo "pnpm_version=$(node -p "require('./package.json').engines.pnpm")" >> "$GITHUB_OUTPUT"

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: ${{ steps.pnpm-version.outputs.pnpm_version }}

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/nuxt-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
node-version: [22]
steps:
- uses: actions/checkout@v3
- run: corepack enable
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9.6.0
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
55 changes: 29 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,37 @@
"lint:report": "eslint --output-file=eslint_report.json --format json ."
},
"devDependencies": {
"@eslint/js": "^9.37.0",
"@nuxt/devtools": "^1.7.0",
"@nuxt/eslint": "^0.7.6",
"@nuxtjs/robots": "^5.5.5",
"@nuxtjs/sitemap": "7.0.0",
"@eslint/js": "^10.0.1",
"@nuxt/devtools": "^3.2.4",
"@nuxt/eslint": "^1.16.0",
"@nuxtjs/robots": "^6.1.2",
"@nuxtjs/sitemap": "8.2.2",
"@nuxtjs/tailwindcss": "^6.14.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-vue": "^9.33.0",
"globals": "^15.15.0",
"nuxt": "^3.19.3",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-vue": "^10.9.2",
"globals": "^17.7.0",
"nuxt": "^4.4.8",
"nuxt-posthog": "^1.6.3",
"nuxt-schema-org": "^4.1.3",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"typescript-eslint": "^8.46.1",
"vue": "^3.5.22",
"vue-router": "^4.6.2"
"nuxt-schema-org": "^6.2.3",
"prettier": "^3.9.3",
"prettier-plugin-tailwindcss": "^0.8.0",
"typescript-eslint": "^8.62.1",
"vue": "^3.5.39",
"vue-router": "^4.6.4"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/vue-fontawesome": "^3.1.2",
"@vueuse/core": "^12.8.2",
"@vueuse/nuxt": "^12.8.2",
"posthog-js": "^1.275.3"
"@fortawesome/fontawesome-svg-core": "^7.3.0",
"@fortawesome/free-brands-svg-icons": "^7.3.0",
"@fortawesome/free-solid-svg-icons": "^7.3.0",
"@fortawesome/vue-fontawesome": "^3.3.0",
"@vueuse/core": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"posthog-js": "^1.396.2"
},
"packageManager": "pnpm@10.23.0"
}
"packageManager": "pnpm@11.9.0",
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}
8,529 changes: 4,232 additions & 4,297 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# pnpm 11 reads pnpm-specific settings from here, not from .npmrc.
shamefullyHoist: true
strictPeerDependencies: false

# pnpm 11 requires every dependency with an install/build script to be
# explicitly allowed or denied (strictDepBuilds defaults to true).
# These native/optional build scripts are intentionally NOT run: the project
# builds, generates and runs without them (esbuild ships its binary via an
# optional platform package; the watcher/resolver fall back gracefully).
allowBuilds:
"@parcel/watcher": false
core-js: false
esbuild: false
unrs-resolver: false
Loading