Skip to content
Open
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
10 changes: 0 additions & 10 deletions .changeset/breaking-enabled-opt-in.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/bundle-ts-plugin-deps-for-vscode.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/drop-node-20.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/exclude-reexport-goto-def.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/grumpy-waves-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/update-core-deps.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @css-modules-kit/codegen

## 1.0.0

### Major Changes

- [#357](https://github.com/mizdra/css-modules-kit/pull/357) [`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b) - feat(core, ts-plugin, codegen)!: require `cmkOptions.enabled: true` to activate

ts-plugin and codegen are now only enabled when `cmkOptions.enabled` is explicitly set to `true` in tsconfig.json.
Previously they worked even without the option. See [#289](https://github.com/mizdra/css-modules-kit/issues/289) for background.

- [#362](https://github.com/mizdra/css-modules-kit/pull/362) [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae) - Drop Node.js 20 support and require Node.js >=22.12.0.

### Patch Changes

- [#351](https://github.com/mizdra/css-modules-kit/pull/351) [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867) - fix(core, codegen): support TypeScript v6

- Updated dependencies [[`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b), [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae), [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867), [`f615cce`](https://github.com/mizdra/css-modules-kit/commit/f615cce4dc35f5b4c63215d57f98c05e13b4db47)]:
- @css-modules-kit/core@1.0.0

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-modules-kit/codegen",
"version": "0.10.0",
"version": "1.0.0",
"private": false,
"description": "A tool for generating `*.d.ts` files for `*.module.css`.",
"keywords": [
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# @css-modules-kit/core

## 1.0.0

### Major Changes

- [#357](https://github.com/mizdra/css-modules-kit/pull/357) [`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b) - feat(core, ts-plugin, codegen)!: require `cmkOptions.enabled: true` to activate

ts-plugin and codegen are now only enabled when `cmkOptions.enabled` is explicitly set to `true` in tsconfig.json.
Previously they worked even without the option. See [#289](https://github.com/mizdra/css-modules-kit/issues/289) for background.

- [#362](https://github.com/mizdra/css-modules-kit/pull/362) [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae) - Drop Node.js 20 support and require Node.js >=22.12.0.

### Patch Changes

- [#351](https://github.com/mizdra/css-modules-kit/pull/351) [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867) - fix(core, codegen): support TypeScript v6

- [#350](https://github.com/mizdra/css-modules-kit/pull/350) [`f615cce`](https://github.com/mizdra/css-modules-kit/commit/f615cce4dc35f5b4c63215d57f98c05e13b4db47) - deps(core): update postcss and postcss-selector-parser

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-modules-kit/core",
"version": "0.10.0",
"version": "1.0.0",
"private": false,
"description": "The core of css-modules-kit",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @css-modules-kit/eslint-plugin

## 1.0.0

### Major Changes

- [#362](https://github.com/mizdra/css-modules-kit/pull/362) [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae) - Drop Node.js 20 support and require Node.js >=22.12.0.

### Patch Changes

- Updated dependencies [[`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b), [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae), [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867), [`f615cce`](https://github.com/mizdra/css-modules-kit/commit/f615cce4dc35f5b4c63215d57f98c05e13b4db47)]:
- @css-modules-kit/core@1.0.0

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-modules-kit/eslint-plugin",
"version": "0.10.0",
"version": "1.0.0",
"private": false,
"description": "A eslint plugin for CSS Modules",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/stylelint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @css-modules-kit/stylelint-plugin

## 1.0.0

### Major Changes

- [#362](https://github.com/mizdra/css-modules-kit/pull/362) [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae) - Drop Node.js 20 support and require Node.js >=22.12.0.

### Patch Changes

- Updated dependencies [[`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b), [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae), [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867), [`f615cce`](https://github.com/mizdra/css-modules-kit/commit/f615cce4dc35f5b4c63215d57f98c05e13b4db47)]:
- @css-modules-kit/core@1.0.0

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stylelint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-modules-kit/stylelint-plugin",
"version": "0.10.0",
"version": "1.0.0",
"private": false,
"description": "A stylelint plugin for CSS Modules",
"keywords": [
Expand Down
18 changes: 18 additions & 0 deletions packages/ts-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @css-modules-kit/ts-plugin

## 1.0.0

### Major Changes

- [#357](https://github.com/mizdra/css-modules-kit/pull/357) [`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b) - feat(core, ts-plugin, codegen)!: require `cmkOptions.enabled: true` to activate

ts-plugin and codegen are now only enabled when `cmkOptions.enabled` is explicitly set to `true` in tsconfig.json.
Previously they worked even without the option. See [#289](https://github.com/mizdra/css-modules-kit/issues/289) for background.

- [#362](https://github.com/mizdra/css-modules-kit/pull/362) [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae) - Drop Node.js 20 support and require Node.js >=22.12.0.

### Patch Changes

- [#364](https://github.com/mizdra/css-modules-kit/pull/364) [`ea5dfc9`](https://github.com/mizdra/css-modules-kit/commit/ea5dfc9d3c80d86cb9b974b9cc87640f4883bb8f) - fix(ts-plugin): exclude re-exported `@value ... from '...'` tokens from Go to Definition results

- Updated dependencies [[`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b), [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae), [`0f570c1`](https://github.com/mizdra/css-modules-kit/commit/0f570c17f698c7dd6239931ffcf6ae61ff40e867), [`f615cce`](https://github.com/mizdra/css-modules-kit/commit/f615cce4dc35f5b4c63215d57f98c05e13b4db47)]:
- @css-modules-kit/core@1.0.0

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@css-modules-kit/ts-plugin",
"version": "0.10.0",
"version": "1.0.0",
"private": false,
"description": "A TypeScript Language Service Plugin for CSS Modules",
"keywords": [
Expand Down
9 changes: 9 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# css-modules-kit-vscode

## 1.0.0

### Patch Changes

- [#349](https://github.com/mizdra/css-modules-kit/pull/349) [`7b1256e`](https://github.com/mizdra/css-modules-kit/commit/7b1256e7b9b7d3c323a34096d4de04f8075c7ddf) - chore(vscode): bundle ts-plugin dependencies instead of installing at publish time

- Updated dependencies [[`cc5f4c8`](https://github.com/mizdra/css-modules-kit/commit/cc5f4c8bd2c0cf49d582852150357669c1d9ea6b), [`e1f2983`](https://github.com/mizdra/css-modules-kit/commit/e1f2983c5040159ac97ba34f26c8b26f72d2f4ae), [`ea5dfc9`](https://github.com/mizdra/css-modules-kit/commit/ea5dfc9d3c80d86cb9b974b9cc87640f4883bb8f)]:
- @css-modules-kit/ts-plugin@1.0.0

## 0.10.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "css-modules-kit-vscode",
"displayName": "CSS Modules Kit",
"version": "0.10.0",
"version": "1.0.0",
"private": true,
"description": "The VS Code extension for CSS Modules",
"categories": [
Expand Down
Loading