Skip to content

Commit 0a588d0

Browse files
chore(deps-dev): bump the dependencies group with 8 updates (#376)
* chore(deps-dev): bump the dependencies group with 8 updates Bumps the dependencies group with 8 updates: | Package | From | To | | --- | --- | --- | | [@babel/parser](https://github.com/babel/babel/tree/HEAD/packages/babel-parser) | `7.26.2` | `7.28.4` | | [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) | `9.19.0` | `9.36.0` | | [@types/eslint__js](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/eslint__js) | `8.42.3` | `9.14.0` | | [eslint](https://github.com/eslint/eslint) | `9.19.0` | `9.36.0` | | [prettier](https://github.com/prettier/prettier) | `3.4.1` | `3.6.2` | | [typescript](https://github.com/microsoft/TypeScript) | `5.7.2` | `5.9.3` | | [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.22.0` | `8.45.0` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `3.0.5` | `3.2.4` | Updates `@babel/parser` from 7.26.2 to 7.28.4 - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.28.4/packages/babel-parser) Updates `@eslint/js` from 9.19.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/commits/v9.36.0/packages/js) Updates `@types/eslint__js` from 8.42.3 to 9.14.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint__js) Updates `@types/eslint__js` from 8.42.3 to 9.14.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/eslint__js) Updates `eslint` from 9.19.0 to 9.36.0 - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v9.19.0...v9.36.0) Updates `prettier` from 3.4.1 to 3.6.2 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.4.1...3.6.2) Updates `typescript` from 5.7.2 to 5.9.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.7.2...v5.9.3) Updates `typescript-eslint` from 8.22.0 to 8.45.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.45.0/packages/typescript-eslint) Updates `vitest` from 3.0.5 to 3.2.4 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v3.2.4/packages/vitest) --- updated-dependencies: - dependency-name: "@babel/parser" dependency-version: 7.28.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@eslint/js" dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: "@types/eslint__js" dependency-version: 9.14.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: "@types/eslint__js" dependency-version: 9.14.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dependencies - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: prettier dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: typescript-eslint dependency-version: 8.45.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: vitest dependency-version: 3.2.4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com> * 🔥 Remove deprecated dependency * ⬆️ Bump autodev action * ⬆️ Bump package manager * ⬆️ Apply patches * 🎨 Update dist folder --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Falk Puschner <falk.puschner@staffbase.com>
1 parent 41e0ee3 commit 0a588d0

File tree

5 files changed

+23303
-1079
lines changed

5 files changed

+23303
-1079
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: Autodev
31-
uses: Staffbase/autodev-action@v2.5.0
31+
uses: Staffbase/autodev-action@v2.6.0
3232
with:
3333
# The token used to fetch the pull requests from the GitHub API
3434
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
@@ -59,7 +59,7 @@ Always create a dev branch if you're using a version older than v2.2.
5959

6060
```yaml
6161
- name: Autodev
62-
uses: Staffbase/autodev-action@v2.5.0
62+
uses: Staffbase/autodev-action@v2.6.0
6363
with:
6464
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
6565
```
@@ -68,7 +68,7 @@ Add a status comment if the merge was successful or failed.
6868

6969
```yaml
7070
- name: Autodev
71-
uses: Staffbase/autodev-action@v2.5.0
71+
uses: Staffbase/autodev-action@v2.6.0
7272
with:
7373
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
7474
comments: true
@@ -80,7 +80,7 @@ Add a status label if the merge was successful or failed.
8080

8181
```yaml
8282
- name: Autodev
83-
uses: Staffbase/autodev-action@v2.5.0
83+
uses: Staffbase/autodev-action@v2.6.0
8484
with:
8585
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8686
labels: true

0 commit comments

Comments
 (0)