soketi icon indicating copy to clipboard operation
soketi copied to clipboard

Bump the typescript group with 15 updates

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps the typescript group with 15 updates:

Package From To
nats 2.9.0 2.18.0
@babel/plugin-proposal-decorators 7.20.2 7.23.7
@babel/plugin-proposal-function-sent 7.18.6 7.23.3
@babel/plugin-proposal-throw-expressions 7.18.6 7.23.3
@babel/plugin-transform-object-assign 7.18.6 7.23.3
@babel/preset-env 7.20.2 7.23.7
@types/bull 3.15.9 4.10.0
@types/express 4.17.14 4.17.21
@types/node 18.11.9 20.10.7
@typescript-eslint/eslint-plugin 5.42.1 6.18.0
@typescript-eslint/parser 5.42.1 6.18.0
eslint 8.27.0 8.56.0
ts-jest 26.5.6 29.1.1
tslib 2.4.1 2.6.2
typescript 4.8.4 5.3.3

Updates nats from 2.9.0 to 2.18.0

Release notes

Sourced from nats's releases.

v2.18.0

What's Changed

This release updates NBC to v1.18.0 further improving simplified consumers and performance. Please refer to the above release notes for additional information.

Other

Full Changelog: https://github.com/nats-io/nats.js/compare/v2.17.0...v2.18.0

v2.17.0

What's Changed

Many new features and fixes with NBC v1.17.0, including removal of preview notice for ObjectStore APIs and support for new features introduced with nats-server 2.10.0. For a complete list, please visit the release notes.

New Contributors

Full Changelog: https://github.com/nats-io/nats.js/compare/v2.16.0...v2.17.0

v2.16.0

What's Changed

There are many new features, fixes, and one breaking change with NBC v1.16.0. Please read the release notes before updating if you are using the prerelease ObjectStore APIs.

Node JS Specific Changes

This release of the nats.js library benefits hugely from a small change in the nbc library. The publish and general latency from when the client performs an operation to when the socket is written has been greatly reduced. See nats-io/nats.deno#566.

Full Changelog: https://github.com/nats-io/nats.js/compare/v2.15.1...v2.16.0

v2.15.1

... (truncated)

Commits

Updates @babel/plugin-proposal-decorators from 7.20.2 to 7.23.7

Release notes

Sourced from @​babel/plugin-proposal-decorators's releases.

v7.23.7 (2023-12-29)

:bug: Bug Fix

:house: Internal

Committers: 4

v7.23.6 (2023-12-11)

Thanks @​martinez-hugo and @​odinho for your first pull requests!

:eyeglasses: Spec Compliance

  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types

:bug: Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-typescript

:microscope: Output optimization

... (truncated)

Changelog

Sourced from @​babel/plugin-proposal-decorators's changelog.

v7.23.7 (2023-12-29)

:bug: Bug Fix

:house: Internal

v7.23.6 (2023-12-11)

:eyeglasses: Spec Compliance

  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, babel-plugin-transform-class-properties, babel-plugin-transform-class-static-block, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-types

:bug: Bug Fix

  • babel-generator
  • babel-helpers, babel-plugin-proposal-explicit-resource-management
  • babel-plugin-proposal-decorators, babel-plugin-transform-class-properties
  • babel-plugin-transform-for-of, babel-preset-env
  • babel-helpers, babel-plugin-proposal-decorators, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-plugin-transform-typescript

:microscope: Output optimization

  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-helpers, babel-plugin-proposal-decorators

v7.23.5 (2023-11-29)

:eyeglasses: Spec Compliance

... (truncated)

Commits

Updates @babel/plugin-proposal-function-sent from 7.18.6 to 7.23.3

Release notes

Sourced from @​babel/plugin-proposal-function-sent's releases.

v7.23.3 (2023-11-09)

:bug: Bug Fix

:memo: Documentation

:house: Internal

:running_woman: Performance

:microscope: Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

v7.23.2 (2023-10-11)

NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.

Thanks @​jimmydief for your first PR!

:bug: Bug Fix

  • babel-traverse

... (truncated)

Changelog

Sourced from @​babel/plugin-proposal-function-sent's changelog.

v7.23.3 (2023-11-09)

:bug: Bug Fix

:memo: Documentation

:house: Internal

:running_woman: Performance

:microscope: Output optimization

  • babel-plugin-transform-computed-properties

v7.23.2 (2023-10-11)

:bug: Bug Fix

v7.23.0 (2023-09-25)

:rocket: New Feature

  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types

... (truncated)

Commits

Updates @babel/plugin-proposal-throw-expressions from 7.18.6 to 7.23.3

Release notes

Sourced from @​babel/plugin-proposal-throw-expressions's releases.

v7.23.3 (2023-11-09)

:bug: Bug Fix

:memo: Documentation

:house: Internal

:running_woman: Performance

:microscope: Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

v7.23.2 (2023-10-11)

NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.

Thanks @​jimmydief for your first PR!

:bug: Bug Fix

  • babel-traverse

... (truncated)

Changelog

Sourced from @​babel/plugin-proposal-throw-expressions's changelog.

v7.23.3 (2023-11-09)

:bug: Bug Fix

:memo: Documentation

:house: Internal

:running_woman: Performance

:microscope: Output optimization

  • babel-plugin-transform-computed-properties

v7.23.2 (2023-10-11)

:bug: Bug Fix

v7.23.0 (2023-09-25)

:rocket: New Feature

  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types

... (truncated)

Commits

Updates @babel/plugin-transform-object-assign from 7.18.6 to 7.23.3

Release notes

Sourced from @​babel/plugin-transform-object-assign's releases.

v7.23.3 (2023-11-09)

:bug: Bug Fix

:memo: Documentation

:house: Internal

:running_woman: Performance

:microscope: Output optimization

  • babel-plugin-transform-computed-properties

Committers: 9

v7.23.2 (2023-10-11)

NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release commit.

Thanks @​jimmydief for your first PR!

:bug: Bug Fix

  • babel-traverse

... (truncated)

Changelog

Sourced from @​babel/plugin-transform-object-assign's changelog.

v7.23.3 (2023-11-09)

:bug: Bug Fix

:memo: Documentation

:house: Internal

:running_woman: Performance

:microscope: Output optimization

  • babel-plugin-transform-computed-properties

v7.23.2 (2023-10-11)

:bug: Bug Fix

v7.23.0 (2023-09-25)

:rocket: New Feature

  • babel-plugin-proposal-import-wasm-source, babel-plugin-syntax-import-source, babel-plugin-transform-dynamic-import
  • babel-helper-module-transforms, babel-helpers, babel-plugin-proposal-import-defer, babel-plugin-syntax-import-defer, babel-plugin-transform-modules-commonjs, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
  • babel-generator, babel-parser, babel-types

... (truncated)

Commits

Updates @babel/preset-env from 7.20.2 to 7.23.7

Release notes

Sourced from @​babel/preset-env's releases.

v7.23.7 (2023-12-29)

:bug: Bug Fix

:house: Internal

Committers: 4

v7.23.6 (2023-12-11)

Thanks @​martinez-hugo and @​odinho for your first pull requests!

:eyeglasses: Spec Compliance

  • babel-generator, babel-parser, babel-types
  • babel-helpers, babel-plugin-proposal-decorators, ba...

    Description has been truncated

dependabot[bot] avatar Jan 08 '24 09:01 dependabot[bot]

PR summary

This Pull Request updates several TypeScript-related dependencies, including TypeScript itself, Babel plugins, type definitions, and other related packages. The updates include minor and major version changes, which may introduce new features, improvements, and potentially breaking changes.

Suggestion

Before merging, ensure that the project's codebase is compatible with the updated TypeScript version and that any new TypeScript features or breaking changes are accounted for. Additionally, verify that the updated Babel plugins and configurations are compatible with the new TypeScript version and that the project's build and test processes pass with the updated dependencies.

Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect.

Current plan usage: 61.66%

Have feedback or need help? Discord Documentation [email protected]

codeautopilot[bot] avatar Jan 08 '24 09:01 codeautopilot[bot]

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

dependabot[bot] avatar Apr 01 '24 09:04 dependabot[bot]