File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff This file was deleted.
Load diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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>" ,
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" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments