Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(profiles): automatic updates
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes authored and github-actions[bot] committed Aug 23, 2024
1 parent 3873ac3 commit 341cd0b
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,11 @@
"changedOrder": [],
"extraAdded": [],
"extraChanged": [
"window.Intl.DateTimeFormat.new().resolvedOptions",
"window.console.memory.usedJSHeapSize",
"window.document.styleSheets",
"window.document.scripts",
"window.navigator.connection",
"window.BaseAudioContext.prototype.currentTime",
"window.BaseAudioContext.prototype.state",
"window.BaseAudioContext.prototype.onstatechange",
Expand All @@ -73,16 +77,12 @@
"window.AudioContext.new().state",
"window.AudioContext.new().onstatechange",
"window.document.readyState",
"window.document.scripts",
"window.document.visibilityState",
"window.document.webkitVisibilityState",
"window.document.styleSheets",
"window.document.fonts.ready",
"window.navigator.connection",
"window.navigator.connection.onchange",
"window.navigator.connection.effectiveType",
"window.navigator.connection.saveData",
"window.Intl.DateTimeFormat.new().resolvedOptions",
"window.ScrollTimeline",
"window.BarcodeDetector.getSupportedFormats"
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"changedOrder": [],
"extraAdded": [],
"extraChanged": [
"window.Document.new().domain",
"window.document.location",
"window.Document.new().domain",
"window.document.URL",
"window.document.documentURI",
"window.document.documentElement.namespaceURI",
Expand Down
8 changes: 8 additions & 0 deletions real-user-agents/data/chromiumBuildVersions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
"130.0.6673.1",
"130.0.6673.0",
"129.0.6668.14",
"130.0.6669.2",
"128.0.6613.94",
"130.0.6672.1",
"130.0.6672.0",
"126.0.6478.251",
"130.0.6671.1",
"130.0.6671.0",
"129.0.6668.13",
Expand Down
17 changes: 17 additions & 0 deletions real-user-agents/data/stableChromeVersions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
[
{
"id": "chrome-128-0",
"name": "chrome",
"majorVersion": 128,
"buildVersion": 6613,
"stablePatchesByOs": {
"mac": [
85
],
"win": [
85
],
"linux": [
84
]
}
},
{
"id": "chrome-127-0",
"name": "chrome",
Expand Down
32 changes: 16 additions & 16 deletions real-user-agents/data/userAgentsById.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"mac-os-14--chrome-126-0": {
"id": "mac-os-14--chrome-126-0",
"allPatchVersions": [
251,
250,
249,
248,
Expand All @@ -56,8 +57,7 @@
245,
244,
243,
242,
241
242
],
"stablePatchVersions": [
183,
Expand Down Expand Up @@ -4688,6 +4688,7 @@
"mac-os-13--chrome-126-0": {
"id": "mac-os-13--chrome-126-0",
"allPatchVersions": [
251,
250,
249,
248,
Expand All @@ -4696,8 +4697,7 @@
245,
244,
243,
242,
241
242
],
"stablePatchVersions": [
183,
Expand Down Expand Up @@ -9780,6 +9780,7 @@
"mac-os-12--chrome-126-0": {
"id": "mac-os-12--chrome-126-0",
"allPatchVersions": [
251,
250,
249,
248,
Expand All @@ -9788,8 +9789,7 @@
245,
244,
243,
242,
241
242
],
"stablePatchVersions": [
183,
Expand Down Expand Up @@ -16822,6 +16822,7 @@
"mac-os-11--chrome-126-0": {
"id": "mac-os-11--chrome-126-0",
"allPatchVersions": [
251,
250,
249,
248,
Expand All @@ -16830,8 +16831,7 @@
245,
244,
243,
242,
241
242
],
"stablePatchVersions": [
183,
Expand Down Expand Up @@ -24154,6 +24154,7 @@
"mac-os-10-15--chrome-126-0": {
"id": "mac-os-10-15--chrome-126-0",
"allPatchVersions": [
251,
250,
249,
248,
Expand All @@ -24162,8 +24163,7 @@
245,
244,
243,
242,
241
242
],
"stablePatchVersions": [
183,
Expand Down Expand Up @@ -67498,6 +67498,7 @@
"mac-os-Sequoia--chrome-126-0": {
"id": "mac-os-Sequoia--chrome-126-0",
"allPatchVersions": [
251,
250,
249,
248,
Expand All @@ -67506,8 +67507,7 @@
245,
244,
243,
242,
241
242
],
"stablePatchVersions": [
183,
Expand Down Expand Up @@ -69564,6 +69564,7 @@
"windows-11--chrome-126-0": {
"id": "windows-11--chrome-126-0",
"allPatchVersions": [
251,
250,
249,
248,
Expand All @@ -69572,8 +69573,7 @@
245,
244,
243,
242,
241
242
],
"stablePatchVersions": [
183,
Expand Down Expand Up @@ -75466,6 +75466,7 @@
"windows-10--chrome-126-0": {
"id": "windows-10--chrome-126-0",
"allPatchVersions": [
251,
250,
249,
248,
Expand All @@ -75474,8 +75475,7 @@
245,
244,
243,
242,
241
242
],
"stablePatchVersions": [
183,
Expand Down

0 comments on commit 341cd0b

Please sign in to comment.