Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2024
1 parent 9933220 commit cd95efe
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 32 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependency-update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Get project information
id: projectinfo
uses: gregoranders/[email protected].20
uses: gregoranders/[email protected].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/[email protected].1
uses: reedyuk/[email protected].2
with:
version: ${{ steps.semvers.outputs.patch }}
- name: Update CHANGELOG.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- uses: actions/checkout@v3
- name: Get project information
id: projectinfo
uses: gregoranders/[email protected].20
uses: gregoranders/[email protected].21
- name: Get changelog entries
id: changelog_reader
uses: mindsers/changelog-reader-action@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: Get project information
id: projectinfo-current
uses: gregoranders/[email protected].20
uses: gregoranders/[email protected].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/[email protected].20
uses: gregoranders/[email protected].21
- name: Get next possible versions
id: semvers
uses: WyriHaximus/github-action-next-semvers@v1
Expand All @@ -59,7 +59,7 @@ jobs:
fetch-depth: 0
- name: Get project information
id: projectinfo
uses: gregoranders/[email protected].20
uses: gregoranders/[email protected].21
- name: Enforce changelog update
uses: dangoslen/changelog-enforcer@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Nuke.Common" Version="8.0.0" />
<PackageReference Include="Nuke.Common" Version="8.1.4" />
</ItemGroup>

</Project>
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,43 +25,43 @@
"check": "concurrently npm:*:check"
},
"dependencies": {
"@floating-ui/dom": "1.4.4",
"auto-changelog": "2.4.0",
"@floating-ui/dom": "1.6.12",
"auto-changelog": "2.5.0",
"broken-link-checker": "0.7.8",
"cspell": "8.8.4",
"czg": "1.9.3",
"cspell": "8.16.0",
"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.0.14",
"concurrently": "8.2.0",
"@percy/cli": "1.30.1",
"@types/marked": "5.0.2",
"astro": "2.10.15",
"astro-compress": "2.3.5",
"concurrently": "8.2.2",
"date-fns": "2.30.0",
"favicons": "7.1.3",
"favicons": "7.2.0",
"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.25",
"photoswipe": "5.4.4",
"postcss": "8.4.48",
"prettier": "2.8.8",
"prettier-plugin-astro": "0.10.0",
"prettier-plugin-tailwindcss": "0.3.0",
"puppeteer": "20.8.0",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.8",
"puppeteer": "20.9.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.14",
"ts-node": "10.9.2",
"type-fest": "3.13.1",
"typescript": "5.6.3"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cd95efe

Please sign in to comment.