Skip to content

chore: upgrade actions and deps.#123

Merged
knightedcodemonkey merged 2 commits intomainfrom
bananas
May 2, 2026
Merged

chore: upgrade actions and deps.#123
knightedcodemonkey merged 2 commits intomainfrom
bananas

Conversation

@knightedcodemonkey
Copy link
Copy Markdown
Owner

@knightedcodemonkey knightedcodemonkey commented May 2, 2026

dependabot Bot and others added 2 commits May 2, 2026 16:34
…dates

Bumps the npm_and_yarn group with 2 updates in the / directory: [follow-redirects](https://github.com/follow-redirects/follow-redirects) and [picomatch](https://github.com/micromatch/picomatch).


Updates `follow-redirects` from 1.15.11 to 1.16.0
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](follow-redirects/follow-redirects@v1.15.11...v1.16.0)

Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](micromatch/picomatch@4.0.3...4.0.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-version: 1.16.0
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings May 2, 2026 22:29
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates development tooling dependencies and GitHub Actions workflow action versions to keep CI, Playwright E2E, and Pages deployment aligned with newer releases.

Changes:

  • Bump @typescript-eslint/parser (and related transitive packages in the lockfile) to 8.59.1.
  • Refresh several transitive dependency versions in package-lock.json (e.g., follow-redirects, picomatch, tinyglobby, ts-api-utils).
  • Upgrade GitHub Actions used by CI, Playwright, and deploy workflows to newer pinned versions.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updates the @typescript-eslint/parser devDependency version.
package-lock.json Locks updated versions for @typescript-eslint/* and related transitive dependencies.
.github/workflows/playwright.yml Updates action versions for checkout/setup-node/cache/upload-artifact in E2E workflow.
.github/workflows/deploy.yml Updates action versions for checkout/setup-node and Pages deployment actions.
.github/workflows/ci.yml Updates action versions for checkout/setup-node/upload-artifact in CI workflow.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@knightedcodemonkey knightedcodemonkey merged commit a687c0b into main May 2, 2026
14 of 15 checks passed
@knightedcodemonkey knightedcodemonkey deleted the bananas branch May 2, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update github actions to move away from Node v20

2 participants