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

chore(deps-dev): bump the dev-dependencies group across 1 directory with 7 updates #654

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dev-dependencies group with 7 updates in the / directory:

Package From To
@types/node 22.7.5 22.7.6
serverless-esbuild 1.54.3 1.54.4
serverless-offline 14.3.2 14.3.3
typescript-eslint 8.8.1 8.10.0
aws-sdk-client-mock 4.0.2 4.1.0
aws-sdk-client-mock-jest 4.0.2 4.1.0
axios-mock-adapter 2.0.0 2.1.0

Updates @types/node from 22.7.5 to 22.7.6

Commits

Updates serverless-esbuild from 1.54.3 to 1.54.4

Release notes

Sourced from serverless-esbuild's releases.

v1.54.4

1.54.4 (2024-10-12)

Bug Fixes

  • revert: preserve mtime when zipping with the node zipper (#539) (#558) (607a3ae)
Commits

Updates serverless-offline from 14.3.2 to 14.3.3

Release notes

Sourced from serverless-offline's releases.

v14.3.3

Bug Fixes

Full Changelog: dherault/serverless-offline@v14.3.2...v14.3.3

Changelog

Sourced from serverless-offline's changelog.

14.3.3 (2024-10-17)

Bug Fixes

Commits

Updates typescript-eslint from 8.8.1 to 8.10.0

Release notes

Sourced from typescript-eslint's releases.

v8.10.0

8.10.0 (2024-10-17)

🚀 Features

  • support TypeScript 5.6 (#9972)

🩹 Fixes

  • typescript-eslint: propagate name field to extended configs in config helper (#10094)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.9.0

8.9.0 (2024-10-14)

🚀 Features

  • rule-tester: hooks for test cases (#10109)

🩹 Fixes

  • eslint-plugin: [no-unnecessary-type-parameters] cannot assume variables are either type or value (#10093)
  • eslint-plugin: [return-await] sync the behavior with await-thenable (#10069)
  • eslint-plugin: [prefer-literal-enum-member] report a different error message when allowBitwiseExpressions is enabled (#10096)
  • eslint-plugin: [no-loop-func] sync from upstream base rule (#10103)
  • eslint-plugin: [no-unused-vars] never report the naming of an enum member (#10117)
  • eslint-plugin: correct use-at-your-own-risk type definitions (#10049)
  • eslint-plugin: handle unions in await...for (#10110)
  • rule-tester: merge provided linterOptions (#10131)
  • scope-manager: [no-use-before-define] do not treat nested namespace aliases as variable references (#10095)
  • typescript-estree: improve project service error message when file extension missing from extraFileExtensions (#10076)
  • visitor-keys: reorder TSSatisfiesExpression and TSTypeAssertion (#10139)

❤️ Thank You

... (truncated)

Changelog

Sourced from typescript-eslint's changelog.

8.10.0 (2024-10-17)

🩹 Fixes

  • typescript-eslint: propagate name field to extended configs in config helper (#10094)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

8.9.0 (2024-10-14)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits
  • 7effdea chore(release): publish 8.10.0
  • be5bc0f fix(typescript-eslint): propagate name field to extended configs in `config...
  • 4666ed4 chore(release): publish 8.9.0
  • See full diff in compare view

Updates aws-sdk-client-mock from 4.0.2 to 4.1.0

Release notes

Sourced from aws-sdk-client-mock's releases.

v4.1.0

4.1.0 (2024-10-15)

Features

v4.1.0-beta.0

4.1.0-beta.0 (2024-10-11)

Features

Bug Fixes

  • jest: import path in types test (750605b)
Changelog

Sourced from aws-sdk-client-mock's changelog.

4.1.0 (2024-10-15)

Features

4.1.0-beta.0 (2024-10-11)

Features

Bug Fixes

  • jest: import path in types test (750605b)
Commits

Updates aws-sdk-client-mock-jest from 4.0.2 to 4.1.0

Release notes

Sourced from aws-sdk-client-mock-jest's releases.

v4.1.0

4.1.0 (2024-10-15)

Features

v4.1.0-beta.0

4.1.0-beta.0 (2024-10-11)

Features

Bug Fixes

  • jest: import path in types test (750605b)
Changelog

Sourced from aws-sdk-client-mock-jest's changelog.

4.1.0 (2024-10-15)

Features

4.1.0-beta.0 (2024-10-11)

Features

Bug Fixes

  • jest: import path in types test (750605b)
Commits

Updates axios-mock-adapter from 2.0.0 to 2.1.0

Release notes

Sourced from axios-mock-adapter's releases.

v2.1.0

  • Migrate to modern js ctimmerm/axios-mock-adapter#393
    • ♻️ Migrate internal handler to an object
    • ♻️ Migrate to ES2022
    • ♻️ Migrate to Class
    • ♻️ Migrate to async/await
    • 🎁 Migrate handlers and history to a flat array. That way one only needs to check the history array to see all requests. The verbs on the array are still exposed, so there's no downside.
    • 🎁 Add MockResponse types
Commits
  • 64d25b3 2.1.0
  • 533d3d9 chore: Upgrade axios, as there was a security issue, they fixed the url behavior
  • c958a54 Migrate to class
  • cf3d881 Add MockResponse types
  • 47db995 Migrate handle_request.js to async/await
  • c1b4a0f Upgrade eslint and rewrite to modern js
  • 6acbf99 Migrate handlers and history to a flat array
  • 1291950 Migrate handler to an object
  • 2554141 Use AxiosMockAdapter throughout README
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 18, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR from @dependabot[bot] automatically approved by the 'Auto-merge automated PRs' workflow

@laneybot laneybot bot enabled auto-merge (rebase) October 18, 2024 12:12
…ith 7 updates

Bumps the dev-dependencies group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.5` | `22.7.6` |
| [serverless-esbuild](https://github.com/floydspace/serverless-esbuild) | `1.54.3` | `1.54.4` |
| [serverless-offline](https://github.com/dherault/serverless-offline) | `14.3.2` | `14.3.3` |
| [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) | `8.8.1` | `8.10.0` |
| [aws-sdk-client-mock](https://github.com/m-radzikowski/aws-sdk-client-mock) | `4.0.2` | `4.1.0` |
| [aws-sdk-client-mock-jest](https://github.com/m-radzikowski/aws-sdk-client-mock/tree/HEAD/packages/aws-sdk-client-mock-jest) | `4.0.2` | `4.1.0` |
| [axios-mock-adapter](https://github.com/ctimmerm/axios-mock-adapter) | `2.0.0` | `2.1.0` |



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

Updates `serverless-esbuild` from 1.54.3 to 1.54.4
- [Release notes](https://github.com/floydspace/serverless-esbuild/releases)
- [Commits](floydspace/serverless-esbuild@v1.54.3...v1.54.4)

Updates `serverless-offline` from 14.3.2 to 14.3.3
- [Release notes](https://github.com/dherault/serverless-offline/releases)
- [Changelog](https://github.com/dherault/serverless-offline/blob/master/CHANGELOG.md)
- [Commits](dherault/serverless-offline@v14.3.2...v14.3.3)

Updates `typescript-eslint` from 8.8.1 to 8.10.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.10.0/packages/typescript-eslint)

Updates `aws-sdk-client-mock` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/m-radzikowski/aws-sdk-client-mock/releases)
- [Changelog](https://github.com/m-radzikowski/aws-sdk-client-mock/blob/main/CHANGELOG.md)
- [Commits](m-radzikowski/aws-sdk-client-mock@v4.0.2...v4.1.0)

Updates `aws-sdk-client-mock-jest` from 4.0.2 to 4.1.0
- [Release notes](https://github.com/m-radzikowski/aws-sdk-client-mock/releases)
- [Changelog](https://github.com/m-radzikowski/aws-sdk-client-mock/blob/main/CHANGELOG.md)
- [Commits](https://github.com/m-radzikowski/aws-sdk-client-mock/commits/v4.1.0/packages/aws-sdk-client-mock-jest)

Updates `axios-mock-adapter` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/ctimmerm/axios-mock-adapter/releases)
- [Changelog](https://github.com/ctimmerm/axios-mock-adapter/blob/master/CHANGELOG.md)
- [Commits](ctimmerm/axios-mock-adapter@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: serverless-esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: serverless-offline
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: aws-sdk-client-mock
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: aws-sdk-client-mock-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: axios-mock-adapter
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dev-dependencies-69b32374de branch from c6ead81 to 2a1c11a Compare October 18, 2024 12:20
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR from @dependabot[bot] automatically approved by the 'Auto-merge automated PRs' workflow

Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 21, 2024

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

@dependabot dependabot bot closed this Oct 21, 2024
auto-merge was automatically disabled October 21, 2024 03:50

Pull request was closed

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dev-dependencies-69b32374de branch October 21, 2024 03:50
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants