Skip to content

Commit 8254d89

Browse files
chore: prepare release
1 parent d98563d commit 8254d89

9 files changed

Lines changed: 46 additions & 24 deletions

File tree

.changeset/lucky-moons-smoke.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

.changeset/proud-suits-shout.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
"license": "Apache-2.0",
2525
"devDependencies": {
2626
"@talend/dynamic-cdn-webpack-plugin": "^14.5.1",
27-
"@talend/eslint-config": "^14.1.2",
28-
"@talend/eslint-plugin": "^1.8.1",
27+
"@talend/eslint-config": "^14.2.0",
28+
"@talend/eslint-plugin": "^2.0.0",
2929
"@talend/scripts-config-babel": "^13.10.1",
3030
"@talend/scripts-config-stylelint": "^5.0.0",
31-
"@talend/scripts-core": "^20.0.0",
31+
"@talend/scripts-core": "^21.0.0",
3232
"@vitejs/plugin-react": "^4.7.0",
3333
"cross-env": "^10.1.0",
3434
"esbuild-plugin-react-virtualized": "^1.0.6",

tools/eslint-plugin/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @talend/eslint-plugin
22

3+
## 2.0.0
4+
5+
### Major Changes
6+
7+
- 661d925: Remove the `@talend/import-depth` rule
8+
9+
The rule was tied to the UMD/CDN build constraints which are no longer relevant.
10+
It is removed from the plugin and from the shared eslint config, along with the
11+
now useless `eslint-disable` directives across the repository.
12+
313
## 1.8.2
414

515
### Patch Changes

tools/eslint-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@talend/eslint-plugin",
3-
"version": "1.8.2",
3+
"version": "2.0.0",
44
"description": "Contains internal rules used at Talend",
55
"keywords": [
66
"eslint",

tools/scripts-config-eslint/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @talend/scripts-config-eslint
22

3+
## 14.2.0
4+
5+
### Minor Changes
6+
7+
- 661d925: Remove the `@talend/import-depth` rule
8+
9+
The rule was tied to the UMD/CDN build constraints which are no longer relevant.
10+
It is removed from the plugin and from the shared eslint config, along with the
11+
now useless `eslint-disable` directives across the repository.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [661d925]
16+
- @talend/eslint-plugin@2.0.0
17+
318
## 14.1.4
419

520
### Patch Changes

tools/scripts-config-eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@talend/eslint-config",
33
"description": "Eslint configuration for @talend/scripts-core",
4-
"version": "14.1.4",
4+
"version": "14.2.0",
55
"license": "Apache-2.0",
66
"main": "index.js",
77
"author": "Talend Frontend <frontend@talend.com>",
@@ -22,7 +22,7 @@
2222
"dependencies": {
2323
"@eslint/compat": "^2.1.0",
2424
"@eslint/js": "^9.39.5",
25-
"@talend/eslint-plugin": "^1.8.2",
25+
"@talend/eslint-plugin": "^2.0.0",
2626
"@testing-library/dom": "^9.3.4",
2727
"@typescript-eslint/parser": "^8.65.0",
2828
"@typescript-eslint/eslint-plugin": "^8.65.0",

tools/scripts-core/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @talend/scripts-core
22

3+
## 21.0.0
4+
5+
### Major Changes
6+
7+
- 0363133: feat: drop build of app which was using webpack
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [661d925]
12+
- @talend/eslint-plugin@2.0.0
13+
- @talend/eslint-config@14.2.0
14+
315
## 20.0.1
416

517
### Patch Changes

tools/scripts-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@talend/scripts-core",
33
"description": "Set of scripts",
4-
"version": "20.0.1",
4+
"version": "21.0.0",
55
"license": "Apache-2.0",
66
"exports": "./src/index.js",
77
"type": "module",
@@ -25,8 +25,8 @@
2525
"dependencies": {
2626
"@babel/cli": "^7.29.7",
2727
"@babel/core": "^7.29.7",
28-
"@talend/eslint-config": "^14.1.4",
29-
"@talend/eslint-plugin": "^1.8.2",
28+
"@talend/eslint-config": "^14.2.0",
29+
"@talend/eslint-plugin": "^2.0.0",
3030
"@talend/scripts-utils": "^2.8.2",
3131
"@talend/scripts-config-babel": "^13.10.2",
3232
"@talend/scripts-config-typescript": "^12.1.2",

0 commit comments

Comments
 (0)