Fix/dependabot 29 06#144
Merged
Merged
Conversation
…d tooling bumped versions Removed @babel for @swc/jest updated linting and unicorn deps
Contributor
There was a problem hiding this comment.
Pull request overview
This PR is primarily a dependency/tooling refresh (Dependabot-style), updating the lint rule set and switching Jest’s transformer from Babel to SWC, plus some small code/test cleanups and regenerated example asset manifests.
Changes:
- Migrate Jest transform from
babel-jestto@swc/jestand remove the repo’s.babelrc. - Update
eslint-plugin-unicornto v69 and adjust rule names/options accordingly (e.g.no-array-for-each→no-for-each), plus related test-file eslint disables. - Bump various dependencies (e.g.
semantic-release,npm-run-all2,regexpu-core, examplevite) and refresh example static-asset manifests.
Reviewed changes
Copilot reviewed 18 out of 19 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/utils/prompts.ts | Minor selection logic simplification using includes() |
| src/utils/config-helpers.ts | Update eslint disable to renamed unicorn rule |
| src/utils/tests/file-system.test.ts | Update eslint disable to renamed unicorn rule |
| src/utils/tests/deep-copy.test.ts | Remove now-unneeded eslint suppression for undefined |
| src/server/static-assets/asset-loader/tests/asset-cache.test.ts | Remove no-longer-needed undefined suppression; update renamed unicorn disables |
| pnpm-workspace.yaml | Add ignoredBuiltDependencies and adjust overrides formatting |
| package.json | Remove Babel-related dev deps; add SWC deps; bump several versions |
| config/jest/jest.config.js | Switch Jest transformer to @swc/jest with SWC config |
| config/eslint/repo/rules/unicornPlugin.js | Update unicorn rule config for newer plugin version |
| .babelrc | Removed (consistent with moving off Babel) |
| examples/static-assets/src/templates-static-assets.ts | Regenerate static asset manifest timestamps/hashes |
| examples/static-assets/src/styles-static-assets.ts | Regenerate static asset manifest timestamps/hashes |
| examples/static-assets/src/images-static-assets.ts | Regenerate static asset manifest timestamps/hashes |
| examples/static-assets/package.json | Bump npm-run-all2 |
| examples/react-with-hono-server/package.json | Bump npm-run-all2 and vite |
| examples/react-with-hono-server/fastedge-server/config/asset-manifest.ts | Regenerate asset manifest entries (hashes/timestamps/filenames) |
| context/PATCHES.md | Document additional upstream patch tracking entries |
bump astro version - github-pages
797d4ba to
b33b182
Compare
latest version in package.json
b33b182 to
1df1510
Compare
ruslanti
approved these changes
Jun 30, 2026
|
🎉 This PR is included in version 2.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.