From e7142de0fd161c8c980f91ff0fa2967b23f438fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 02:14:05 +0000 Subject: [PATCH 1/2] chore(deps): update dependency globals to v17.3.0 --- packages/linting/package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/linting/package.json b/packages/linting/package.json index 658ee00..bec45d3 100644 --- a/packages/linting/package.json +++ b/packages/linting/package.json @@ -43,7 +43,7 @@ "eslint": "9.39.2", "eslint-config-prettier": "10.1.8", "eslint-config-turbo": "2.8.1", - "globals": "17.2.0", + "globals": "17.3.0", "prettier": "3.8.1", "stylelint": "17.1.0", "stylelint-config-idiomatic-order": "10.0.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c84eaa1..b2e5b93 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -133,8 +133,8 @@ importers: specifier: 2.8.1 version: 2.8.1(eslint@9.39.2)(turbo@2.8.1) globals: - specifier: 17.2.0 - version: 17.2.0 + specifier: 17.3.0 + version: 17.3.0 prettier: specifier: 3.8.1 version: 3.8.1 @@ -2229,8 +2229,8 @@ packages: resolution: {integrity: sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==} engines: {node: '>=18'} - globals@17.2.0: - resolution: {integrity: sha512-tovnCz/fEq+Ripoq+p/gN1u7l6A7wwkoBT9pRCzTHzsD/LvADIzXZdjmRymh5Ztf0DYC3Rwg5cZRYjxzBmzbWg==} + globals@17.3.0: + resolution: {integrity: sha512-yMqGUQVVCkD4tqjOJf3TnrvaaHDMYp4VlUSObbkIiuCPe/ofdMBFIAcBbCSRFWOnos6qRiTVStDwqPLUclaxIw==} engines: {node: '>=18'} globby@11.1.0: @@ -6050,7 +6050,7 @@ snapshots: globals@14.0.0: {} - globals@17.2.0: {} + globals@17.3.0: {} globby@11.1.0: dependencies: From 3d997f2845685e016b878abeff1775d1e205ebdf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Wed, 4 Feb 2026 02:14:21 +0000 Subject: [PATCH 2/2] chore(changesets): add changeset for renovate --- .changeset/renovate-e7142de.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/renovate-e7142de.md diff --git a/.changeset/renovate-e7142de.md b/.changeset/renovate-e7142de.md new file mode 100644 index 0000000..4a8c326 --- /dev/null +++ b/.changeset/renovate-e7142de.md @@ -0,0 +1,5 @@ +--- +'@dume/linting': patch +--- + +Updated dependency `globals` to `17.3.0`.