Skip to content

Commit

Permalink
release: 1.13.0-next.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rel1cx authored Sep 4, 2024
1 parent f4b936a commit 0f4e2ab
Show file tree
Hide file tree
Showing 21 changed files with 199 additions and 227 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0-beta.1
1.13.0-next.2
2 changes: 1 addition & 1 deletion examples/vite-react-dom-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
"eslint-plugin-react-refresh": "^0.4.11",
"typescript": "^5.7.0-dev.20240903",
"typescript-eslint": "^8.4.0",
"vite": "^5.4.2"
"vite": "^5.4.3"
}
}
2 changes: 1 addition & 1 deletion examples/vite-react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"vite": "^5.4.2"
"vite": "^5.4.3"
}
}
4 changes: 2 additions & 2 deletions examples/webpack-react-dom-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@tsconfig/node22": "22.0.0",
"@tsconfig/strictest": "2.0.5",
"@types/dotenv-webpack": "7.0.7",
"@types/node": "^22.5.2",
"@types/node": "^22.5.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"css-loader": "^7.1.2",
Expand All @@ -41,7 +41,7 @@
"typescript-eslint": "^8.4.0",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
"webpack-dev-server": "^5.1.0"
},
"packageManager": "pnpm@9.9.0"
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/monorepo",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"private": true,
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
"keywords": [
Expand Down Expand Up @@ -47,17 +47,17 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@effect/platform": "^0.63.0",
"@effect/platform-bun": "^0.43.0",
"@effect/platform-node": "^0.58.0",
"@effect/schema": "^0.72.0",
"@effect/platform": "^0.63.1",
"@effect/platform-bun": "^0.43.1",
"@effect/platform-node": "^0.58.1",
"@effect/schema": "^0.72.1",
"@eslint/js": "^9.9.1",
"@stylistic/eslint-plugin-js": "^2.7.2",
"@susisu/eslint-plugin-safe-typescript": "^0.9.0",
"@swc/core": "^1.7.23",
"@tsconfig/node22": "^22.0.0",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^22.5.2",
"@types/node": "^22.5.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
Expand All @@ -69,7 +69,7 @@
"concurrently": "^8.2.2",
"cspell": "^8.14.2",
"dprint": "^0.47.2",
"effect": "^3.7.0",
"effect": "^3.7.1",
"esbuild": "^0.23.1",
"eslint": "^9.9.1",
"eslint-config-flat-gitignore": "^0.3.0",
Expand All @@ -85,13 +85,13 @@
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-yml": "^1.14.0",
"knip": "^5.29.1",
"knip": "^5.29.2",
"lefthook": "^1.7.15",
"markdownlint": "^0.35.0",
"publint": "^0.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"skott": "^0.35.2",
"skott": "^0.35.3",
"sort-package-json": "^2.10.1",
"std-env": "^3.7.0",
"telejson": "^7.2.0",
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-react/core",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/eslint-plugin-react-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-debug",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's ESLint plugin for debugging related rules.",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/eslint-plugin-react-dom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-dom",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's ESLint plugin for React DOM related rules.",
"keywords": [
"eslint",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-hooks-extra",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
"keywords": [
"eslint",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-naming-convention",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's ESLint plugin for naming convention related rules.",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/eslint-plugin-react-web-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-web-api",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/eslint-plugin-react-x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-react-x",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "A set of composable ESLint rules for libraries and frameworks that use React as a UI runtime.",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/eslint-plugin",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "The main ESLint plugin of ESLint React. Contains all the rules and presets of ESLint React.",
"keywords": [
"eslint",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/shared",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's Shared constants and functions.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/tools",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's std library and primitives.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down Expand Up @@ -42,7 +42,7 @@
"publish": "pnpm run build && pnpm run lint:publish"
},
"devDependencies": {
"effect": "^3.7.0",
"effect": "^3.7.1",
"tsup": "^8.2.4"
}
}
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/types",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's type definitions.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/ast/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/ast",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's TSESTree AST utility module.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/jsx",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "ESLint React's TSESTree AST utility module for static analysis of JSX.",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/var/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eslint-react/var",
"version": "1.13.0-beta.1",
"version": "1.13.0-next.2",
"description": "TSESTree AST utility module for static analysis of variables",
"homepage": "https://github.com/rel1cx/eslint-react",
"bugs": {
Expand Down
Loading

0 comments on commit 0f4e2ab

Please sign in to comment.