From 011054ca255acce2fc7834e8c56e07c68b6d1679 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 17:03:24 +0000 Subject: [PATCH] chore(deps-dev): bump the dev-deps group with 3 updates Updates the requirements on [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser), [dotenv-cli](https://github.com/entropitor/dotenv-cli) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) to permit the latest version. Updates `@typescript-eslint/parser` to 8.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/parser) Updates `dotenv-cli` to 7.4.3 - [Release notes](https://github.com/entropitor/dotenv-cli/releases) - [Commits](https://github.com/entropitor/dotenv-cli/compare/v7.4.2...v7.4.3) Updates `typescript-eslint` to 8.15.0 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.15.0/packages/typescript-eslint) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development dependency-group: dev-deps - dependency-name: dotenv-cli dependency-type: direct:development dependency-group: dev-deps - dependency-name: typescript-eslint dependency-type: direct:development dependency-group: dev-deps ... Signed-off-by: dependabot[bot] --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 72b5ff4..2b40534 100644 --- a/package.json +++ b/package.json @@ -39,15 +39,15 @@ }, "devDependencies": { "@release-it/keep-a-changelog": "^5.0.0", - "@typescript-eslint/parser": "^8.14.0", - "dotenv-cli": "^7.4.2", + "@typescript-eslint/parser": "^8.15.0", + "dotenv-cli": "^7.4.3", "esbuild-plugin-browserslist": "^0.15.0", "eslint": "^9.15.0", "eslint-plugin-astro": "^1.3.1", "globals": "^15.12.0", "release-it": "^17.10.0", "sass": "^1.81.0", - "typescript-eslint": "^8.14.0" + "typescript-eslint": "^8.15.0" }, "release-it": { "npm": {