Skip to content

Commit 7f9d397

Browse files
Bump web-specs from 3.58.0 to 3.59.0 (#3191)
* Bump web-specs from 3.58.0 to 3.59.0 Bumps [web-specs](https://github.com/w3c/browser-specs) from 3.58.0 to 3.59.0. - [Release notes](https://github.com/w3c/browser-specs/releases) - [Commits](https://github.com/w3c/browser-specs/compare/[email protected]@3.59.0) --- updated-dependencies: - dependency-name: web-specs dependency-version: 3.59.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Reflect cookie store spec move to WHATWG --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Daniel D. Beck <[email protected]>
1 parent f88c41d commit 7f9d397

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

features/cookie-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Cookie store
22
description: The `CookieStore` interface is an asynchronous and promise-based API for managing cookies. It does not rely on document and so is available to service workers as well.
3-
spec: https://wicg.github.io/cookie-store/
3+
spec: https://cookiestore.spec.whatwg.org/
44
caniuse: cookie-store-api
55
compat_features:
66
- api.CookieStore

features/partitioned-cookies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Partitioned cookies
22
description: Partitioned cookies allow you to opt a cookie into partitioned storage, with a separate cookie jar per top-level site. Also known as Cookies Having Independent Partitioned State or CHIPS.
3-
spec: https://wicg.github.io/cookie-store/
3+
spec: https://cookiestore.spec.whatwg.org/
44
compat_features:
55
- api.CookieStore.delete.partitioned_option
66
- api.CookieStore.get.partitioned_return_property

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"typescript": "^5.8.3",
6262
"typescript-eslint": "^8.38.0",
6363
"unified": "^11.0.5",
64-
"web-specs": "^3.58.0",
64+
"web-specs": "^3.59.0",
6565
"winston": "^3.17.0",
6666
"yaml": "^2.8.0",
6767
"yargs": "^18.0.0"

0 commit comments

Comments
 (0)