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

davin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


The following commit(s) were added to refs/heads/main by this push:
     new c21951c  Bump prettier from 3.2.5 to 3.6.2
c21951c is described below

commit c21951c5afd2f2516eff85aa02bae93ee542ec7f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 5 13:20:36 2025 +0000

    Bump prettier from 3.2.5 to 3.6.2
    
    Bumps [prettier](https://github.com/prettier/prettier) from 3.2.5 to 3.6.2.
    - [Release notes](https://github.com/prettier/prettier/releases)
    - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/prettier/prettier/compare/3.2.5...3.6.2)
    
    ---
    updated-dependencies:
    - dependency-name: prettier
      dependency-version: 3.6.2
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 package.json                      | 2 +-
 src/language/semantics/xpLexer.ts | 2 +-
 yarn.lock                         | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package.json b/package.json
index 1ba0051..657a513 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
     "glob": "8.1.0",
     "mini-css-extract-plugin": "^2.9.4",
     "mocha": "11.5.0",
-    "prettier": "3.2.5",
+    "prettier": "3.6.2",
     "prettier-plugin-svelte": "3.2.6",
     "run-func": "^3.0.0",
     "sass": "^1.89.2",
diff --git a/src/language/semantics/xpLexer.ts 
b/src/language/semantics/xpLexer.ts
index 9779634..0669b9f 100644
--- a/src/language/semantics/xpLexer.ts
+++ b/src/language/semantics/xpLexer.ts
@@ -323,7 +323,7 @@ export class Data {
       case ',':
         matchesPart1 = p1 === 'in' || p1 === ':='
         // 'then' added here as it must not appear in an if expr:
-        ;(isPart2 = p1 === 'then'), p1 === 'in' || p1 === ':='
+        ;((isPart2 = p1 === 'then'), p1 === 'in' || p1 === ':=')
         break
       default:
         isPart2 = false
diff --git a/yarn.lock b/yarn.lock
index ea04095..d2a77d9 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4155,10 +4155,10 @@ [email protected]:
   resolved 
"https://registry.yarnpkg.com/prettier-plugin-svelte/-/prettier-plugin-svelte-3.2.6.tgz#22e5b6783a2c87bfe112e0f4b1886ea3db236bf4";
   integrity 
sha512-Y1XWLw7vXUQQZmgv1JAEiLcErqUniAF2wO7QJsw8BVMvpLET2dI5WpEIEJx1r11iHVdSMzQxivyfrH9On9t2IQ==
 
[email protected]:
-  version "3.2.5"
-  resolved 
"https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368";
-  integrity 
sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
[email protected]:
+  version "3.6.2"
+  resolved 
"https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393";
+  integrity 
sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
 
 process-nextick-args@~2.0.0:
   version "2.0.1"

Reply via email to