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

chore: release main #121

Merged
merged 1 commit into from
Oct 4, 2024
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"packages/compat": "1.1.1",
"packages/compat": "1.2.0",
"packages/config-array": "0.18.0",
"packages/core": "0.6.0",
"packages/migrate-config": "1.3.0",
"packages/migrate-config": "1.3.1",
"packages/object-schema": "2.1.4",
"packages/plugin-kit": "0.2.0"
}
12 changes: 12 additions & 0 deletions packages/compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.2.0](https://github.com/eslint/rewrite/compare/compat-v1.1.1...compat-v1.2.0) (2024-10-01)


### Features

* add eslint peer dependency ([#106](https://github.com/eslint/rewrite/issues/106)) ([ae01ec3](https://github.com/eslint/rewrite/commit/ae01ec385015724cb37020b0f50a2910dc032fa7))


### Bug Fixes

* Upgrade ESLint to fix type errors ([#120](https://github.com/eslint/rewrite/issues/120)) ([d0c879e](https://github.com/eslint/rewrite/commit/d0c879e202f8b5f13a4334bffde6f22a9f80a195))

## [1.1.1](https://github.com/eslint/rewrite/compare/compat-v1.1.0...compat-v1.1.1) (2024-07-11)


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.1.1",
"version": "1.2.0",
"exports": "./dist/esm/index.js",
"publish": {
"include": [
Expand Down
2 changes: 1 addition & 1 deletion packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint/compat",
"version": "1.1.1",
"version": "1.2.0",
"description": "Compatibility utilities for ESLint",
"type": "module",
"main": "dist/esm/index.js",
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.1](https://github.com/eslint/rewrite/compare/migrate-config-v1.3.0...migrate-config-v1.3.1) (2024-10-01)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @eslint/compat bumped from ^1.1.1 to ^1.2.0

## [1.3.0](https://github.com/eslint/rewrite/compare/migrate-config-v1.2.1...migrate-config-v1.3.0) (2024-08-30)


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.0",
"version": "1.3.1",
"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.1.1",
"@eslint/compat": "^1.2.0",
"@eslint/eslintrc": "^3.1.0",
"camelcase": "^8.0.0",
"recast": "^0.23.7"
Expand Down