chore(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates#361
chore(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates#361dependabot[bot] wants to merge 1 commit into
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
1dcced8 to
0484c09
Compare
…ith 8 updates Bumps the dev-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@openfga/sdk](https://github.com/openfga/js-sdk) | `0.9.3` | `0.9.6` | | [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.57.1` | `8.60.1` | | [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `30.3.0` | `30.4.2` | | [prettier](https://github.com/prettier/prettier) | `3.8.1` | `3.8.3` | | [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.4.6` | `29.4.11` | | [typescript](https://github.com/microsoft/TypeScript) | `5.9.3` | `6.0.3` | Updates `@openfga/sdk` from 0.9.3 to 0.9.6 - [Release notes](https://github.com/openfga/js-sdk/releases) - [Changelog](https://github.com/openfga/js-sdk/blob/main/CHANGELOG.md) - [Commits](openfga/js-sdk@v0.9.3...v0.9.6) Updates `@typescript-eslint/eslint-plugin` from 8.57.1 to 8.60.1 - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.60.1/packages/eslint-plugin) Updates `@typescript-eslint/parser` from 8.57.1 to 8.60.1 - [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.60.1/packages/parser) Updates `jest` from 30.3.0 to 30.4.2 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.2/packages/jest) Updates `jest-util` from 30.3.0 to 30.4.1 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.4.1/packages/jest-util) Updates `prettier` from 3.8.1 to 3.8.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.8.1...3.8.3) Updates `ts-jest` from 29.4.6 to 29.4.11 - [Release notes](https://github.com/kulshekhar/ts-jest/releases) - [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md) - [Commits](kulshekhar/ts-jest@v29.4.6...v29.4.11) Updates `typescript` from 5.9.3 to 6.0.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: "@openfga/sdk" dependency-version: 0.9.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/eslint-plugin" dependency-version: 8.59.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: "@typescript-eslint/parser" dependency-version: 8.59.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: jest dependency-version: 30.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: jest-util dependency-version: 30.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: prettier dependency-version: 3.8.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: ts-jest dependency-version: 29.4.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
0484c09 to
c06931f
Compare
Bumps the dev-dependencies group with 6 updates in the / directory:
0.9.30.9.68.57.18.60.130.3.030.4.23.8.13.8.329.4.629.4.115.9.36.0.3Updates
@openfga/sdkfrom 0.9.3 to 0.9.6Release notes
Sourced from @openfga/sdk's releases.
... (truncated)
Changelog
Sourced from @openfga/sdk's changelog.
Commits
93131c7chore: revert release & notes for v0.9.7 (#418)23c122arelease: v0.9.7 (#416)cf64c87release: v0.9.6 (#397)1ca65d8chore(deps-dev): bump@types/nodefrom 25.6.1 to 25.6.2 in the dependencies g...b101440chore(deps): bump github/codeql-action from 3.35.3 to 4.35.4 in the dependenc...2ef6c57chore(deps-dev): bump the dependencies group across 1 directory with 3 update...313ae1echore(eslint): bump eslint to v10 (#412)e352c99chore(deps): bump the dependencies group with 2 updates (#407)d5cbccbfix: stop mutating token refresh errors into auth errors (#329)e6e5854chore: bump example deps & point to parent SDK rather than published (#403)Updates
@typescript-eslint/eslint-pluginfrom 8.57.1 to 8.60.1Release notes
Sourced from @typescript-eslint/eslint-plugin's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/eslint-plugin's changelog.
... (truncated)
Commits
4f84a69chore(release): publish 8.60.1598af56docs(eslint-plugin): clarify no-redeclare type-value collision not covered by...1849b53chore: typecheck using tsgo (#12139)5341d59chore: fix lint issues (#12369)f525814fix(eslint-plugin): [no-shadow] correct rule to match ESLint v10 handling (#1...2df540cchore(eslint-plugin): defer type checks to improve rules performance (#12296)1ab4284fix(eslint-plugin): respect ECMAScript line terminators in ts-comment rules (...2f49df5docs: update references to@stylistic/eslint-pluginrules in documentation ...f891c29chore(release): publish 8.60.0ca6ca14chore(release): publish 8.59.4Updates
@typescript-eslint/parserfrom 8.57.1 to 8.60.1Release notes
Sourced from @typescript-eslint/parser's releases.
... (truncated)
Changelog
Sourced from @typescript-eslint/parser's changelog.
... (truncated)
Commits
4f84a69chore(release): publish 8.60.11849b53chore: typecheck using tsgo (#12139)f891c29chore(release): publish 8.60.0ca6ca14chore(release): publish 8.59.448e13c0chore(release): publish 8.59.344f9625chore(deps): update vitest monorepo to v4.1.5 (#12307)2ec35f1chore(release): publish 8.59.25245793chore(release): publish 8.59.1ea9ae4fchore(release): publish 8.59.090c2803chore(release): publish 8.58.2Updates
jestfrom 30.3.0 to 30.4.2Release notes
Sourced from jest's releases.
... (truncated)
Changelog
Sourced from jest's changelog.
... (truncated)
Commits
746f2a0v30.4.2b3b4a09v30.4.15cbb21ev30.4.0db7141afix: allowcollectCoverageandcoverageProviderin project config (#16132)Updates
jest-utilfrom 30.3.0 to 30.4.1Release notes
Sourced from jest-util's releases.
... (truncated)
Changelog
Sourced from jest-util's changelog.
... (truncated)
Commits
b3b4a09v30.4.15cbb21ev30.4.042de652Support jest.config.mts (#16005)6886816chore: enable node protocol in imports (#16077)7a1588efeat: addisErrorhelper (#16076)487f4e8chore: remove unused ignore comment (#16069)Updates
prettierfrom 3.8.1 to 3.8.3Release notes
Sourced from prettier's releases.
Changelog
Sourced from prettier's changelog.
... (truncated)
Commits
d7108a7Release 3.8.3177f908Prevent trailing comma in SCSSif()function (#18471)1cd4066Release@prettier/plugin-oxc@0.1.4a8700e2Update oxc-parser to v0.125.0752157cFix tests