Skip to content

add june news #9

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

Merged
merged 2 commits into from
Jun 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ export default defineConfig({
'/news/': [{
text: 'JS News Archive',
items:[{
text: 'June 2025',
link: '/news/2025-06.md',
}, {
text: 'May 2025',
link: '/news/2025-05.md',
}, {
Expand Down
44 changes: 44 additions & 0 deletions docs/news/2025-06.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# JavaScript News: June 2025

## News

- [Announcing Rolldown-Vite](https://voidzero.dev/posts/announcing-rolldown-vite)
- [State of CSS Survey](https://survey.devographics.com/en-US/survey/state-of-css/2025) <-- Not JS but y'all are probably using CSS...
- [9 Proposals Advanced at recent TC39 meeting](https://socket.dev/blog/tc39-advances-9-proposals)
- Stage 4 (ready!):
- Array.fromAsync
- Error.isError
- `using` (conditionally advanced)

## Resources & Articles & More

- [Svelte Summit Recordings](https://www.youtube.com/playlist?list=PL8bMgX1kyZThKy_B41FQHk_xsHMQouV1Z#sveltesociety2025)
- [How Imports Work in RSC](https://overreacted.io/how-imports-work-in-rsc/)
- [Beware of End-of-Life Node.js Versions](https://nodejs.org/en/blog/announcements/node-18-eol-support)

## Upcoming 2025 Conferences

- [Uberconf](https://uberconf.com/) | Denver, CO, July 15 - 18
- [Big Sky Dev Con](https://bigskydevcon.com/) | Bozeman, MT, August 2
- [Beer City Code](https://www.beercitycode.com/) | Grand Rapids, MI, August 8 - 9
- [UtahJS](https://www.utahjs.com/conference) | SLC, UT, September 13
- [SquiggleConf](https://2025.squiggleconf.com/) | Boston, MA, September 18 - 19
- [CascadiaJS](https://cascadiajs.com/2025) | Seattle, WA, September 17 - 20
- [International JavaScript Conference New York](https://javascript-conference.com/new-york/) | New York, NY, September 29 - October 2
- [Dev2Next](https://www.dev2next.com/) | Colorado Springs, CO, September 29 - October 2
- [SmashingConf](https://smashingconf.com/ny-2025) | New York, NY, October 6 - 9
- [All Things Open](https://2025.allthingsopen.org/) | Raleigh, NC, October 12 - 14
- [React Summit US](https://reactsummit.us/) | New York, NY or Remote, November 18 - 21

## Releases

- [Astro 5.9](https://astro.build/blog/astro-590/)
- [Biome v2](https://biomejs.dev/blog/biome-v2/)
- [Deno v2.3.6](https://github.com/denoland/deno/releases/tag/v2.3.6)
- [ESLint v9.28.0](https://eslint.org/blog/2025/05/eslint-v9.28.0-released/)
- [Hono v4.8.0](https://github.com/honojs/hono/releases/tag/v4.8.0)
- [Jest 30](https://jestjs.io/blog/2025/06/04/jest-30)
- [Node v24.2.0](https://nodejs.org/en/blog/release/v24.2.0)
- [Playwright v1.53](https://dev.to/playwright/whats-new-in-playwright-v152-v153-fix-with-ai-describable-locators-and-more-dl9)
- [Storybook 9](https://storybook.js.org/blog/storybook-9/)
- [TanStack v1.121.0](https://github.com/TanStack/router/discussions/2863#discussioncomment-13104960)