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 Oct 3, 2024
1 parent 91bae41 commit 9f69fc8
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 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 @@ -13,7 +13,7 @@

<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.6" />
<PackageReference Include="Nuke.Common" Version="8.0.0" />
<PackageReference Include="Nuke.Common" Version="8.1.0" />
<PackageReference Include="SharpZipLib" Version="1.4.2" />
<PackageReference Include="System.IO.Compression.ZipFile" Version="4.3.0" />
</ItemGroup>
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.11",
"auto-changelog": "2.5.0",
"broken-link-checker": "0.7.8",
"czg": "1.10.0",
"iconify-icon": "1.0.8",
"nanoid": "4.0.2",
"nerdbank-gitversioning": "3.6.139"
"nerdbank-gitversioning": "3.6.143"
},
"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.29.4",
"@types/marked": "5.0.2",
"astro": "2.10.15",
"astro-compress": "2.3.1",
"concurrently": "8.2.2",
"cspell": "8.14.4",
"date-fns": "2.30.0",
"favicons": "7.1.3",
"husky": "9.0.11",
"favicons": "7.2.0",
"husky": "9.1.6",
"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.47",
"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.13",
"ts-node": "10.9.2",
"type-fest": "3.13.1",
"typescript": "5.6.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 9f69fc8

Please sign in to comment.