From 20b8b6b9aad297c7a62b99008218a2185b09a067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 20:46:41 +0200 Subject: [PATCH] build(deps): Bump true-myth from 6.2.0 to 7.0.1 in /DSL (#534) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [true-myth](https://github.com/true-myth/true-myth) from 6.2.0 to 7.0.1.
Release notes

Sourced from true-myth's releases.

Release 7.0.1

:bug: Bug Fix

:house: Internal

Committers: 1

Release 7.0.0

There is only one actual breaking change since 6.x: dropping support for Node versions earlier than Node 18 LTS. (While that is a small breaking change, around here we like taking care of technical details and SemVer.)

The main benefit here is adding back support for CJS consumption—though it still requires using a recent TS version with support for exports maps and using an appropriate module resolution mode. (We may be able to add support for more "classic" module resolution modes later, as a non-breaking change, with this in place—but make no guarantees!)

:boom: Breaking Change

:rocket: Enhancement

:memo: Documentation

:house: Internal

Committers: 3

Changelog

Sourced from true-myth's changelog.

7.0.1 (2023-07-16)

:bug: Bug Fix

:house: Internal

Committers: 1

7.0.0 (2023-07-15)

:boom: Breaking Change

:rocket: Enhancement

:memo: Documentation

:house: Internal

Committers: 3

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=true-myth&package-manager=npm_and_yarn&previous-version=6.2.0&new-version=7.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- DSL/package-lock.json | 16 ++++++++-------- DSL/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DSL/package-lock.json b/DSL/package-lock.json index 9cec272e2..692c259f6 100644 --- a/DSL/package-lock.json +++ b/DSL/package-lock.json @@ -14,7 +14,7 @@ "glob": "^10.3.3", "langium": "^1.2.1", "radash": "^11.0.0", - "true-myth": "^6.2.0", + "true-myth": "^7.0.1", "vscode-languageclient": "^8.1.0", "vscode-languageserver": "^8.1.0", "vscode-languageserver-types": "^3.17.3", @@ -2116,11 +2116,11 @@ } }, "node_modules/true-myth": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-6.2.0.tgz", - "integrity": "sha512-NYvzj/h2mGXmdIBmz825c/lQhpI4bzUQEEiBCAbNOVpr6aeYa1WTpJ+OmGmj1yPqbTLPKCCSi54yDnaEup504Q==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-7.0.1.tgz", + "integrity": "sha512-YYZ6Ev437+GuuPU1rfwwVw8n13BRYfG1U79uk4xy3XIxalICOujTE/EbD/l82RQ3t9Kam+1znJuFd6Qoyj6yYQ==", "engines": { - "node": "14.* || 16.* || >= 18.*" + "node": "18.* || >= 20.*" } }, "node_modules/type-detect": { @@ -3952,9 +3952,9 @@ "dev": true }, "true-myth": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-6.2.0.tgz", - "integrity": "sha512-NYvzj/h2mGXmdIBmz825c/lQhpI4bzUQEEiBCAbNOVpr6aeYa1WTpJ+OmGmj1yPqbTLPKCCSi54yDnaEup504Q==" + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/true-myth/-/true-myth-7.0.1.tgz", + "integrity": "sha512-YYZ6Ev437+GuuPU1rfwwVw8n13BRYfG1U79uk4xy3XIxalICOujTE/EbD/l82RQ3t9Kam+1znJuFd6Qoyj6yYQ==" }, "type-detect": { "version": "4.0.8", diff --git a/DSL/package.json b/DSL/package.json index 208fd5b18..240693fbd 100644 --- a/DSL/package.json +++ b/DSL/package.json @@ -62,7 +62,7 @@ "glob": "^10.3.3", "langium": "^1.2.1", "radash": "^11.0.0", - "true-myth": "^6.2.0", + "true-myth": "^7.0.1", "vscode-languageclient": "^8.1.0", "vscode-languageserver": "^8.1.0", "vscode-languageserver-types": "^3.17.3",