From c101f6ac1693732c6e26311b6c2ff4d482494959 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:10:01 +0000 Subject: [PATCH] Bump @dataform/core from 3.0.29 to 3.0.30 Bumps [@dataform/core](https://github.com/dataform-co/dataform) from 3.0.29 to 3.0.30. - [Release notes](https://github.com/dataform-co/dataform/releases) - [Commits](https://github.com/dataform-co/dataform/compare/3.0.29...3.0.30) --- updated-dependencies: - dependency-name: "@dataform/core" dependency-version: 3.0.30 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6383dff4..8d56566a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "name": "crawl-data", "dependencies": { - "@dataform/core": "3.0.29" + "@dataform/core": "3.0.30" }, "devDependencies": { "eslint": "^9.35.0", @@ -15,9 +15,9 @@ } }, "node_modules/@dataform/core": { - "version": "3.0.29", - "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.29.tgz", - "integrity": "sha512-QwyfdbfTIlSFQs93thwpJxGDT5u87W7j5aC+CixcRlpHdVbx6azUm007t+Xs5+Ww+XuTJe+wfBx3ozQiTbxvaw==", + "version": "3.0.30", + "resolved": "https://registry.npmjs.org/@dataform/core/-/core-3.0.30.tgz", + "integrity": "sha512-N8Wkyju1YisoUuET6UYPTdTBzIvugm7+r8WjWISCllCwiQj6dNIU3kDlA7AmuiC0rpxpbbX22HiIeEFIOSKAAg==", "license": "Apache-2.0" }, "node_modules/@eslint-community/eslint-utils": { diff --git a/package.json b/package.json index 2cf86a27..efbb11c6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "superlint": "docker run --platform linux/amd64 -e DEFAULT_BRANCH=main -e VALIDATE_GIT_COMMITLINT=false -e VALIDATE_TERRAFORM_TERRASCAN=false -e VALIDATE_TERRAFORM_TFLINT=false -e FIX_JSON_PRETTIER=true -e IGNORE_GITIGNORED_FILES=true -e VALIDATE_ALL_CODEBASE=true -e VALIDATE_JSCPD=false -e RUN_LOCAL=true -v ./:/tmp/lint ghcr.io/super-linter/super-linter:slim-latest" }, "dependencies": { - "@dataform/core": "3.0.29" + "@dataform/core": "3.0.30" }, "devDependencies": { "eslint": "^9.35.0",