diff --git a/package.json b/package.json index 79ca1d20..281e54ff 100644 --- a/package.json +++ b/package.json @@ -28,13 +28,13 @@ "resolve": "^1.12.0" }, "devDependencies": { - "eslint": "^4.14.0", - "eslint-config-prettier": "^2.9.0", - "eslint-plugin-import": "^2.8.0", - "eslint-plugin-jest": "^21.5.0", - "eslint-plugin-prettier": "^2.4.0", - "jest": "^21.1.0", - "jest-runner-eslint": "^0.3.0" + "eslint": "^8.56.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-jest": "^27.9.0", + "eslint-plugin-prettier": "^4.0.0", + "jest": "^29.7.0", + "jest-runner-eslint": "^2.1.2" }, "jest": { "projects": [ diff --git a/tests/Comments/__snapshots__/jsfmt.spec.js.snap b/tests/Comments/__snapshots__/jsfmt.spec.js.snap index f46c15d3..4804847e 100644 --- a/tests/Comments/__snapshots__/jsfmt.spec.js.snap +++ b/tests/Comments/__snapshots__/jsfmt.spec.js.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`htmlComments.melody.twig 1`] = ` +exports[`htmlComments.melody.twig - melody-verify: htmlComments.melody.twig 1`] = ` This is a paragraph @@ -34,7 +34,7 @@ A third paragraph `; -exports[`twigComments.melody.twig 1`] = ` +exports[`twigComments.melody.twig - melody-verify: twigComments.melody.twig 1`] = ` {# One #} {# Two #} diff --git a/tests/ConstantValue/__snapshots__/jsfmt.spec.js.snap b/tests/ConstantValue/__snapshots__/jsfmt.spec.js.snap index a215009d..9767f0b8 100644 --- a/tests/ConstantValue/__snapshots__/jsfmt.spec.js.snap +++ b/tests/ConstantValue/__snapshots__/jsfmt.spec.js.snap @@ -1,20 +1,20 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`constant-value-int.melody.twig 1`] = ` +exports[`constant-value-int.melody.twig - melody-verify: constant-value-int.melody.twig 1`] = ` 123 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 123 `; -exports[`constant-value-string.melody.twig 1`] = ` +exports[`constant-value-string.melody.twig - melody-verify: constant-value-string.melody.twig 1`] = ` Test string ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Test string `; -exports[`special-cases.melody.twig 1`] = ` +exports[`special-cases.melody.twig - melody-verify: special-cases.melody.twig 1`] = ` {% if isRTL %}‎{% endif %} {% if searchResultFailing %} diff --git a/tests/ControlStructures/__snapshots__/jsfmt.spec.js.snap b/tests/ControlStructures/__snapshots__/jsfmt.spec.js.snap index 5a06ca83..c7c1bebb 100644 --- a/tests/ControlStructures/__snapshots__/jsfmt.spec.js.snap +++ b/tests/ControlStructures/__snapshots__/jsfmt.spec.js.snap @@ -1,6 +1,6 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`for.melody.twig 1`] = ` +exports[`for.melody.twig - melody-verify: for.melody.twig 1`] = `