Skip to content

Migrate project to ESM and TypeScript#50

Merged
kutsan merged 1 commit intomasterfrom
major-release-notice
Nov 23, 2025
Merged

Migrate project to ESM and TypeScript#50
kutsan merged 1 commit intomasterfrom
major-release-notice

Conversation

@kutsan
Copy link
Copy Markdown
Owner

@kutsan kutsan commented Nov 23, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 23, 2025 11:38
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR migrates the project to ESM and TypeScript, updating the documentation to reflect the new module system. The README examples are updated from JSON configuration format to JavaScript ESM syntax with TypeScript type annotations.

Key changes:

  • Documentation examples converted from JSON to JavaScript with ESM export default syntax
  • Added TypeScript type hints using JSDoc @type comments for better developer experience

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kutsan kutsan force-pushed the major-release-notice branch from f46866a to 36a28f1 Compare November 23, 2025 11:43
Copilot AI review requested due to automatic review settings November 23, 2025 11:43
@kutsan kutsan force-pushed the major-release-notice branch from 36a28f1 to 6b779a7 Compare November 23, 2025 11:43
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

BREAKING CHANGE: CommonJS support is dropped; please use v7.0.0 if you require CommonJS.
BREAKING CHANGE: `stylelint-order` is now a peer dependency, you must install it explicitly.
BREAKING CHANGE: The minimum supported version is now `stylelint@16`.
@kutsan kutsan force-pushed the major-release-notice branch from 6b779a7 to 48567ec Compare November 23, 2025 11:48
@kutsan kutsan merged commit f6d58d7 into master Nov 23, 2025
11 checks passed
@kutsan kutsan deleted the major-release-notice branch November 23, 2025 11:50
@github-actions
Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 8.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v7.1.0 introduces breaking changes that should be v8.0.0 - breaks compatibility with stylelint@15 and CommonJS consumers

2 participants