Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
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
4 changes: 2 additions & 2 deletions build/_build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CliWrap" Version="3.6.6" />
<PackageReference Include="Nuke.Common" Version="8.0.0" />
<PackageReference Include="CliWrap" Version="3.6.7" />
<PackageReference Include="Nuke.Common" Version="8.1.4" />
<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.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",
Expand Down
Loading