Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the minor-and-patch group across 1 directory with 18 updates #16

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps the minor-and-patch group with 18 updates in the / directory:

Package From To
@biomejs/biome 1.8.3 1.9.3
cspell 8.10.4 8.14.4
aws-cdk-lib 2.148.0 2.161.1
aws-sdk 2.1656.0 2.1691.0
cdk 2.148.0 2.161.1
@types/jest 29.5.12 29.5.13
aws-cdk 2.148.0 2.161.1
esbuild 0.23.0 0.24.0
ts-jest 29.2.0 29.2.5
typescript 5.5.3 5.6.2
@apollo/server 4.10.4 4.11.0
@nestjs/common 10.3.10 10.4.4
@nestjs/core 10.3.10 10.4.4
@nestjs/platform-express 10.3.10 10.4.4
@prisma/client 5.16.1 5.20.0
prisma 5.16.1 5.20.0
winston 3.13.0 3.15.0
@nestjs/cli 10.4.2 10.4.5

Updates @biomejs/biome from 1.8.3 to 1.9.3

Release notes

Sourced from @​biomejs/biome's releases.

CLI v1.9.3

CLI

New features

  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes

  • Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration

Bug fixes

  • Fix #4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico

Editors

  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico

Formatter

Bug fixes

  • Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }

    Contributed by @​ematipico

  • Fixed #4076, where a media query wasn't correctly formatted:

    .class {

... (truncated)

Changelog

Sourced from @​biomejs/biome's changelog.

v1.9.3 (2024-10-01)

CLI

New features

  • GritQL queries that match functions or methods will now match async functions or methods as well.

    If this is not what you want, you can capture the async keyword (or its absence) in a metavariable and assert its emptiness:

    $async function foo() {} where $async <: .
    

    Contributed by @​arendjr

Bug fixes

  • Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @​arendjr

  • Fix #4102. Now the CLI command lint doesn't exit with an error code when using --write/--fix. Contributed by @​ematipico

Configuration

Bug fixes

  • Fix #4125, where noLabelWithoutControl options where incorrectly marked as mandatory. Contributed by @​ematipico

Editors

  • Fix a case where CSS files weren't correctly linted using the default configuration. Contributed by @​ematipico

Formatter

Bug fixes

  • Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @​vohoanglong0107

  • Fix a case where raw values inside url() functions weren't properly trimmed.

    .value {
    -  background: url(
    -   whitespace-around-string
    -  );
    + background: url(whitespace-around-string);
    }

    Contributed by @​ematipico

  • Fixed #4076, where a media query wasn't correctly formatted:

... (truncated)

Commits

Updates cspell from 8.10.4 to 8.14.4

Release notes

Sourced from cspell's releases.

v8.14.4

Changes

Fixes

fix: Remove object from cache (#6257)

flatpack-json was caching the objects it got for performance. But this created an issue when one of those objects were updated in the background. Since the object was cached, it was assumed that nothing had changed.


v8.14.3

Changes

Delete unneeded Jekyll post (#6208)

I found this while searching on the site for 'GitHub'. :-)


Fixes

fix: Add ability to unpack and preserve order (#6252)


fix: Make flatpack-json diff friendly. (#6243)


... (truncated)

Changelog

Sourced from cspell's changelog.

8.14.4 (2024-09-18)

8.14.3 (2024-09-17)

8.14.2 (2024-08-20)

8.14.1 (2024-08-17)

8.14.0 (2024-08-17)

8.13.3 (2024-08-12)

8.13.2 (2024-08-08)

8.13.1 (2024-08-02)

8.13.0 (2024-07-30)

8.12.1 (2024-07-22)

  • fix: make sure the version is up to date (f6ab018)

8.12.0 (2024-07-22)

8.11.0 (2024-07-16)

Commits

Updates aws-cdk-lib from 2.148.0 to 2.161.1

Release notes

Sourced from aws-cdk-lib's releases.

v2.161.1

Reverts


Alpha modules (2.161.1-alpha.0)

v2.161.0

Features

Bug Fixes


Alpha modules (2.161.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • kinesisfirehose-destinations: the logging and logGroup properties in DestinationLoggingProps have been removed and replaced with a single optional property loggingConfig which accepts a class of type LoggingConfig.

Details

Combine the logging and logGroup properties into a single new optional property called loggingConfig which accepts a class of type LoggingConfig.

LoggingConfig is an abstract class which can be instantiated through either an instance of EnableLogging or DisableLogging which can be used in the following 3 ways:

import * as logs from 'aws-cdk-lib/aws-logs';
</tr></table>

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.161.1 (2024-10-05)

Reverts

2.161.0 (2024-10-03)

Features

Bug Fixes

2.160.0 (2024-09-24)

Features

2.159.1 (2024-09-19)

... (truncated)

Commits
  • 4e27cc3 chore(release): 2.161.0
  • 19ee46d fix(lambda-nodejs): remove smithy models from bundling for AWS SDK v3 runtime...
  • 79d9c4d feat: update L1 CloudFormation resource definitions (#31640)
  • 182804a feat(ec2): add interface endpoint dynamodb (#30162)
  • 9410361 fix(core): throw on intrinsics in CFN update and create policies (#31578)
  • 0e03d39 chore(rds): supports Aurora PostgreSQL 16.4, 15.8, 14.13, 13.16, and 12.20 (#...
  • b9e7855 chore(lambda): resolve unable to reference AuthType from FunctionUrl (#31590)
  • 7a4f865 chore(ec2): add SageMaker Interface VPC Endpoint (#31538)
  • ba5a53d chore(ec2): support G6e instance type (#31134)
  • be70c82 fix(core): isTaggable function can return undefined instead of false (#31600)
  • Additional commits viewable in compare view

Updates aws-sdk from 2.1656.0 to 2.1691.0

Release notes

Sourced from aws-sdk's releases.

Release v2.1691.0

See changelog for more information.

Release v2.1690.0

See changelog for more information.

Release v2.1689.0

See changelog for more information.

Release v2.1688.0

See changelog for more information.

Release v2.1687.0

See changelog for more information.

Release v2.1686.0

See changelog for more information.

Release v2.1685.0

See changelog for more information.

Release v2.1684.0

See changelog for more information.

Release v2.1683.0

See changelog for more information.

Release v2.1682.0

See changelog for more information.

Release v2.1681.0

See changelog for more information.

Release v2.1680.0

See changelog for more information.

Release v2.1679.0

See changelog for more information.

Release v2.1678.0

See changelog for more information.

Release v2.1677.0

See changelog for more information.

Release v2.1676.0

See changelog for more information.

Release v2.1675.0

See changelog for more information.

... (truncated)

Commits

Updates cdk from 2.148.0 to 2.161.1

Release notes

Sourced from cdk's releases.

v2.161.1

Reverts


Alpha modules (2.161.1-alpha.0)

v2.161.0

Features

Bug Fixes


Alpha modules (2.161.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • kinesisfirehose-destinations: the logging and logGroup properties in DestinationLoggingProps have been removed and replaced with a single optional property loggingConfig which accepts a class of type LoggingConfig.

Details

Combine the logging and logGroup properties into a single new optional property called loggingConfig which accepts a class of type LoggingConfig.

LoggingConfig is an abstract class which can be instantiated through either an instance of EnableLogging or DisableLogging which can be used in the following 3 ways:

import * as logs from 'aws-cdk-lib/aws-logs';
</tr></table>

... (truncated)

Changelog

Sourced from cdk's changelog.

2.161.1 (2024-10-05)

Reverts

2.161.0 (2024-10-03)

Features

Bug Fixes

Bumps the minor-and-patch group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `1.8.3` | `1.9.3` |
| [cspell](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell) | `8.10.4` | `8.14.4` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.148.0` | `2.161.1` |
| [aws-sdk](https://github.com/aws/aws-sdk-js) | `2.1656.0` | `2.1691.0` |
| [cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/cdk) | `2.148.0` | `2.161.1` |
| [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.12` | `29.5.13` |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.148.0` | `2.161.1` |
| [esbuild](https://github.com/evanw/esbuild) | `0.23.0` | `0.24.0` |
| [ts-jest](https://github.com/kulshekhar/ts-jest) | `29.2.0` | `29.2.5` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.3` | `5.6.2` |
| [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) | `4.10.4` | `4.11.0` |
| [@nestjs/common](https://github.com/nestjs/nest/tree/HEAD/packages/common) | `10.3.10` | `10.4.4` |
| [@nestjs/core](https://github.com/nestjs/nest/tree/HEAD/packages/core) | `10.3.10` | `10.4.4` |
| [@nestjs/platform-express](https://github.com/nestjs/nest/tree/HEAD/packages/platform-express) | `10.3.10` | `10.4.4` |
| [@prisma/client](https://github.com/prisma/prisma/tree/HEAD/packages/client) | `5.16.1` | `5.20.0` |
| [prisma](https://github.com/prisma/prisma/tree/HEAD/packages/cli) | `5.16.1` | `5.20.0` |
| [winston](https://github.com/winstonjs/winston) | `3.13.0` | `3.15.0` |
| [@nestjs/cli](https://github.com/nestjs/nest-cli) | `10.4.2` | `10.4.5` |



Updates `@biomejs/biome` from 1.8.3 to 1.9.3
- [Release notes](https://github.com/biomejs/biome/releases)
- [Changelog](https://github.com/biomejs/biome/blob/main/CHANGELOG.md)
- [Commits](https://github.com/biomejs/biome/commits/cli/v1.9.3/packages/@biomejs/biome)

Updates `cspell` from 8.10.4 to 8.14.4
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.14.4/packages/cspell)

Updates `aws-cdk-lib` from 2.148.0 to 2.161.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.161.1/packages/aws-cdk-lib)

Updates `aws-sdk` from 2.1656.0 to 2.1691.0
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1656.0...v2.1691.0)

Updates `cdk` from 2.148.0 to 2.161.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.161.1/packages/cdk)

Updates `@types/jest` from 29.5.12 to 29.5.13
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Updates `aws-cdk` from 2.148.0 to 2.161.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.161.1/packages/aws-cdk)

Updates `esbuild` from 0.23.0 to 0.24.0
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.23.0...v0.24.0)

Updates `ts-jest` from 29.2.0 to 29.2.5
- [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.2.0...v29.2.5)

Updates `typescript` from 5.5.3 to 5.6.2
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.5.3...v5.6.2)

Updates `@apollo/server` from 4.10.4 to 4.11.0
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/[email protected]/packages/server)

Updates `@nestjs/common` from 10.3.10 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/common)

Updates `@nestjs/core` from 10.3.10 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/core)

Updates `@nestjs/platform-express` from 10.3.10 to 10.4.4
- [Release notes](https://github.com/nestjs/nest/releases)
- [Commits](https://github.com/nestjs/nest/commits/v10.4.4/packages/platform-express)

Updates `@prisma/client` from 5.16.1 to 5.20.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.20.0/packages/client)

Updates `prisma` from 5.16.1 to 5.20.0
- [Release notes](https://github.com/prisma/prisma/releases)
- [Commits](https://github.com/prisma/prisma/commits/5.20.0/packages/cli)

Updates `winston` from 3.13.0 to 3.15.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.13.0...v3.15.0)

Updates `@nestjs/cli` from 10.4.2 to 10.4.5
- [Release notes](https://github.com/nestjs/nest-cli/releases)
- [Changelog](https://github.com/nestjs/nest-cli/blob/master/.release-it.json)
- [Commits](nestjs/nest-cli@10.4.2...10.4.5)

---
updated-dependencies:
- dependency-name: "@biomejs/biome"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: cspell
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: cdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@types/jest"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: ts-jest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@apollo/server"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@nestjs/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@nestjs/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@nestjs/platform-express"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@prisma/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: prisma
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@nestjs/cli"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2024
Copy link
Author

dependabot bot commented on behalf of github Oct 14, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Oct 14, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/minor-and-patch-83143fd1c9 branch October 14, 2024 04:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants