Bugzilla – Attachment 174856 Details for
Bug 38167
ESLint: migrate config to flat format + cleanup some node dependencies
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38167: Remove Babel which was only used by Webpack
Bug-38167-Remove-Babel-which-was-only-used-by-Webp.patch (text/plain), 1.62 KB, created by
Victor Grousset/tuxayo
on 2024-11-20 18:59:38 UTC
(
hide
)
Description:
Bug 38167: Remove Babel which was only used by Webpack
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2024-11-20 18:59:38 UTC
Size:
1.62 KB
patch
obsolete
>From 2c90ff497af2651069529491477edfa57daa9f08 Mon Sep 17 00:00:00 2001 >From: Victor Grousset/tuxayo <victor@tuxayo.net> >Date: Mon, 14 Oct 2024 19:21:25 +0200 >Subject: [PATCH] Bug 38167: Remove Babel which was only used by Webpack > >And our old versions was depending on a old buggy version of "globals" >that broke ESLint when using new config file format. >Removing Babel if it's not used anymore instead of updating it. (There >would be a way to test the updat works anyway. > >@vue/cli-service was depending on babel core. >Removing it since it's deprecated (see replacements below) instead >having to keep a subset of Babel packages and updating them. >https://cli.vuejs.org/#getting-started >https://github.com/vuejs/vue-cli > >Signed-off-by: Paul Derscheid <paul.derscheid@lmscloud.de> >--- > package.json | 6 ------ > 1 file changed, 6 deletions(-) > >diff --git a/package.json b/package.json >index 3453e70f95..b27241b1ca 100644 >--- a/package.json >+++ b/package.json >@@ -14,8 +14,6 @@ > "@fortawesome/vue-fontawesome": "^3.0.0-5", > "@popperjs/core": "^2.11.6", > "@redocly/cli": "^1.25.11", >- "@vue/cli-service": "^5.0.1", >- "babel-core": "^7.0.0-beta.3", > "bootstrap": "^5.3.3", > "css-loader": "^6.6.0", > "cypress": "^12.17.2", >@@ -69,13 +67,9 @@ > "author": "", > "license": "GPL-3.0", > "devDependencies": { >- "@babel/core": "^7.17.5", >- "@babel/preset-env": "^7.16.11", > "@rspack/cli": "^1.0.1", > "@rspack/core": "^1.0.1", > "@vue/compiler-sfc": "^3.2.31", >- "babel-loader": "^8.2.3", >- "babelify": "^10.0.0", > "browserify": "^17.0.0", > "clean-webpack-plugin": "^4.0.0", > "eslint": "^9.12.0", >-- >2.47.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38167
:
172754
|
172755
|
173070
|
173071
|
174429
|
174430
|
174431
|
174432
|
174855
| 174856 |
174857
|
174858
|
174859