Skip to content
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

Update browser releases #21950

Merged
merged 2 commits into from
Jan 24, 2024
Merged

Update browser releases #21950

merged 2 commits into from
Jan 24, 2024

Conversation

mdn-bot
Copy link
Collaborator

@mdn-bot mdn-bot commented Jan 18, 2024

The output of the update-browser-releases script is:

@mdn/browser-compat-data@5.5.7 update-browser-releases
node --loader=ts-node/esm --no-warnings=ExperimentalWarning scripts/update-browser-releases/index.ts --all

Updates for Chrome for Desktop

Updates for Chrome for Android

  • New status for chrome_android 121: current, previously beta.
  • New release notes for chrome_android 121: https://chromereleases.googleblog.com/2024/01/chrome-for-android-update.html, previously undefined.
  • New status for chrome_android 122: beta, previously planned.
  • New release date for chrome_android 122: 2024-02-20, previously undefined.
  • New status for chrome_android 120: retired, previously current.

Updates for Webview for Android

  • New status for webview_android 121: current, previously beta.
  • New release notes for webview_android 121: https://chromereleases.googleblog.com/2024/01/chrome-for-android-update.html, previously undefined.
  • New status for webview_android 122: beta, previously planned.
  • New release date for webview_android 122: 2024-02-20, previously undefined.
  • New status for webview_android 120: retired, previously current.

Updates for Firefox for Desktop

  • New status for firefox 122: current, previously beta.
  • New status for firefox 123: beta, previously nightly.
  • New status for firefox 124: nightly, previously planned.
  • New status for firefox 121: retired, previously current.
  • New release detected for firefox: Version 125 as a planned release.

Updates for Firefox for Android

  • New status for firefox_android 122: current, previously beta.
  • New status for firefox_android 123: beta, previously nightly.
  • New status for firefox_android 124: nightly, previously planned.
  • New status for firefox_android 121: retired, previously current.
  • New release detected for firefox_android: Version 125 as a planned release.

Updates for Safari for Desktop

  • New status for safari 17.3: current, previously beta.
  • New release date for safari 17.3: 2024-01-22, previously undefined.
  • New status for safari 17.2: retired, previously current.

Updates for Safari for iOS

  • New status for safari_ios 17.3: current, previously beta.
  • New release date for safari_ios 17.3: 2024-01-22, previously undefined.
  • New status for safari_ios 17.2: retired, previously current.

@github-actions github-actions bot added the data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. label Jan 18, 2024
"engine": "Blink",
"engine_version": "120"
},
"121": {
"release_date": "2024-01-23",
"status": "beta",
"release_notes": "https://chromereleases.googleblog.com/2024/01/stable-channel-update-for-desktop.html",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't the post for 121 stable, it's a 120 patch release.

"engine": "Blink",
"engine_version": "120"
},
"121": {
"release_date": "2024-01-23",
"status": "beta",
"release_notes": "https://chromereleases.googleblog.com/2024/01/chrome-for-android-update.html",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't for 121 either.

@mdn-bot mdn-bot force-pushed the browser-releases branch 2 times, most recently from 65ae7f3 to 4999dc7 Compare January 22, 2024 04:34
@foolip
Copy link
Collaborator

foolip commented Jan 22, 2024

@teoli2003 can you take a look at why the script is picking up the wrong blog posts here?

@Elchi3
Copy link
Member

Elchi3 commented Jan 22, 2024

If it turns out that these release notes aren't reliable then I think we could switch to some more useful ones. Rachel had the feedback that the current ones aren't particularly useful to web developers anyways.

I found release notes on developer.chrome.com and starting with 54, they seem to be at a reliable place:
https://developer.chrome.com/blog/new-in-chrome-54
...
https://developer.chrome.com/blog/new-in-chrome-120

Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The script found the release notes for Chrome Desktop after all but it didn't find the correct ones for Chrome Android/Webview. I will tweak them manually and merge this.
I think we should consider switching to better release notes as mentioned in #21950 (comment)

browsers/chrome_android.json Outdated Show resolved Hide resolved
browsers/webview_android.json Outdated Show resolved Hide resolved
@Elchi3 Elchi3 merged commit 9db183c into main Jan 24, 2024
9 checks passed
@Elchi3 Elchi3 deleted the browser-releases branch January 24, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants