From 916ddc20ae79002bc4f38e6d5946aba9f2158b84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 02:29:12 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .../workflows/dependency-update-changelog.yml | 4 +- .github/workflows/main-branch.yml | 2 +- .github/workflows/pull-request.yml | 6 +-- build/_build.csproj | 4 +- package.json | 54 +++++++++---------- 5 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/dependency-update-changelog.yml b/.github/workflows/dependency-update-changelog.yml index cd7f181..27160c4 100644 --- a/.github/workflows/dependency-update-changelog.yml +++ b/.github/workflows/dependency-update-changelog.yml @@ -17,14 +17,14 @@ jobs: token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} - name: Get project information id: projectinfo - uses: gregoranders/nodejs-project-info@v0.0.20 + uses: gregoranders/nodejs-project-info@v0.0.21 - name: Get next possible versions id: semvers uses: WyriHaximus/github-action-next-semvers@v1 with: version: ${{ steps.projectinfo.outputs.version }} - name: Update package.json version - uses: reedyuk/npm-version@1.2.1 + uses: reedyuk/npm-version@1.2.2 with: version: ${{ steps.semvers.outputs.patch }} - name: Update CHANGELOG.md diff --git a/.github/workflows/main-branch.yml b/.github/workflows/main-branch.yml index e07a598..a61cd92 100644 --- a/.github/workflows/main-branch.yml +++ b/.github/workflows/main-branch.yml @@ -121,7 +121,7 @@ jobs: - uses: actions/checkout@v3 - name: Get project information id: projectinfo - uses: gregoranders/nodejs-project-info@v0.0.20 + uses: gregoranders/nodejs-project-info@v0.0.21 - name: Get changelog entries id: changelog_reader uses: mindsers/changelog-reader-action@v2 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4fd295c..54d5005 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -28,14 +28,14 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} - name: Get project information id: projectinfo-current - uses: gregoranders/nodejs-project-info@v0.0.20 + uses: gregoranders/nodejs-project-info@v0.0.21 - name: Checkout main branch uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.base.sha }} - name: Get project information id: projectinfo-main - uses: gregoranders/nodejs-project-info@v0.0.20 + uses: gregoranders/nodejs-project-info@v0.0.21 - name: Get next possible versions id: semvers uses: WyriHaximus/github-action-next-semvers@v1 @@ -59,7 +59,7 @@ jobs: fetch-depth: 0 - name: Get project information id: projectinfo - uses: gregoranders/nodejs-project-info@v0.0.20 + uses: gregoranders/nodejs-project-info@v0.0.21 - name: Enforce changelog update uses: dangoslen/changelog-enforcer@v3 with: diff --git a/build/_build.csproj b/build/_build.csproj index ad7f029..58b7e9b 100644 --- a/build/_build.csproj +++ b/build/_build.csproj @@ -12,8 +12,8 @@ - - + + diff --git a/package.json b/package.json index a5d586b..eee3589 100644 --- a/package.json +++ b/package.json @@ -26,44 +26,44 @@ "prepare": "husky" }, "dependencies": { - "@floating-ui/dom": "1.4.4", - "auto-changelog": "2.4.0", - "broken-link-checker": "0.6.7", - "czg": "1.9.3", + "@floating-ui/dom": "1.6.12", + "auto-changelog": "2.5.0", + "broken-link-checker": "0.7.8", + "czg": "1.11.0", "iconify-icon": "1.0.8", "nanoid": "4.0.2", - "nerdbank-gitversioning": "3.6.139" + "nerdbank-gitversioning": "3.6.146" }, "devDependencies": { - "@astrojs/image": "0.17.2", - "@astrojs/react": "2.2.1", + "@astrojs/image": "0.18.0", + "@astrojs/react": "2.3.2", "@astrojs/tailwind": "4.0.0", - "@percy/cli": "1.26.2", - "@types/marked": "5.0.0", - "astro": "2.8.0", - "astro-compress": "2.2.28", - "concurrently": "8.2.0", - "cspell": "8.9.1", + "@percy/cli": "1.30.2", + "@types/marked": "5.0.2", + "astro": "2.10.15", + "astro-compress": "2.3.5", + "concurrently": "8.2.2", + "cspell": "8.16.0", "date-fns": "2.30.0", - "favicons": "7.1.3", - "husky": "9.0.11", + "favicons": "7.2.0", + "husky": "9.1.7", "iconify-icon-names": "1.1.0", - "immer": "10.0.2", + "immer": "10.1.1", "locales-ts": "1.0.0", - "marked": "5.1.1", + "marked": "5.1.2", "move-file-cli": "3.0.0", - "photoswipe": "5.3.8", - "postcss": "8.4.38", + "photoswipe": "5.4.4", + "postcss": "8.4.49", "prettier": "2.8.8", - "prettier-plugin-astro": "0.10.0", - "prettier-plugin-tailwindcss": "0.3.0", - "puppeteer": "22.11.2", + "prettier-plugin-astro": "0.14.1", + "prettier-plugin-tailwindcss": "0.6.8", + "puppeteer": "22.15.0", "puppeteer-report": "3.1.0", - "rollup-plugin-visualizer": "5.9.2", - "tailwindcss": "3.3.2", - "ts-node": "10.9.1", - "type-fest": "3.13.0", - "typescript": "5.1.6" + "rollup-plugin-visualizer": "5.12.0", + "tailwindcss": "3.4.15", + "ts-node": "10.9.2", + "type-fest": "3.13.1", + "typescript": "5.6.3" }, "repository": { "type": "git",