Title: Bump astro from 4.16.7 to 5.1.8 by dependabot[bot] · Pull Request #253 · emeraldjava/emeraldjava.github.io · GitHub
Open Graph Title: Bump astro from 4.16.7 to 5.1.8 by dependabot[bot] · Pull Request #253 · emeraldjava/emeraldjava.github.io
X Title: Bump astro from 4.16.7 to 5.1.8 by dependabot[bot] · Pull Request #253 · emeraldjava/emeraldjava.github.io
Description: Bumps astro from 4.16.7 to 5.1.8.
Release notes
Sourced from astro's releases.
astro@5.1.8
Patch Changes
#12998 9ce0038 Thanks @Kynson! - Fixes the issue that audit incorrectly flag images as above the fold when the scrolling container is not body
#12990 2e12f1d Thanks @ascorbic! - Fixes a bug that caused references to be incorrectly reported as invalid
#12984 2d259cf Thanks @ascorbic! - Fixes a bug in dev where files would stop being watched if the Astro config file was edited
#12984 2d259cf Thanks @ascorbic! - Fixes a bug where the content layer would use an outdated version of the Astro config if it was edited in dev
#12982 429aa75 Thanks @bluwy! - Fixes an issue where server islands do not work in projects that use an adapter but only have prerendered pages. If an adapter is added, the server island endpoint will now be added by default.
#12995 78fd73a Thanks @florian-lefebvre! - Fixes a case where astro:actions types would not work when using src/actions.ts
#13011 cf30880 Thanks @ascorbic! - Upgrades Vite
#12733 bbf1d88 Thanks @ascorbic! - Fixes a bug that caused the dev server to return an error if requesting "//"
#13001 627aec3 Thanks @ascorbic! - Fixes a bug that caused Astro to attempt to inject environment variables into non-source files, causing performance problems and broken builds
astro@5.1.7
Patch Changes
#12361 3d89e62 Thanks @LunaticMuch! - Upgrades the esbuild version to match vite
#12980 1a026af Thanks @florian-lefebvre! - Fixes a case where setting the status of a page to 404 in development would show the default 404 page (or custom one if provided) instead of using the current page
#12182 c30070b Thanks @braden-w! - Improves matching of 404 and 500 routes
Updated dependencies [3d89e62]:
@astrojs/markdown-remark@6.0.2
astro@5.1.6
Patch Changes
#12956 3aff68a Thanks @kaytwo! - Removes encryption of empty props to allow server island cacheability
#12977 80067c0 Thanks @florian-lefebvre! - Fixes a case where accessing astro:env APIs or import.meta.env inside the content config file would not work
#12839 57be349 Thanks @mtwilliams-code! - Fix Astro.currentLocale returning the incorrect locale when using fallback rewrites in SSR mode
#12962 4b7a2ce Thanks @ascorbic! - Skips updating content layer files if content is unchanged
#12942 f00c2dd Thanks @liruifengv! - Improves the session error messages
#12966 d864e09 Thanks @ascorbic! - Ensures old content collection entry is deleted if a markdown frontmatter slug is changed in dev
astro@5.1.5
Patch Changes
... (truncated)
Changelog
Sourced from astro's changelog.
5.1.8
Patch Changes
#12998 9ce0038 Thanks @Kynson! - Fixes the issue that audit incorrectly flag images as above the fold when the scrolling container is not body
#12990 2e12f1d Thanks @ascorbic! - Fixes a bug that caused references to be incorrectly reported as invalid
#12984 2d259cf Thanks @ascorbic! - Fixes a bug in dev where files would stop being watched if the Astro config file was edited
#12984 2d259cf Thanks @ascorbic! - Fixes a bug where the content layer would use an outdated version of the Astro config if it was edited in dev
#12982 429aa75 Thanks @bluwy! - Fixes an issue where server islands do not work in projects that use an adapter but only have prerendered pages. If an adapter is added, the server island endpoint will now be added by default.
#12995 78fd73a Thanks @florian-lefebvre! - Fixes a case where astro:actions types would not work when using src/actions.ts
#13011 cf30880 Thanks @ascorbic! - Upgrades Vite
#12733 bbf1d88 Thanks @ascorbic! - Fixes a bug that caused the dev server to return an error if requesting "//"
#13001 627aec3 Thanks @ascorbic! - Fixes a bug that caused Astro to attempt to inject environment variables into non-source files, causing performance problems and broken builds
5.1.7
Patch Changes
#12361 3d89e62 Thanks @LunaticMuch! - Upgrades the esbuild version to match vite
#12980 1a026af Thanks @florian-lefebvre! - Fixes a case where setting the status of a page to 404 in development would show the default 404 page (or custom one if provided) instead of using the current page
#12182 c30070b Thanks @braden-w! - Improves matching of 404 and 500 routes
Updated dependencies [3d89e62]:
@astrojs/markdown-remark@6.0.2
5.1.6
Patch Changes
#12956 3aff68a Thanks @kaytwo! - Removes encryption of empty props to allow server island cacheability
#12977 80067c0 Thanks @florian-lefebvre! - Fixes a case where accessing astro:env APIs or import.meta.env inside the content config file would not work
#12839 57be349 Thanks @mtwilliams-code! - Fix Astro.currentLocale returning the incorrect locale when using fallback rewrites in SSR mode
#12962 4b7a2ce Thanks @ascorbic! - Skips updating content layer files if content is unchanged
#12942 f00c2dd Thanks @liruifengv! - Improves the session error messages
#12966 d864e09 Thanks @ascorbic! - Ensures old content collection entry is deleted if a markdown frontmatter slug is changed in dev
... (truncated)
Commits
0a0b197 [ci] release (#12991)
d065182 Revert "feat(server-islands): only encode ETAGO delimiter (#11513)" (#13013)
3357ff6 fix(deps): update all non-major dependencies (#13008)
f64b73c feat(server-islands): only encode ETAGO delimiter (#11513)
9cc46f6 [ci] format
cf30880 fix: upgrade Vite and update tests (#13011)
7babf22 [ci] format
9ce0038 fix: audit incorrectly flagging images as above the fold (#12993) (#12998)
22eafff [ci] format
429aa75 Fix server islands for prerender-only sites (#12982)
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.1.8. Release notes Sourced from astro's releases. astro@5.1.8 Patch Changes #12998 9ce0038 Thanks @Kynson! - Fixes the issue that audit incorrectly flag images...
X Description: Bumps astro from 4.16.7 to 5.1.8. Release notes Sourced from astro's releases. astro@5.1.8 Patch Changes #12998 9ce0038 Thanks @Kynson! - Fixes the issue that audit incorrectly flag im...
Opengraph URL: https://github.com/emeraldjava/emeraldjava.github.io/pull/253
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:d5f87851-eaa8-ec61-4dfd-6c8669d7c763 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | E9EC:2B5F45:EE74F6:1400121:697D0CC3 |
| html-safe-nonce | f61fc4c4712414d548186f4d9346931091118f4600ea706375acfef304a85517 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJFOUVDOjJCNUY0NTpFRTc0RjY6MTQwMDEyMTo2OTdEMENDMyIsInZpc2l0b3JfaWQiOiIyMTU3OTg4MzE5NDM3MDY1NDExIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 43054f8dac34c011ada024d7ecf6a36b68c2f392961b217cb0a07de309fe6c58 |
| hovercard-subject-tag | pull_request:2289190028 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,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/253/files |
| 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.1.8. Release notes Sourced from astro's releases. astro@5.1.8 Patch Changes #12998 9ce0038 Thanks @Kynson! - Fixes the issue that audit incorrectly flag images... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | f4270289760ed79c539b4df0bf901fb752ee16d6a98c6589b1c6b6d5d4e1a000 |
| turbo-cache-control | no-preview |
| diff-view | unified |
| 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 |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7add7da55b3463f73608a5dd149b156c4e76f2b8 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width