Skip to content

Commit

Permalink
chore: release main (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Feb 21, 2025
1 parent dac0387 commit 3e9b0eb
Show file tree
Hide file tree
Showing 12 changed files with 53 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/compat": "1.2.6",
"packages/compat": "1.2.7",
"packages/config-array": "0.19.2",
"packages/core": "0.11.0",
"packages/migrate-config": "1.3.7",
"packages/core": "0.12.0",
"packages/migrate-config": "1.3.8",
"packages/object-schema": "2.1.6",
"packages/plugin-kit": "0.2.6"
"packages/plugin-kit": "0.2.7"
}
9 changes: 9 additions & 0 deletions packages/compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.2.7](https://github.com/eslint/rewrite/compare/compat-v1.2.6...compat-v1.2.7) (2025-02-21)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @eslint/core bumped from ^0.11.0 to ^0.12.0

## [1.2.6](https://github.com/eslint/rewrite/compare/compat-v1.2.5...compat-v1.2.6) (2025-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/compat/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/compat",
"version": "1.2.6",
"version": "1.2.7",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/compat",
"version": "1.2.6",
"version": "1.2.7",
"description": "Compatibility utilities for ESLint",
"type": "module",
"main": "dist/esm/index.js",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"homepage": "https://github.com/eslint/rewrite#readme",
"devDependencies": {
"@eslint/core": "^0.11.0",
"@eslint/core": "^0.12.0",
"c8": "^9.1.0",
"eslint": "^9.11.0",
"mocha": "^10.4.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.12.0](https://github.com/eslint/rewrite/compare/core-v0.11.0...core-v0.12.0) (2025-02-21)


### Features

* Add meta.language and meta.dialects to RuleDefinition ([#156](https://github.com/eslint/rewrite/issues/156)) ([dac0387](https://github.com/eslint/rewrite/commit/dac0387fc3dd7e74811ae045ab782c70366bb14c))


### Bug Fixes

* Types to align with older ESLint types ([#155](https://github.com/eslint/rewrite/issues/155)) ([664740a](https://github.com/eslint/rewrite/commit/664740a8d4a93bee896cec3a661bf2072e893e24))

## [0.11.0](https://github.com/eslint/rewrite/compare/core-v0.10.0...core-v0.11.0) (2025-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/core",
"version": "0.11.0",
"version": "0.12.0",
"exports": "./dist/esm/types.d.ts",
"publish": {
"include": [
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": "@eslint/core",
"version": "0.11.0",
"version": "0.12.0",
"description": "Runtime-agnostic core of ESLint",
"type": "module",
"types": "./dist/esm/types.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/migrate-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [1.3.8](https://github.com/eslint/rewrite/compare/migrate-config-v1.3.7...migrate-config-v1.3.8) (2025-02-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @eslint/compat bumped from ^1.2.6 to ^1.2.7

## [1.3.7](https://github.com/eslint/rewrite/compare/migrate-config-v1.3.6...migrate-config-v1.3.7) (2025-01-31)


Expand Down
4 changes: 2 additions & 2 deletions packages/migrate-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/migrate-config",
"version": "1.3.7",
"version": "1.3.8",
"description": "Configuration migration for ESLint",
"type": "module",
"bin": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"dependencies": {
"@eslint/compat": "^1.2.6",
"@eslint/compat": "^1.2.7",
"@eslint/eslintrc": "^3.1.0",
"camelcase": "^8.0.0",
"recast": "^0.23.7"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugin-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.7](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.6...plugin-kit-v0.2.7) (2025-02-21)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @eslint/core bumped from ^0.11.0 to ^0.12.0

## [0.2.6](https://github.com/eslint/rewrite/compare/plugin-kit-v0.2.5...plugin-kit-v0.2.6) (2025-01-31)


Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-kit/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/plugin-kit",
"version": "0.2.6",
"version": "0.2.7",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/plugin-kit",
"version": "0.2.6",
"version": "0.2.7",
"description": "Utilities for building ESLint plugins.",
"author": "Nicholas C. Zakas",
"type": "module",
Expand Down Expand Up @@ -47,7 +47,7 @@
],
"license": "Apache-2.0",
"dependencies": {
"@eslint/core": "^0.11.0",
"@eslint/core": "^0.12.0",
"levn": "^0.4.1"
},
"devDependencies": {
Expand Down

0 comments on commit 3e9b0eb

Please sign in to comment.