Skip to content

Commit

Permalink
Bump web-specs from 2.71.0 to 2.72.0 (#21181)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 7, 2023
1 parent b52040e commit ee984bd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
26 changes: 13 additions & 13 deletions api/URLPattern.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"URLPattern": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern",
"spec_url": "https://wicg.github.io/urlpattern/#urlpattern",
"spec_url": "https://urlpattern.spec.whatwg.org/#urlpattern",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -40,7 +40,7 @@
"__compat": {
"description": "<code>URLPattern()</code> constructor",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/URLPattern",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-urlpattern",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-urlpattern",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -76,7 +76,7 @@
"ignoreCase_option": {
"__compat": {
"description": "<code>ignoreCase</code> option",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpatternoptions-ignorecase",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpatternoptions-ignorecase",
"support": {
"chrome": {
"version_added": "107"
Expand Down Expand Up @@ -114,7 +114,7 @@
"exec": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/exec",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-exec",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-exec",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -151,7 +151,7 @@
"hash": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/hash",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-hash",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-hash",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -188,7 +188,7 @@
"hostname": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/hostname",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-hostname",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-hostname",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -225,7 +225,7 @@
"password": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/password",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-password",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-password",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -262,7 +262,7 @@
"pathname": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/pathname",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-pathname",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-pathname",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -299,7 +299,7 @@
"port": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/port",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-port",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-port",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -336,7 +336,7 @@
"protocol": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/protocol",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-protocol",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-protocol",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -373,7 +373,7 @@
"search": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/search",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-search",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-search",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -410,7 +410,7 @@
"test": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/test",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-test",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-test",
"support": {
"chrome": {
"version_added": "95"
Expand Down Expand Up @@ -447,7 +447,7 @@
"username": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/URLPattern/username",
"spec_url": "https://wicg.github.io/urlpattern/#dom-urlpattern-username",
"spec_url": "https://urlpattern.spec.whatwg.org/#dom-urlpattern-username",
"support": {
"chrome": {
"version_added": "95"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee984bd

Please sign in to comment.