This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 2178e4d07cc NO-ISSUE: Remove isomorphic-git old custom patch (#3022)
2178e4d07cc is described below

commit 2178e4d07cce10e4a9a6e24c84f9b1b108154f30
Author: Thiago Lugli <[email protected]>
AuthorDate: Mon Mar 24 18:36:55 2025 -0300

    NO-ISSUE: Remove isomorphic-git old custom patch (#3022)
---
 .rat-excludes                       |  2 --
 package.json                        |  1 -
 patches/[email protected] | 13 -------------
 pnpm-lock.yaml                      |  5 +----
 4 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/.rat-excludes b/.rat-excludes
index 50cc8b07991..a9375ff9e57 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -2100,8 +2100,6 @@ empty.yard.yaml
 empty.yard.yml
 # patches/[email protected]
 [email protected]
-# patches/[email protected]
[email protected]
 # patches/[email protected]
 [email protected]
 # patches/[email protected]
diff --git a/package.json b/package.json
index 240cb3b181b..36b92233d2c 100644
--- a/package.json
+++ b/package.json
@@ -49,7 +49,6 @@
     },
     "patchedDependencies": {
       "[email protected]": "patches/[email protected]",
-      "[email protected]": "patches/[email protected]",
       "[email protected]": 
"patches/[email protected]",
       "[email protected]": "patches/[email protected]",
       "[email protected]": "patches/[email protected]"
diff --git a/patches/[email protected] 
b/patches/[email protected]
deleted file mode 100644
index 62f91c0a445..00000000000
--- a/patches/[email protected]
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/index.js b/index.js
-index 
97acbbe331a9ce39a5c35f730b571c65573ad863..aaec967097c97cdb525129537d547be0d3c7d7f8
 100644
---- a/index.js
-+++ b/index.js
-@@ -1338,7 +1338,7 @@ function normalizePath(path) {
-     .replace(/^\.\/$/, '.') // if path === './' return '.'
-     .replace(/^\.\//, '') // Remove leading './'
-     .replace(/\/\.$/, '') // Remove trailing '/.'
--    .replace(/(.+)\/$/, '$1') // Remove trailing '/'
-+    // .replace(/(.+)\/$/, '$1') // Remove trailing '/'
-     .replace(/^$/, '.') // if path === '' return '.'
- }
- 
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 3e79271e7d5..64736077e00 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -14,9 +14,6 @@ patchedDependencies:
   [email protected]:
     hash: utu5oov26wz5mjuays57tp3ybu
     path: patches/[email protected]
-  [email protected]:
-    hash: j7cg2tlxujycdt53drg3qdvfbi
-    path: patches/[email protected]
   [email protected]:
     hash: 33rb3z4iahwgdqfruk4pr3teue
     path: patches/[email protected]
@@ -57525,7 +57522,7 @@ snapshots:
       '@tsconfig/node14': 1.0.3
       '@tsconfig/node16': 1.0.3
       '@types/node': 22.10.7
-      acorn: 8.10.0
+      acorn: 8.12.1
       acorn-walk: 8.2.0
       arg: 4.1.0
       create-require: 1.1.1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to