Title: Bump astro from 4.16.7 to 5.5.5 by dependabot[bot] · Pull Request #319 · emeraldjava/emeraldjava.github.io · GitHub
Open Graph Title: Bump astro from 4.16.7 to 5.5.5 by dependabot[bot] · Pull Request #319 · emeraldjava/emeraldjava.github.io
X Title: Bump astro from 4.16.7 to 5.5.5 by dependabot[bot] · Pull Request #319 · emeraldjava/emeraldjava.github.io
Description: Bumps astro from 4.16.7 to 5.5.5.
Release notes
Sourced from astro's releases.
astro@5.5.5
Patch Changes
#13510 5b14d33 Thanks @florian-lefebvre! - Fixes a case where astro:env secrets used in actions would not be available
#13485 018fbe9 Thanks @ascorbic! - Fixes a bug that caused cookies to ignore custom decode function if has() had been called before
#13505 a98ae5b Thanks @ematipico! - Updates the dependency vite to the latest.
#13483 fc2dcb8 Thanks @ematipico! - Fixes a bug where an Astro adapter couldn't call the middleware when there isn't a route that matches the incoming request.
astro@5.5.4
Patch Changes
#13457 968e713 Thanks @ascorbic! - Sets correct response status text for custom error pages
#13447 d80ba2b Thanks @ematipico! - Fixes an issue where site was added to the generated redirects.
#13481 e9e9245 Thanks @martrapp! - Makes server island work with the client router again.
#13484 8b5e4dc Thanks @ascorbic! - Display useful errors when config loading fails because of Node addons being disabled on Stackblitz
astro@5.5.3
Patch Changes
#13437 013fa87 Thanks @Vardhaman619! - Handle server.allowedHosts when the value is true without attempting to push it into an array.
#13324 ea74336 Thanks @ematipico! - Upgrade to shiki v3
#13372 7783dbf Thanks @ascorbic! - Fixes a bug that caused some very large data stores to save incomplete data.
#13358 8c21663 Thanks @ematipico! - Adds a new function called insertPageRoute to the Astro Container API.
The new function is useful when testing routes that, for some business logic, use Astro.rewrite.
For example, if you have a route /blog/post and for some business decision there's a rewrite to /generic-error, the container API implementation will look like this:
import Post from '../src/pages/Post.astro';
import GenericError from '../src/pages/GenericError.astro';
import { experimental_AstroContainer as AstroContainer } from 'astro/container';
const container = await AstroContainer.create();
container.insertPageRoute('/generic-error', GenericError);
const result = await container.renderToString(Post);
console.log(result); // this should print the response from GenericError.astro
This new method only works for page routes, which means that endpoints aren't supported.
... (truncated)
Changelog
Sourced from astro's changelog.
5.5.5
Patch Changes
#13510 5b14d33 Thanks @florian-lefebvre! - Fixes a case where astro:env secrets used in actions would not be available
#13485 018fbe9 Thanks @ascorbic! - Fixes a bug that caused cookies to ignore custom decode function if has() had been called before
#13505 a98ae5b Thanks @ematipico! - Updates the dependency vite to the latest.
#13483 fc2dcb8 Thanks @ematipico! - Fixes a bug where an Astro adapter couldn't call the middleware when there isn't a route that matches the incoming request.
5.5.4
Patch Changes
#13457 968e713 Thanks @ascorbic! - Sets correct response status text for custom error pages
#13447 d80ba2b Thanks @ematipico! - Fixes an issue where site was added to the generated redirects.
#13481 e9e9245 Thanks @martrapp! - Makes server island work with the client router again.
#13484 8b5e4dc Thanks @ascorbic! - Display useful errors when config loading fails because of Node addons being disabled on Stackblitz
5.5.3
Patch Changes
#13437 013fa87 Thanks @Vardhaman619! - Handle server.allowedHosts when the value is true without attempting to push it into an array.
#13324 ea74336 Thanks @ematipico! - Upgrade to shiki v3
#13372 7783dbf Thanks @ascorbic! - Fixes a bug that caused some very large data stores to save incomplete data.
#13358 8c21663 Thanks @ematipico! - Adds a new function called insertPageRoute to the Astro Container API.
The new function is useful when testing routes that, for some business logic, use Astro.rewrite.
For example, if you have a route /blog/post and for some business decision there's a rewrite to /generic-error, the container API implementation will look like this:
import Post from '../src/pages/Post.astro';
import GenericError from '../src/pages/GenericError.astro';
import { experimental_AstroContainer as AstroContainer } from 'astro/container';
const container = await AstroContainer.create();
container.insertPageRoute('/generic-error', GenericError);
const result = await container.renderToString(Post);
console.log(result); // this should print the response from GenericError.astro
... (truncated)
Commits
b33cc17 [ci] release (#13504)
3488324 [ci] format
5b14d33 fix(astro): dynamically import actions (#13510)
e4f870b [ci] format
018fbe9 fix: cache raw cookie value and decode when getting (#13485)
a98ae5b fix: update vite (#13505)
70c9595 [ci] format
fc2dcb8 fix(app): call renderer when routes don't match (#13483)
6b90200 [ci] release (#13460)
8b5e4dc fix: better error handling on Stackblitz (#13484)
Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR
@dependabot recreate will recreate this PR, overwriting any edits that have been made to it
@dependabot merge will merge this PR after your CI passes on it
@dependabot squash and merge will squash and merge this PR after your CI passes on it
@dependabot cancel merge will cancel a previously requested merge and block automerging
@dependabot reopen will reopen this PR if it is closed
@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
@dependabot show
Open Graph Description: Bumps astro from 4.16.7 to 5.5.5. Release notes Sourced from astro's releases. astro@5.5.5 Patch Changes #13510 5b14d33 Thanks @florian-lefebvre! - Fixes a case where astro:env secrets use...
X Description: Bumps astro from 4.16.7 to 5.5.5. Release notes Sourced from astro's releases. astro@5.5.5 Patch Changes #13510 5b14d33 Thanks @florian-lefebvre! - Fixes a case where astro:env secrets...
Opengraph URL: https://github.com/emeraldjava/emeraldjava.github.io/pull/319
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/checks(.:format) |
| route-controller | pull_requests |
| route-action | checks |
| fetch-nonce | v2:87f65e54-57e3-01ca-2d4d-ec33d5908330 |
| current-catalog-service-hash | 87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a |
| request-id | ECEE:1A3A28:774D515:9A8E28B:69759A64 |
| html-safe-nonce | a8cd25e0537a95ca114fc4987b0b634c54d66f97663379e835b6e21d0a41dfd7 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFQ0VFOjFBM0EyODo3NzRENTE1OjlBOEUyOEI6Njk3NTlBNjQiLCJ2aXNpdG9yX2lkIjoiNTM1Mzg3MTEyMjE1ODE2NDU4MCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 14a5dabe54269053dcd6604f428ab01f086c17c12bd2017e65682e6471a08cf2 |
| hovercard-subject-tag | pull_request:2421567218 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/emeraldjava/emeraldjava.github.io/pull/319/checks |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps astro from 4.16.7 to 5.5.5. Release notes Sourced from astro's releases. astro@5.5.5 Patch Changes #13510 5b14d33 Thanks @florian-lefebvre! - Fixes a case where astro:env secrets use... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | 4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f |
| turbo-cache-control | no-preview |
| go-import | github.com/emeraldjava/emeraldjava.github.io git https://github.com/emeraldjava/emeraldjava.github.io.git |
| octolytics-dimension-user_id | 229760 |
| octolytics-dimension-user_login | emeraldjava |
| octolytics-dimension-repository_id | 17636941 |
| octolytics-dimension-repository_nwo | emeraldjava/emeraldjava.github.io |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 17636941 |
| octolytics-dimension-repository_network_root_nwo | emeraldjava/emeraldjava.github.io |
| turbo-body-classes | logged-out env-production page-responsive full-width full-width-p-0 |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 488b30e96dfd057fbbe44c6665ccbc030b729dde |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width