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

Drop support for node 18, make engine install strict and add missing node 22 to linux test ci #5977

Merged
merged 14 commits into from
Mar 5, 2025

Conversation

timotheeguerin
Copy link
Member

@timotheeguerin timotheeguerin commented Feb 12, 2025

  • fix Remove support for node18 #6095 make node 20 minimum version(preparation for 1.0-rc)
  • install with strict engine to catch dependency that might not support a version of node we support
  • add missing CI branch: node 22 on linux

@azure-sdk
Copy link
Collaborator

azure-sdk commented Feb 12, 2025

All changed packages have been documented.

  • @typespec/bundler
  • @typespec/compiler
  • @typespec/events
  • @typespec/http-server-csharp
  • @typespec/http
  • @typespec/internal-build-utils
  • @typespec/json-schema
  • @typespec/openapi
  • @typespec/openapi3
  • @typespec/playground
  • @typespec/rest
  • @typespec/spec-api
  • @typespec/sse
  • @typespec/streams
  • tmlanguage-generator
  • typespec-vs
  • @typespec/versioning
  • @typespec/xml
Show changes

@typespec/bundler - breaking ✏️

Minimum node version is now 20

@typespec/compiler - breaking ✏️

Minimum node version is now 20

@typespec/events - breaking ✏️

Minimum node version is now 20

@typespec/http-server-csharp - breaking ✏️

Minimum node version is now 20

@typespec/http - breaking ✏️

Minimum node version is now 20

@typespec/internal-build-utils - breaking ✏️

Minimum node version is now 20

@typespec/json-schema - breaking ✏️

Minimum node version is now 20

@typespec/openapi - breaking ✏️

Minimum node version is now 20

@typespec/openapi3 - breaking ✏️

Minimum node version is now 20

@typespec/playground - breaking ✏️

Minimum node version is now 20

@typespec/rest - breaking ✏️

Minimum node version is now 20

@typespec/spec-api - breaking ✏️

Minimum node version is now 20

@typespec/sse - breaking ✏️

Minimum node version is now 20

@typespec/streams - breaking ✏️

Minimum node version is now 20

tmlanguage-generator - breaking ✏️

Minimum node version is now 20

typespec-vs - breaking ✏️

Minimum node version is now 20

@typespec/versioning - breaking ✏️

Minimum node version is now 20

@typespec/xml - breaking ✏️

Minimum node version is now 20

@azure-sdk
Copy link
Collaborator

azure-sdk commented Feb 12, 2025

You can try these changes here

🛝 Playground 🌐 Website 🛝 VSCode Extension

@timotheeguerin timotheeguerin requested a review from RodgeFu as a code owner March 5, 2025 00:10
@timotheeguerin timotheeguerin changed the title Strict engine Drop support for node 18, make engine install strict and add missing node 22 to linux test ci Mar 5, 2025
@chrisradek chrisradek linked an issue Mar 5, 2025 that may be closed by this pull request
@allenjzhang
Copy link
Member

Beat Chris to it. :-)

@timotheeguerin timotheeguerin added this pull request to the merge queue Mar 5, 2025
Merged via the queue into microsoft:main with commit db8de25 Mar 5, 2025
56 checks passed
@timotheeguerin timotheeguerin deleted the engine-strict branch March 5, 2025 06:17
github-merge-queue bot pushed a commit to Azure/typespec-azure that referenced this pull request Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove support for node18
6 participants