Bump cookie and astro
Bumps cookie to 0.7.2 and updates ancestor dependency astro. These dependencies need to be updated together.
Updates cookie from 0.6.0 to 0.7.2
Release notes
Sourced from cookie's releases.
v0.7.2
Fixed
- Fix object assignment of
hasOwnProperty(#177) bc38ffdhttps://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2
0.7.1
Fixed
- Allow leading dot for domain (#174)
- Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
- Add fast path for
serializewithout options, useobj.hasOwnPropertywhen parsing (#172)https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1
0.7.0
- perf: parse cookies ~10% faster (#144 by
@kurtextremand #170)- fix: narrow the validation of cookies to match RFC6265 (#167 by
@bewinsnw)- fix: add
maintopackage.jsonfor rspack (#166 by@proudparrot2)
Commits
d19eaa10.7.2bc38ffdFix object assignment ofhasOwnProperty(#177)cf4658f0.7.16a8b8f5Allow leading dot for domain (#174)58015c0Remove more code and perf wins (#172)ab057d60.7.05f02ca8Migrate history to GitHub releasesa5d591cMigrate history to GitHub releases51968f9Skip isNaN9e7ca51perf(parse): cache length, return early (#144)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.
Updates astro from 4.9.1 to 4.16.6
Release notes
Sourced from astro's releases.
[email protected]
Patch Changes
#11823
a3d30a6Thanks@DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component#12227
8b1a641Thanks@florian-lefebvre! - Fixes a case where environment variables would not be refreshed when usingastro:env#12239
2b6daa5Thanks@ematipico! - BREAKING CHANGE to the experimental Container API onlyChanges the default page rendering behavior of Astro components in containers, and adds a new option
partial: falseto render full Astro pages as before.Previously, the Container API was rendering all Astro components as if they were full Astro pages containing
<!DOCTYPE html>by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.To render the component as a full-fledged Astro page, pass a new option called
partial: falsetorenderToString()andrenderToResponse():import { experimental_AstroContainer as AstroContainer } from 'astro/container'; import Card from '../src/components/Card.astro';const container = AstroContainer.create();
await container.renderToString(Card); // the string will not contain
<!DOCTYPE html>await container.renderToString(Card, { partial: false }); // the string will contain<!DOCTYPE html>[email protected]
Patch Changes
- #12232
ff68ba5Thanks@martrapp! - Fixes an issue with cssesc in dev mode when settingvite.ssr.noExternal: true[email protected]
Patch Changes
#12223
79ffa5dThanks@ArmandPhilippot! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a buttonThe
buttonelement can be used with a label (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of alabel.#12199
c351352Thanks@ematipico! - Fixes a regression in the computation ofAstro.currentLocale#12222
fb55695Thanks@ematipico! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when callingctx.clientAddress()[email protected]
Patch Changes
#12220
b049359Thanks@bluwy! - Fixes accidental internalsetOnSetGetEnvparameter rename that caused runtime errors#12197
2aa2dfdThanks@ematipico! - Fix a regression where a port was incorrectly added to theAstro.url[email protected]
Patch Changes
... (truncated)
Changelog
Sourced from astro's changelog.
4.16.6
Patch Changes
#11823
a3d30a6Thanks@DerTimonius! - fix: improve error message when inferSize is used in local images with the Image component#12227
8b1a641Thanks@florian-lefebvre! - Fixes a case where environment variables would not be refreshed when usingastro:env#12239
2b6daa5Thanks@ematipico! - BREAKING CHANGE to the experimental Container API onlyChanges the default page rendering behavior of Astro components in containers, and adds a new option
partial: falseto render full Astro pages as before.Previously, the Container API was rendering all Astro components as if they were full Astro pages containing
<!DOCTYPE html>by default. This was not intended, and now by default, all components will render as page partials: only the contents of the components without a page shell.To render the component as a full-fledged Astro page, pass a new option called
partial: falsetorenderToString()andrenderToResponse():import { experimental_AstroContainer as AstroContainer } from 'astro/container'; import Card from '../src/components/Card.astro';const container = AstroContainer.create();
await container.renderToString(Card); // the string will not contain
<!DOCTYPE html>await container.renderToString(Card, { partial: false }); // the string will contain<!DOCTYPE html>4.16.5
Patch Changes
- #12232
ff68ba5Thanks@martrapp! - Fixes an issue with cssesc in dev mode when settingvite.ssr.noExternal: true4.16.4
Patch Changes
#12223
79ffa5dThanks@ArmandPhilippot! - Fixes a false positive reported by the dev toolbar Audit app where a label was considered missing when associated with a buttonThe
buttonelement can be used with a label (e.g. to create a switch) and should not be reported as an accessibility issue when used as a child of alabel.#12199
c351352Thanks@ematipico! - Fixes a regression in the computation ofAstro.currentLocale#12222
fb55695Thanks@ematipico! - Fixes an issue where the edge middleware couldn't correctly compute the client IP address when callingctx.clientAddress()4.16.3
Patch Changes
... (truncated)
Commits
d6f1704[ci] release (#12240)c5cd5beFix test:vite-ci script (#12246)0bbf2fb[ci] format8b1a641fix: do not override process.env (#12227)2b6daa5fix(container): emit components as partials (#12239)a3d30a6fix: improve error for inferSize and Image component (#11823)5a4edeb[ci] release (#12234)ff68ba5Fixes an issue with cssesc in dev mode when setting vite.ssr.noExternal: true...6df5bba[ci] release (#12225)64bb796Use real filesystem for unit testing (#12172)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.