From 031459c5492687980498f385953e78252444777b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:49:20 +0000 Subject: [PATCH] chore(deps-dev): bump @biomejs/biome from 2.3.13 to 2.4.11 Bumps [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) from 2.3.13 to 2.4.11. - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.11/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@biomejs/biome" dependency-version: 2.4.11 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- examples/1-hello/package.json | 2 +- examples/2-openapi/package.json | 2 +- examples/3-async-tasks/package.json | 2 +- examples/4-async-tasks-cron/package.json | 2 +- examples/5-custom-startup/package.json | 2 +- examples/6-events/package.json | 2 +- package.json | 2 +- pnpm-lock.yaml | 98 ++++++++++++------------ 8 files changed, 56 insertions(+), 56 deletions(-) diff --git a/examples/1-hello/package.json b/examples/1-hello/package.json index 1b78541..01cb895 100644 --- a/examples/1-hello/package.json +++ b/examples/1-hello/package.json @@ -15,7 +15,7 @@ "@lithia-js/core": "workspace:*" }, "devDependencies": { - "@biomejs/biome": "^2.3.13", + "@biomejs/biome": "^2.4.11", "@lithia-js/cli": "workspace:*", "@types/node": "^25.1.0", "typescript": "^5.9.3" diff --git a/examples/2-openapi/package.json b/examples/2-openapi/package.json index c5f579b..f6b861a 100644 --- a/examples/2-openapi/package.json +++ b/examples/2-openapi/package.json @@ -17,7 +17,7 @@ "zod": "^4.1.11" }, "devDependencies": { - "@biomejs/biome": "^2.3.13", + "@biomejs/biome": "^2.4.11", "@lithia-js/cli": "workspace:*", "@types/node": "^25.1.0", "typescript": "^5.9.3" diff --git a/examples/3-async-tasks/package.json b/examples/3-async-tasks/package.json index f7afd4d..04756a7 100644 --- a/examples/3-async-tasks/package.json +++ b/examples/3-async-tasks/package.json @@ -15,7 +15,7 @@ "@lithia-js/core": "workspace:*" }, "devDependencies": { - "@biomejs/biome": "^2.3.13", + "@biomejs/biome": "^2.4.11", "@lithia-js/cli": "workspace:*", "@types/node": "^25.1.0", "typescript": "^5.9.3" diff --git a/examples/4-async-tasks-cron/package.json b/examples/4-async-tasks-cron/package.json index 2e813e0..175c652 100644 --- a/examples/4-async-tasks-cron/package.json +++ b/examples/4-async-tasks-cron/package.json @@ -15,7 +15,7 @@ "@lithia-js/core": "workspace:*" }, "devDependencies": { - "@biomejs/biome": "^2.3.13", + "@biomejs/biome": "^2.4.11", "@lithia-js/cli": "workspace:*", "@types/node": "^25.1.0", "typescript": "^5.9.3" diff --git a/examples/5-custom-startup/package.json b/examples/5-custom-startup/package.json index d8c671c..9fc5da7 100644 --- a/examples/5-custom-startup/package.json +++ b/examples/5-custom-startup/package.json @@ -15,7 +15,7 @@ "@lithia-js/core": "workspace:*" }, "devDependencies": { - "@biomejs/biome": "^2.3.13", + "@biomejs/biome": "^2.4.11", "@lithia-js/cli": "workspace:*", "@types/node": "^25.1.0", "typescript": "^5.9.3" diff --git a/examples/6-events/package.json b/examples/6-events/package.json index 9eef6a0..a9353cf 100644 --- a/examples/6-events/package.json +++ b/examples/6-events/package.json @@ -15,7 +15,7 @@ "@lithia-js/core": "workspace:*" }, "devDependencies": { - "@biomejs/biome": "^2.3.13", + "@biomejs/biome": "^2.4.11", "@lithia-js/cli": "workspace:*", "@types/node": "^25.1.0", "typescript": "^5.9.3" diff --git a/package.json b/package.json index b8143f7..bb9724b 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "release": "pnpm release:check && pnpm build && pnpm test && pnpm release:publish && pnpm release:github" }, "devDependencies": { - "@biomejs/biome": "2.3.13", + "@biomejs/biome": "2.4.11", "@types/node": "^25.1.0", "tsup": "^8.5.1", "tsx": "^4.21.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8c87801..95a4938 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,8 +9,8 @@ importers: .: devDependencies: '@biomejs/biome': - specifier: 2.3.13 - version: 2.3.13 + specifier: 2.4.11 + version: 2.4.11 '@types/node': specifier: ^25.1.0 version: 25.1.0 @@ -37,8 +37,8 @@ importers: version: link:../../packages/core devDependencies: '@biomejs/biome': - specifier: ^2.3.13 - version: 2.3.13 + specifier: ^2.4.11 + version: 2.4.11 '@lithia-js/cli': specifier: workspace:* version: link:../../packages/cli @@ -62,8 +62,8 @@ importers: version: 4.3.6 devDependencies: '@biomejs/biome': - specifier: ^2.3.13 - version: 2.3.13 + specifier: ^2.4.11 + version: 2.4.11 '@lithia-js/cli': specifier: workspace:* version: link:../../packages/cli @@ -81,8 +81,8 @@ importers: version: link:../../packages/core devDependencies: '@biomejs/biome': - specifier: ^2.3.13 - version: 2.3.13 + specifier: ^2.4.11 + version: 2.4.11 '@lithia-js/cli': specifier: workspace:* version: link:../../packages/cli @@ -100,8 +100,8 @@ importers: version: link:../../packages/core devDependencies: '@biomejs/biome': - specifier: ^2.3.13 - version: 2.3.13 + specifier: ^2.4.11 + version: 2.4.11 '@lithia-js/cli': specifier: workspace:* version: link:../../packages/cli @@ -119,8 +119,8 @@ importers: version: link:../../packages/core devDependencies: '@biomejs/biome': - specifier: ^2.3.13 - version: 2.3.13 + specifier: ^2.4.11 + version: 2.4.11 '@lithia-js/cli': specifier: workspace:* version: link:../../packages/cli @@ -138,8 +138,8 @@ importers: version: link:../../packages/core devDependencies: '@biomejs/biome': - specifier: ^2.3.13 - version: 2.3.13 + specifier: ^2.4.11 + version: 2.4.11 '@lithia-js/cli': specifier: workspace:* version: link:../../packages/cli @@ -330,55 +330,55 @@ packages: '@better-fetch/fetch@1.1.21': resolution: {integrity: sha512-/ImESw0sskqlVR94jB+5+Pxjf+xBwDZF/N5+y2/q4EqD7IARUTSpPfIo8uf39SYpCxyOCtbyYpUrZ3F/k0zT4A==} - '@biomejs/biome@2.3.13': - resolution: {integrity: sha512-Fw7UsV0UAtWIBIm0M7g5CRerpu1eKyKAXIazzxhbXYUyMkwNrkX/KLkGI7b+uVDQ5cLUMfOC9vR60q9IDYDstA==} + '@biomejs/biome@2.4.11': + resolution: {integrity: sha512-nWxHX8tf3Opb/qRgZpBbsTOqOodkbrkJ7S+JxJAruxOReaDPPmPuLBAGQ8vigyUgo0QBB+oQltNEAvalLcjggA==} engines: {node: '>=14.21.3'} hasBin: true - '@biomejs/cli-darwin-arm64@2.3.13': - resolution: {integrity: sha512-0OCwP0/BoKzyJHnFdaTk/i7hIP9JHH9oJJq6hrSCPmJPo8JWcJhprK4gQlhFzrwdTBAW4Bjt/RmCf3ZZe59gwQ==} + '@biomejs/cli-darwin-arm64@2.4.11': + resolution: {integrity: sha512-wOt+ed+L2dgZanWyL6i29qlXMc088N11optzpo10peayObBaAshbTcxKUchzEMp9QSY8rh5h6VfAFE3WTS1rqg==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [darwin] - '@biomejs/cli-darwin-x64@2.3.13': - resolution: {integrity: sha512-AGr8OoemT/ejynbIu56qeil2+F2WLkIjn2d8jGK1JkchxnMUhYOfnqc9sVzcRxpG9Ycvw4weQ5sprRvtb7Yhcw==} + '@biomejs/cli-darwin-x64@2.4.11': + resolution: {integrity: sha512-gZ6zR8XmZlExfi/Pz/PffmdpWOQ8Qhy7oBztgkR8/ylSRyLwfRPSadmiVCV8WQ8PoJ2MWUy2fgID9zmtgUUJmw==} engines: {node: '>=14.21.3'} cpu: [x64] os: [darwin] - '@biomejs/cli-linux-arm64-musl@2.3.13': - resolution: {integrity: sha512-TUdDCSY+Eo/EHjhJz7P2GnWwfqet+lFxBZzGHldrvULr59AgahamLs/N85SC4+bdF86EhqDuuw9rYLvLFWWlXA==} + '@biomejs/cli-linux-arm64-musl@2.4.11': + resolution: {integrity: sha512-+Sbo1OAmlegtdwqFE8iOxFIWLh1B3OEgsuZfBpyyN/kWuqZ8dx9ZEes6zVnDMo+zRHF2wLynRVhoQmV7ohxl2Q==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-arm64@2.3.13': - resolution: {integrity: sha512-xvOiFkrDNu607MPMBUQ6huHmBG1PZLOrqhtK6pXJW3GjfVqJg0Z/qpTdhXfcqWdSZHcT+Nct2fOgewZvytESkw==} + '@biomejs/cli-linux-arm64@2.4.11': + resolution: {integrity: sha512-avdJaEElXrKceK0va9FkJ4P5ci3N01TGkc6ni3P8l3BElqbOz42Wg2IyX3gbh0ZLEd4HVKEIrmuVu/AMuSeFFA==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [linux] - '@biomejs/cli-linux-x64-musl@2.3.13': - resolution: {integrity: sha512-0bdwFVSbbM//Sds6OjtnmQGp4eUjOTt6kHvR/1P0ieR9GcTUAlPNvPC3DiavTqq302W34Ae2T6u5VVNGuQtGlQ==} + '@biomejs/cli-linux-x64-musl@2.4.11': + resolution: {integrity: sha512-bexd2IklK7ZgPhrz6jXzpIL6dEAH9MlJU1xGTrypx+FICxrXUp4CqtwfiuoDKse+UlgAlWtzML3jrMqeEAHEhA==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-linux-x64@2.3.13': - resolution: {integrity: sha512-s+YsZlgiXNq8XkgHs6xdvKDFOj/bwTEevqEY6rC2I3cBHbxXYU1LOZstH3Ffw9hE5tE1sqT7U23C00MzkXztMw==} + '@biomejs/cli-linux-x64@2.4.11': + resolution: {integrity: sha512-TagWV0iomp5LnEnxWFg4nQO+e52Fow349vaX0Q/PIcX6Zhk4GGBgp3qqZ8PVkpC+cuehRctMf3+6+FgQ8jCEFQ==} engines: {node: '>=14.21.3'} cpu: [x64] os: [linux] - '@biomejs/cli-win32-arm64@2.3.13': - resolution: {integrity: sha512-QweDxY89fq0VvrxME+wS/BXKmqMrOTZlN9SqQ79kQSIc3FrEwvW/PvUegQF6XIVaekncDykB5dzPqjbwSKs9DA==} + '@biomejs/cli-win32-arm64@2.4.11': + resolution: {integrity: sha512-RJhaTnY8byzxDt4bDVb7AFPHkPcjOPK3xBip4ZRTrN3TEfyhjLRm3r3mqknqydgVTB74XG8l4jMLwEACEeihVg==} engines: {node: '>=14.21.3'} cpu: [arm64] os: [win32] - '@biomejs/cli-win32-x64@2.3.13': - resolution: {integrity: sha512-trDw2ogdM2lyav9WFQsdsfdVy1dvZALymRpgmWsvSez0BJzBjulhOT/t+wyKeh3pZWvwP3VMs1SoOKwO3wecMQ==} + '@biomejs/cli-win32-x64@2.4.11': + resolution: {integrity: sha512-A8D3JM/00C2KQgUV3oj8Ba15EHEYwebAGCy5Sf9GAjr5Y3+kJIYOiESoqRDeuRZueuMdCsbLZIUqmPhpYXJE9A==} engines: {node: '>=14.21.3'} cpu: [x64] os: [win32] @@ -2228,39 +2228,39 @@ snapshots: '@better-fetch/fetch@1.1.21': {} - '@biomejs/biome@2.3.13': + '@biomejs/biome@2.4.11': optionalDependencies: - '@biomejs/cli-darwin-arm64': 2.3.13 - '@biomejs/cli-darwin-x64': 2.3.13 - '@biomejs/cli-linux-arm64': 2.3.13 - '@biomejs/cli-linux-arm64-musl': 2.3.13 - '@biomejs/cli-linux-x64': 2.3.13 - '@biomejs/cli-linux-x64-musl': 2.3.13 - '@biomejs/cli-win32-arm64': 2.3.13 - '@biomejs/cli-win32-x64': 2.3.13 + '@biomejs/cli-darwin-arm64': 2.4.11 + '@biomejs/cli-darwin-x64': 2.4.11 + '@biomejs/cli-linux-arm64': 2.4.11 + '@biomejs/cli-linux-arm64-musl': 2.4.11 + '@biomejs/cli-linux-x64': 2.4.11 + '@biomejs/cli-linux-x64-musl': 2.4.11 + '@biomejs/cli-win32-arm64': 2.4.11 + '@biomejs/cli-win32-x64': 2.4.11 - '@biomejs/cli-darwin-arm64@2.3.13': + '@biomejs/cli-darwin-arm64@2.4.11': optional: true - '@biomejs/cli-darwin-x64@2.3.13': + '@biomejs/cli-darwin-x64@2.4.11': optional: true - '@biomejs/cli-linux-arm64-musl@2.3.13': + '@biomejs/cli-linux-arm64-musl@2.4.11': optional: true - '@biomejs/cli-linux-arm64@2.3.13': + '@biomejs/cli-linux-arm64@2.4.11': optional: true - '@biomejs/cli-linux-x64-musl@2.3.13': + '@biomejs/cli-linux-x64-musl@2.4.11': optional: true - '@biomejs/cli-linux-x64@2.3.13': + '@biomejs/cli-linux-x64@2.4.11': optional: true - '@biomejs/cli-win32-arm64@2.3.13': + '@biomejs/cli-win32-arm64@2.4.11': optional: true - '@biomejs/cli-win32-x64@2.3.13': + '@biomejs/cli-win32-x64@2.4.11': optional: true '@drizzle-team/brocli@0.10.2':