Skip to content

Commit

Permalink
Merge pull request #15 from koralle/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
koralle authored Oct 30, 2024
2 parents 8dd55d5 + b2f47fd commit c6fcb7e
Show file tree
Hide file tree
Showing 5 changed files with 494 additions and 617 deletions.
4 changes: 2 additions & 2 deletions .github/composite-actions/cache-and-install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ runs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.2

- name: Install Node.js
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.2

- name: Setup
uses: ./.github/composite-actions/cache-and-install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.2

- name: Setup
uses: ./.github/composite-actions/cache-and-install
Expand All @@ -23,7 +23,7 @@ jobs:
run: pnpm run build

- name: Deploy to Cloudflare Pages
uses: cloudflare/wrangler-action@v3.8.0
uses: cloudflare/wrangler-action@v3.11.0
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "front-end-tech-memo",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.12.0",
"packageManager": "pnpm@9.12.3",
"repository": {
"type": "git",
"url": "git+https://github.com/koralle/front-end-tech-memo"
Expand All @@ -21,27 +21,27 @@
"build-cf-types": "wrangler types"
},
"dependencies": {
"@astro-community/astro-embed-link-preview": "^0.2.1",
"@astro-community/astro-embed-link-preview": "^0.2.2",
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^11.1.0",
"@astrojs/mdx": "^3.1.7",
"@astrojs/starlight": "^0.28.2",
"astro": "^4.15.11",
"astro-embed": "^0.7.2",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/mdx": "^3.1.8",
"@astrojs/starlight": "^0.28.4",
"astro": "^4.16.7",
"astro-embed": "^0.8.0",
"lite-youtube-embed": "^0.3.3",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241004.0",
"lefthook": "^1.7.18",
"@cloudflare/workers-types": "^4.20241022.0",
"lefthook": "^1.8.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rollup-plugin-visualizer": "^5.12.0",
"wrangler": "^3.80.0"
"wrangler": "^3.84.0"
},
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.12.0",
"pnpm": ">=9.12.3",
"npm": "please use pnpm!",
"yarn": "please use pnpm!"
}
Expand Down
Loading

0 comments on commit c6fcb7e

Please sign in to comment.