streamr-dev / network

Monorepo containing all the main components of Streamr Network.
574 stars 38 forks source link

build(deps): bump the dependencies group with 17 updates #2850

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 2 weeks ago

Bumps the dependencies group with 17 updates:

Package From To
@types/jest 29.5.13 29.5.14
@types/node 18.19.57 18.19.59
eslint-config-streamr-ts 5.0.0 6.0.0
@aws-sdk/client-route-53 3.675.0 3.679.0
uuid 10.0.0 11.0.1
@inquirer/prompts 7.0.0 7.0.1
@inquirer/testing 2.1.35 2.1.36
@babel/runtime 7.25.7 7.26.0
@babel/runtime-corejs3 7.25.7 7.26.0
@babel/core 7.25.8 7.26.0
@babel/plugin-proposal-decorators 7.25.7 7.25.9
@babel/plugin-transform-modules-commonjs 7.25.7 7.25.9
@babel/plugin-transform-runtime 7.25.7 7.25.9
@babel/preset-env 7.25.8 7.26.0
@babel/preset-typescript 7.25.7 7.26.0
crypto-browserify 3.12.0 3.12.1
nightwatch 3.8.0 3.8.1

Updates @types/jest from 29.5.13 to 29.5.14

Commits


Updates @types/node from 18.19.57 to 18.19.59

Commits


Updates eslint-config-streamr-ts from 5.0.0 to 6.0.0

Updates @aws-sdk/client-route-53 from 3.675.0 to 3.679.0

Release notes

Sourced from @​aws-sdk/client-route-53's releases.

v3.679.0

3.679.0(2024-10-24)

Chores
  • client-nimble: deprecate nimble (#6583) (9a56eba2)
  • client-athena: update release notes for athena breaking change (#6586) (9f45574f)
Documentation Changes
  • client-pcs: Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description. (568714e5)
New Features
  • clients: update client endpoints as of 2024-10-24 (c296fb57)
  • client-qbusiness: Add a new field in chat response. This field can be used to support nested schemas in array fields (e7c6ed54)
  • client-ec2: This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use. (f6246389)
  • client-ecs: This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances. (eba29d1e)
  • client-appconfig: This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion. (9c9494a6)
Tests

For list of updated packages, view updated-packages.md in assets-3.679.0.zip

v3.678.0

3.678.0(2024-10-23)

Documentation Changes
  • client-bedrock: Doc updates for supporting converse (6a255980)
New Features
  • clients: update client endpoints as of 2024-10-23 (a03b3eec)
  • client-mwaa: Introducing InvokeRestApi which allows users to invoke the Apache Airflow REST API on the webserver with the specified inputs. (180dd234)
  • client-connect: Amazon Connect Service Feature: Add support to start screen sharing for a web calling contact. (aa538867)
  • client-ec2: Amazon EC2 X8g, C8g and M8g instances are powered by AWS Graviton4 processors. X8g provide the lowest cost per GiB of memory among Graviton4 instances. C8g provide the best price performance for compute-intensive workloads. M8g provide the best price performance in for general purpose workloads. (fe1251ec)
  • client-payment-cryptography: Add support for ECC P-256 and P-384 Keys. (e4119ab1)
  • client-payment-cryptography-data: Add ECDH support on PIN operations. (2f74e23b)
Bug Fixes

... (truncated)

Changelog

Sourced from @​aws-sdk/client-route-53's changelog.

3.679.0 (2024-10-24)

Note: Version bump only for package @​aws-sdk/client-route-53

3.678.0 (2024-10-23)

Note: Version bump only for package @​aws-sdk/client-route-53

3.677.0 (2024-10-22)

Note: Version bump only for package @​aws-sdk/client-route-53

Commits


Updates uuid from 10.0.0 to 11.0.1

Release notes

Sourced from uuid's releases.

v11.0.1

11.0.1 (2024-10-27)

Bug Fixes

v11.0.0

11.0.0 (2024-10-27)

⚠ BREAKING CHANGES

  • refactor v1 internal state and options logic (#780)
  • refactor v7 internal state and options logic, fixes #764 (#779)
  • Port to TypeScript, closes #762 (#763)
  • update node support matrix (only support node 16-20) (#750)
  • This library always aims at supporting one EOLed LTS release which by this time now is 12.x which has reached EOL 30 Apr 2022.
  • Remove the minified UMD build from the package.
  • Drop support for browsers that don't correctly implement const/let and default arguments, and no longer transpile the browser build to ES2015.
  • Although in practice this is currently a noop since the resulting build does not change, the build will no longer transpiles future changes for Node.js 8.x targets, so semantically this is still a breaking change.
  • Deep requiring specific algorithms of this library like require('uuid/v4'), which has been deprecated in uuid@7, is no longer supported.
  • The default export, which used to be the v4() method but which was already discouraged in v3.x of this library, has been removed.
  • Explicitly note that deep imports of the different uuid version functions are deprecated and no longer encouraged and that ECMAScript module named imports should be used instead. Emit a deprecation warning for people who deep-require the different algorithm variants.
  • Remove builtin support for insecure random number generators in the browser. Users who want that will have to supply their own random number generator function.
  • Remove support for generating v3 and v5 UUIDs in Node.js<4.x
  • Convert code base to ECMAScript Modules (ESM) and release CommonJS build for node and ESM build for browser bundlers.

Features

  • add parse/stringify/validate/version/NIL APIs (#479) (0e6c10b)
  • add support for MAX uuid (new in RFC9562) (#714) (0385cd3)
  • add UMD build to npm package (#357) (4e75adf)
  • add various es module and CommonJS examples (b238510)
  • enforce Conventional Commit style commit messages (#282) (0705cd5)
  • ensure that docs are up-to-date in CI (ee5e77d)
  • hybrid CommonJS & ECMAScript modules build (a3f078f)
  • improve performance of v1 string representation (#453) (0ee0b67)
  • improve v4 performance by reusing random number array (#435) (bf4af0d)
  • optimize uuid.v1 by 1.3x uuid.v4 by 4.3x (430%) (#597) (3a033f6)
  • optimize V8 performance of bytesToUuid (#434) (e156415)
  • Port to TypeScript, closes #762 (#763) (1e0f987)
  • remove deep requires (#426) (daf72b8)
  • remove deprecated v4 string parameter (#454) (88ce3ca)
  • remove insecure fallback random number generator (3a5842b)
  • remove support for pre Node.js v4 Buffer API (#356) (b59b5c5)
  • remove UMD build (#645) (e948a0f), closes #620
  • rename repository to github:uuidjs/uuid (#351) (c37a518), closes #338
  • rename repository to github:uuidjs/uuid (#351) (e2d7314), closes #338

... (truncated)

Changelog

Sourced from uuid's changelog.

11.0.1 (2024-10-27)

Bug Fixes

11.0.0-0 (2024-09-05)

⚠ BREAKING CHANGES

  • refactor v1 internal state and options logic (#780)
  • refactor v7 internal state and options logic, fixes #764 (#779)
  • Port to TypeScript, closes #762 (#763)
  • update node support matrix (only support node 16-20) (#750)

Features

Bug Fixes

  • missing v7 expectations in browser spec (#751) (f54a866)
  • refactor v1 internal state and options logic (#780) (031b3d3)
  • refactor v7 internal state and options logic, fixes #764 (#779) (9dbd1cd)
  • remove v4 options default assignment preventing native.randomUUID from being used (#786) (afe6232), closes #763
  • seq_hi shift for byte 6 (#775) (1d532ca)
  • tsconfig module type (#778) (7eff835)
Commits


Updates @inquirer/prompts from 7.0.0 to 7.0.1

Release notes

Sourced from @​inquirer/prompts's releases.

@​inquirer/prompts@​7.0.1

  • Hoist peer-dependencies to remove warning when using yarn
Commits
  • da3dd74 Publish
  • 01d1bf9 Fix(*): Make sure peerDependencies of deps are hoisted through each package.
  • 2f5518d Bump: All deps
  • 5503e5a Bump: All deps
  • 2e889cc Bump: All deps
  • 2f85ee8 Bump dev: Turbo
  • d2cfa72 Chore: Stricter type-aware eslint
  • 83cf7ed Chore(deps-dev): Bump eslint-plugin-n from 17.10.3 to 17.11.1
  • 2a9ee53 Chore(deps-dev): Bump @​types/node from 22.7.4 to 22.7.5
  • 9883ee9 Chore(deps-dev): Bump globals from 15.10.0 to 15.11.0
  • Additional commits viewable in compare view


Updates @inquirer/testing from 2.1.35 to 2.1.36

Commits
  • da3dd74 Publish
  • 01d1bf9 Fix(*): Make sure peerDependencies of deps are hoisted through each package.
  • 2f5518d Bump: All deps
  • 5503e5a Bump: All deps
  • 2e889cc Bump: All deps
  • 2f85ee8 Bump dev: Turbo
  • d2cfa72 Chore: Stricter type-aware eslint
  • 83cf7ed Chore(deps-dev): Bump eslint-plugin-n from 17.10.3 to 17.11.1
  • 2a9ee53 Chore(deps-dev): Bump @​types/node from 22.7.4 to 22.7.5
  • 9883ee9 Chore(deps-dev): Bump globals from 15.10.0 to 15.11.0
  • Additional commits viewable in compare view


Updates @babel/runtime from 7.25.7 to 7.26.0

Release notes

Sourced from @​babel/runtime's releases.

v7.26.0 (2024-10-25)

Thanks @​timofei-iatsenko for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.

:rocket: New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

:house: Internal

:running_woman: Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

Committers: 5

v7.25.9 (2024-10-22)

... (truncated)

Changelog

Sourced from @​babel/runtime's changelog.

v7.26.0 (2024-10-25)

:rocket: New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

:house: Internal

:running_woman: Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9 (2024-10-22)

:bug: Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

:house: Internal

  • babel-helper-transform-fixture-test-runner

... (truncated)

Commits


Updates @babel/runtime-corejs3 from 7.25.7 to 7.26.0

Release notes

Sourced from @​babel/runtime-corejs3's releases.

v7.26.0 (2024-10-25)

Thanks @​timofei-iatsenko for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.

:rocket: New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

:house: Internal

:running_woman: Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

Committers: 5

v7.25.9 (2024-10-22)

... (truncated)

Changelog

Sourced from @​babel/runtime-corejs3's changelog.

v7.26.0 (2024-10-25)

:rocket: New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

:house: Internal

:running_woman: Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9 (2024-10-22)

:bug: Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

:house: Internal

  • babel-helper-transform-fixture-test-runner

... (truncated)

Commits


Updates @babel/core from 7.25.8 to 7.26.0

Release notes

Sourced from @​babel/core's releases.

v7.26.0 (2024-10-25)

Thanks @​timofei-iatsenko for your first PR!

You can find the release blog post with some highlights at https://babeljs.io/blog/2024/10/25/7.26.0.

:rocket: New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

:house: Internal

:running_woman: Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

Committers: 5

v7.25.9 (2024-10-22)

... (truncated)

Changelog

Sourced from @​babel/core's changelog.

v7.26.0 (2024-10-25)

:rocket: New Feature

  • babel-core, babel-generator, babel-parser, babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes, babel-preset-env, babel-standalone, babel-types
  • babel-core
  • babel-compat-data, babel-plugin-proposal-regexp-modifiers, babel-plugin-transform-regexp-modifiers, babel-preset-env, babel-standalone
  • babel-parser
  • babel-generator, babel-parser, babel-plugin-syntax-flow
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs3
  • babel-generator, babel-parser

:bug: Bug Fix

:nail_care: Polish

  • babel-plugin-proposal-json-modules, babel-plugin-transform-json-modules, babel-standalone

:house: Internal

:running_woman: Performance

  • babel-helper-module-transforms, babel-plugin-transform-modules-commonjs

v7.25.9 (2024-10-22)

:bug: Bug Fix

  • babel-parser, babel-template, babel-types
  • babel-helper-compilation-targets, babel-preset-env
  • Other

:house: Internal

  • babel-helper-transform-fixture-test-runner

... (truncated)

Commits
  • 63d3038 v7.26.0
  • 8b5b6bf fix: CI with Node v23.1.0 (#16932)
  • 64fa466 Enable import attributes parsing by default (#16850)
  • 0216853 feat: support async plugin's pre/post (#16862)
  • b8002e2 Workaround Node.js bug for parallel loading of TLA modules (#16928)
  • 56658ac Fix loading of modules with TLA in Node.js 23 (#16926)
  • fdc456a Only parse # as comment in .babelignore at line start (#16925)
  • 79e50b2 test: add node 23 to ci matrix
  • 4360ee5 fix: path.resolve changes in node 23.0.0
  • b07957e v7.25.9
  • Additional commits viewable in
    dependabot[bot] commented 1 week ago

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