From 1cb86338a6405076bfa062dc029d76417f6c1c62 Mon Sep 17 00:00:00 2001 From: Alexandre Oliveira Date: Tue, 24 Sep 2024 10:28:05 -0300 Subject: [PATCH] - dependabot ignores typescript --- .github/dependabot.yml | 6 +++--- turing-ui/package-lock.json | 9 +++++---- turing-ui/package.json | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4d37b36c6f..fc26d42290 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,9 +12,7 @@ updates: target-branch: "0.3.9" open-pull-requests-limit: 15 ignore: - # Ignore XWiki dependencies since we always keep them up to date and Dependabot has problems with maven properties - # defined in parent poms. - - dependency-name: "org.apache.nutch*" + - dependency-name: "org.apache.nutch:nutch" groups: java: applies-to: version-updates @@ -27,6 +25,8 @@ updates: interval: "weekly" target-branch: "0.3.9" open-pull-requests-limit: 15 + ignore: + - dependency-name: "typescript" groups: angular: applies-to: version-updates diff --git a/turing-ui/package-lock.json b/turing-ui/package-lock.json index 1e1e683c78..042e6c50a0 100644 --- a/turing-ui/package-lock.json +++ b/turing-ui/package-lock.json @@ -63,7 +63,7 @@ "sonar-scanner": "^3.1.0", "ts-node": "10.9.2", "tslint": "6.1.3", - "typescript": "5.6.2" + "typescript": "5.5.4" } }, "node_modules/@ampproject/remapping": { @@ -14596,9 +14596,10 @@ "dev": true }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/turing-ui/package.json b/turing-ui/package.json index 047bc2a2e7..21ec509b43 100644 --- a/turing-ui/package.json +++ b/turing-ui/package.json @@ -66,6 +66,6 @@ "sonar-scanner": "^3.1.0", "ts-node": "10.9.2", "tslint": "6.1.3", - "typescript": "5.6.2" + "typescript": "5.5.4" } }