streamr-dev / network

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

build(deps): bump the dependencies group across 1 directory with 29 updates #2860

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 1 week ago

Bumps the dependencies group with 29 updates in the / directory:

Package From To
@eslint/js 9.13.0 9.14.0
@types/jest 29.5.13 29.5.14
@types/node 18.19.57 18.19.64
globals 15.11.0 15.12.0
lerna 8.1.8 8.1.9
zx 8.1.9 8.2.0
@aws-sdk/client-route-53 3.675.0 3.683.0
uuid 10.0.0 11.0.2
webpack 5.95.0 5.96.1
@types/lodash 4.17.12 4.17.13
lru-cache 11.0.1 11.0.2
@types/ws 8.5.12 8.5.13
ts-essentials 10.0.2 10.0.3
utf-8-validate 6.0.4 6.0.5
@inquirer/prompts 7.0.0 7.0.1
@streamr/config 5.4.0 5.4.1
@inquirer/testing 2.1.35 2.1.36
@types/qs 6.9.16 6.9.17
@babel/runtime 7.25.7 7.26.0
@babel/runtime-corejs3 7.25.7 7.26.0
core-js 3.38.1 3.39.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 @eslint/js from 9.13.0 to 9.14.0

Release notes

Sourced from @​eslint/js's releases.

v9.14.0

Features

  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)

Bug Fixes

  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)

Documentation

  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)

Build Related

  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)

Chores

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
Changelog

Sourced from @​eslint/js's changelog.

v9.14.0 - November 1, 2024

  • f36cb16 chore: upgrade @​eslint/js@​9.14.0 (#19086) (Milos Djermanovic)
  • 28be447 chore: package.json update for @​eslint/js release (Jenkins)
  • 24d0172 fix: enable retry concurrency limit for readFile() (#19077) (Nicholas C. Zakas)
  • 3fa009f feat: add support for Import Attributes and RegExp Modifiers (#19076) (Milos Djermanovic)
  • b0faee3 feat: add types for the @eslint/js package (#19010) (Nitin Kumar)
  • 151c965 docs: update context.languageOptions.parser description (#19084) (Nitin Kumar)
  • dc34f94 docs: Update README (GitHub Actions Bot)
  • f48a2a0 test: add no-invalid-regexp tests with RegExp Modifiers (#19075) (Milos Djermanovic)
  • 37c9177 build: update @wdio/* dependencies (#19068) (Francesco Trotta)
  • b442067 fix: Don't crash when directory is deleted during traversal. (#19067) (Nicholas C. Zakas)
  • 35a8858 build: exclude flawed dendency versions (#19065) (Francesco Trotta)
  • 425202e perf: Fix caching in config loaders (#19042) (Milos Djermanovic)
  • 3d44b3c ci: run tests in Node.js 23 (#19055) (Francesco Trotta)
  • f16e846 docs: Update README (GitHub Actions Bot)
  • ee0a77e docs: change link from @​types/eslint to lib/types (#19049) (Karl Horky)
  • d474443 fix: avoid call stack overflow while processing globs (#19035) (Livia Medeiros)
  • 7259627 test: ensure tmp directory cleanup in check-emfile-handling.js (#19036) (Livia Medeiros)
  • 50f03a1 docs: Clarify global ignores in config migration guide (#19032) (Milos Djermanovic)
Commits


Updates @types/jest from 29.5.13 to 29.5.14

Commits


Updates @types/node from 18.19.57 to 18.19.64

Commits


Updates globals from 15.11.0 to 15.12.0

Release notes

Sourced from globals's releases.

v15.12.0

  • Add Iterator to ES2025 (#272) 439b398
  • Update globals (#271) dd0a502

https://github.com/sindresorhus/globals/compare/v15.11.0...v15.12.0

Commits


Updates lerna from 8.1.8 to 8.1.9

Release notes

Sourced from lerna's releases.

v8.1.9

8.1.9 (2024-10-31)

Bug Fixes

  • add extends property in schema (#4075) (28c8ef2)
  • core: avoid reading empty .config.json, upgrade cosmiconfig@v9.0.0 (#4062) (960bdd9)
  • update nx support to latest v20 (#4103) (cb37f19)
  • version: enable changing commit message when using amend (#3954) (529e83f)

Features

  • publish: support full file path for --summary-file (#4039) (cfd573a)
Changelog

Sourced from lerna's changelog.

8.1.9 (2024-10-31)

Bug Fixes

  • add extends property in schema (#4075) (28c8ef2)
  • core: avoid reading empty .config.json, upgrade cosmiconfig@v9.0.0 (#4062) (960bdd9)
  • update nx support to latest v20 (#4103) (cb37f19)
Commits


Updates zx from 8.1.9 to 8.2.0

Release notes

Sourced from zx's releases.

8.2.0

Pipes supercharge today! 🚀

Features

  • Delayed piping. You can fill dependent streams at any time during the origin process lifecycle (even when finished) without losing data. #914
const result = $`echo 1; sleep 1; echo 2; sleep 1; echo 3`
const piped1 = result.pipe`cat`
let piped2

setTimeout(() => {
piped2 = result.pipecat
}, 1500)

await piped1
assert.equal((await piped1).toString(), '1\n2\n3\n')
assert.equal((await piped2).toString(), '1\n2\n3\n')

const file = tempfile()
const fileStream = fs.createWriteStream(file)
const p = $`echo "hello"`
  .pipe(
    new Transform({
      transform(chunk, encoding, callback) {
        callback(null, String(chunk).toUpperCase())
      },
    })
  )
  .pipe(fileStream)

p instanceof WriteStream // true
await p === fileStream // true
(await fs.readFile(file)).toString() // 'HELLO\n'

Chore

Commits


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

Release notes

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

v3.683.0

3.683.0(2024-10-30)

New Features
  • clients: update client endpoints as of 2024-10-30 (3bc6bd0e)
  • client-network-firewall: AWS Network Firewall now supports configuring TCP idle timeout (bf77a245)
  • client-redshift-serverless: Adds and updates API members for the Redshift Serverless AI-driven scaling and optimization feature using the price-performance target setting. (2c0ec7d4)
  • client-sagemaker: Added support for Model Registry Staging construct. Users can define series of stages that models can progress through for model workflows and lifecycle. This simplifies tracking and managing models as they transition through development, testing, and production stages. (f2d06049)
  • client-geo-routes: Release of Amazon Location Routes API. Routes enables you to plan efficient routes and streamline deliveries by leveraging real-time traffic, vehicle restrictions, and turn-by-turn directions. (62dc2fd1)
  • client-opensearchserverless: Neo Integration via IAM Identity Center (IdC) (cecccbe1)
  • client-connect: Updated the public documentation for the UserIdentityInfo object to accurately reflect the character limits for the FirstName and LastName fields, which were previously listed as 1-100 characters. (83a5718b)
  • client-workmail: This release adds support for Multi-Factor Authentication (MFA) and Personal Access Tokens through integration with AWS IAM Identity Center. (b43c3aa5)
  • client-opensearch: This release introduces the new OpenSearch user interface (Dashboards), a new web-based application that can be associated with multiple data sources across OpenSearch managed clusters, serverless collections, and Amazon S3, so that users can gain a comprehensive insights in an unified interface. (ec14d7a8)
  • client-appsync: This release adds support for AppSync Event APIs. (a680861e)
  • client-geo-maps: Release of Amazon Location Maps API. Maps enables you to build digital maps that showcase your locations, visualize your data, and unlock insights to drive your business (5f4e338b)
  • client-redshift: This release launches S3 event integrations to create and manage integrations from an Amazon S3 source into an Amazon Redshift database. (32d38b0a)
  • client-datasync: AWS DataSync now supports Enhanced mode tasks. This task mode supports transfer of virtually unlimited numbers of objects with enhanced metrics, more detailed logs, and higher performance than Basic mode. This mode currently supports transfers between Amazon S3 locations. (c86827ee)
  • client-ecs: This release supports service deployments and service revisions which provide a comprehensive view of your Amazon ECS service history. (09bd2fa4)
  • client-ec2: This release adds two new capabilities to VPC Security Groups: Security Group VPC Associations and Shared Security Groups. (095a3b87)
  • client-route-53: This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types. (9029bbde)
  • client-geo-places: Release of Amazon Location Places API. Places enables you to quickly search, display, and filter places, businesses, and locations based on proximity, category, and name (676a6968)
  • client-keyspaces: Adds support for interacting with user-defined types (UDTs) through the following new operations: Create-Type, Delete-Type, List-Types, Get-Type. (e96f70e7)

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

v3.682.0

3.682.0(2024-10-29)

New Features
  • clients: update client endpoints as of 2024-10-29 (d7b891c8)
  • client-cloudwatch-logs: Added support for new optional baseline parameter in the UpdateAnomaly API. For UpdateAnomaly requests with baseline set to True, The anomaly behavior is then treated as baseline behavior. However, more severe occurrences of this behavior will still be reported as anomalies. (da1de11c)
  • client-bedrock: Update Application Inference Profile (cd3a5ec8)
  • client-iotfleetwise: Updated BatchCreateVehicle and BatchUpdateVehicle APIs: LimitExceededException has been added and the maximum number of vehicles in a batch has been set to 10 explicitly (820ad6d3)
  • client-sagemaker: Adding notebook-al2-v3 as allowed value to SageMaker NotebookInstance PlatformIdentifier attribute (8c8cce53)
  • client-redshift-data: Adding a new API GetStatementResultV2 that supports CSV formatted results from ExecuteStatement and BatchExecuteStatement calls. (5943dd5e)
  • client-cleanrooms: This release adds the option for customers to configure analytics engine when creating a collaboration, and introduces the new SPARK analytics engine type in addition to maintaining the legacy CLEAN_ROOMS_SQL engine type. (2ccb11c7)
  • client-bedrock-runtime: Update Application Inference Profile (aae686f9)
Tests

... (truncated)

Changelog

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

3.683.0 (2024-10-30)

Features

  • client-route-53: This release adds support for TLSA, SSHFP, SVCB, and HTTPS record types. (9029bbd)

3.682.0 (2024-10-29)

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

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.2

Release notes

Sourced from uuid's releases.

v11.0.2

11.0.2 (2024-10-28)

Bug Fixes

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)

... (truncated)

Changelog

Sourced from uuid's changelog.

11.0.2 (2024-10-28)

Bug Fixes

11.0.1 (2024-10-27)

Bug Fixes

11.0.0 (2024-10-26)

⚠ 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 webpack from 5.95.0 to 5.96.1

Release notes

Sourced from webpack's releases.

v5.96.1

Bug Fixes

  • [Types] Add @types/eslint-scope to dependencieS
  • [Types] Fixed regression in validate

v5.96.0

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules
Commits
  • d4ced73 chore(release): 5.96.1
  • 7d6dbea fix: types regression in validate
  • 5c556e3 fix: types regression in validate
  • 2420eae fix: add @types/eslint-scope to dependencies due types regression
  • ec45d2d fix: add @types/eslint-scope to dependencies
  • aff0c3e chore(release): 5.96.0
  • 6f11ec1 refactor: module source types code
  • b07142f refactor: module source types code
  • 7d98b3c fix: Module Federation should track all referenced chunks
  • 6d09769 chore: linting
  • Additional commits viewable in compare view


Updates @types/lodash from 4.17.12 to 4.17.13

Commits


Updates lru-cache from 11.0.1 to 11.0.2

Commits


Updates @types/ws from 8.5.12 to 8.5.13

Commits


Updates ts-essentials from 10.0.2 to 10.0.3

Release notes

Sourced from ts-essentials's releases.

v10.0.3

Patch Changes

  • cc7b838: ReadonlyKeys<Type> and WritableKeys<Type> now return only the readonly and writable keys, respectively, for arrays and tuples
  • d6867ea: Prettify<Type> returns the same type when the type parameter is a function
  • bc51ac5: OptionalKeys<Type> returns never for primitives and returns only optional indices for arrays and tuples
  • d0ad79f: Improve Paths performance by limiting the depth of paths to 7 (default)
  • 162fd9d: Add Paths<Type, { anyArrayIndexAccessor: '*' }>, a string literal representing a catch-all or "wildcard" when indexing on arrays.
Changelog

Sourced from ts-essentials's changelog.

10.0.3

Patch Changes

  • cc7b838: ReadonlyKeys<Type> and WritableKeys<Type> now return only the readonly and writable keys, respectively, for arrays and tuples
  • d6867ea: Prettify<Type> returns the same type when the type parameter is a function
  • bc51ac5: OptionalKeys<Type> returns never for primitives and returns only optional indices for arrays and tuples
  • d0ad79f: Improve Paths performance by limiting the depth of paths to 7 (default)
  • 162fd9d: Add Paths<Type, { anyArrayIndexAccessor: '*' }>, a string literal representing a catch-all or "wildcard" when indexing on arrays.
Commits
  • 8fd5cdf Version Packages (#410)
  • 3a5299f docs: Paths configuration
  • cc7b838 Fix: ReadonlyKeys and WritableKeys types with unions, arrays and index si...
  • a5fe1fe docs: remove TS example folder in favour to MD files
  • dc1cd69 test: update 4.6/4.7 TsVersion dependency
  • 25b538c refactor: remove unused TsVersion
  • bc51ac5 Fix: Behaviour of OptionalKeys when instantiated with primitives and arrays...
  • d6867ea Fix: Behaviour of Prettify when instantiated with functions (#415)
  • 162fd9d feat(Paths): add optional anyArrayIndexAccessor (#412)
  • 8bc9917 Fix: enable tests (#413)
  • Additional commits viewable in compare view


Updates utf-8-validate from 6.0.4 to 6.0.5

Commits
  • 4a9a057 [dist] 6.0.5
  • 2d307f0 [deps] Update is_utf8 to version 1.4.1
  • 40a800e [build] Fix invalid escape sequence
  • 4f2e1fa [doc] Add a note about parameter validation
  • dbab3ca [ci] Update softprops/action-gh-release action to v2
  • b5fa988 [ci] Do not test on node 16
  • d3b8a1e [pkg] Normalize repository URL
  • See full diff in compare view


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 @streamr/config from 5.4.0 to 5.4.1

Commits
  • ba44346 release(config): @​streamr/config 5.4.1
  • a527b58 fix: Drop dead Polygon RPC url (#921)
  • 03b2d4c deploy: Amoy after ETH-793
  • 7f3354b ETH-793: public permissions after upgrade (#919)
  • f7517f2 deploy: Amoy
  • d8bcf34 ETH-792: public permissions can't be edit/grant/delete (#914)
  • 933167d build: remove @​ensdomains/contracts from dependencies
  • See full diff 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 @types/qs from 6.9.16 to 6.9.17

Commits


Updates @babel/runtime from 7.25.7 to 7.26.0

Release no... _Description has been truncated_
dependabot[bot] commented 4 days ago

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