-
Notifications
You must be signed in to change notification settings - Fork 0
fix(deps): update all non-major dependencies #213
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
Conversation
c067657 to
fa979ed
Compare
d7c2349 to
e076be3
Compare
d1c513c to
512e28d
Compare
512e28d to
2417c69
Compare
04efb13 to
28a8f82
Compare
9168633 to
2f2e8ca
Compare
a956a17 to
600cc7f
Compare
bc59b3d to
a4b9bc5
Compare
0e042d8 to
decf6be
Compare
2f15a49 to
c4e2c7b
Compare
bbf7106 to
e43bd3c
Compare
e43bd3c to
5b2c09c
Compare
5b2c09c to
67b9b37
Compare
|
This PR contains the following updates:
4.15.3->4.15.49.7.1->9.9.0Release Notes
withastro/astro (astro)
v4.15.4Compare Source
Patch Changes
#11879
bd1d4aaThanks @matthewp! - Allow passing a cryptography key via ASTRO_KEYFor Server islands Astro creates a cryptography key in order to hash props for the islands, preventing accidental leakage of secrets.
If you deploy to an environment with rolling updates then there could be multiple instances of your app with different keys, causing potential key mismatches.
To fix this you can now pass the
ASTRO_KEYenvironment variable to your build in order to reuse the same key.To generate a key use:
This will print out an environment variable to set like:
#11935
c58193aThanks @Princesseuh! - Fixesastro addnot using the proper export point when adding certain adapterspnpm/pnpm (pnpm)
v9.9.0Compare Source
v9.8.0Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.