Skip to content

fix(deps): update all dependencies #201

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix(deps): update all dependencies #201

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@azure/core-amqp (source) ^1.1.0 -> ^4.0.0 age adoption passing confidence dependencies major
@azure/event-hubs (source) ^5.0.1 -> ^6.0.0 age adoption passing confidence dependencies major
@babel/cli (source) 7.12.10 -> 7.27.0 age adoption passing confidence devDependencies minor
@babel/core (source) 7.12.10 -> 7.26.10 age adoption passing confidence devDependencies minor
@babel/plugin-syntax-jsx (source) 7.12.1 -> 7.25.9 age adoption passing confidence devDependencies minor
@babel/plugin-transform-modules-commonjs (source) 7.12.1 -> 7.26.3 age adoption passing confidence devDependencies minor
@babel/plugin-transform-runtime (source) 7.12.10 -> 7.26.10 age adoption passing confidence devDependencies minor
@babel/preset-env (source) 7.12.11 -> 7.26.9 age adoption passing confidence devDependencies minor
@babel/runtime (source) 7.12.5 -> 7.27.0 age adoption passing confidence dependencies minor
@types/jest (source) 26.0.20 -> 29.5.14 age adoption passing confidence devDependencies major
@vue/babel-helper-vue-jsx-merge-props (source) 1.2.1 -> 1.4.0 age adoption passing confidence dependencies minor
@vue/test-utils 1.1.2 -> 2.4.6 age adoption passing confidence devDependencies major
alex (source) 9.1.0 -> 11.0.1 age adoption passing confidence devDependencies major
azure-iothub 1.11.0 -> 1.16.5 age adoption passing confidence dependencies minor
babel-jest (source) 26.6.3 -> 29.7.0 age adoption passing confidence devDependencies major
babel-loader 8.2.2 -> 10.0.0 age adoption passing confidence devDependencies major
chartist (source) ^0.11.4 -> ^1.0.0 age adoption passing confidence dependencies major
css-loader 5.0.1 -> 7.1.2 age adoption passing confidence devDependencies major
debug 4.3.2 -> 4.4.0 age adoption passing confidence devDependencies minor
dotenv ^8.1.0 -> ^16.0.0 age adoption passing confidence dependencies major
eslint (source) 7.19.0 -> 9.25.1 age adoption passing confidence devDependencies major
eslint-plugin-vue (source) 7.5.0 -> 10.0.0 age adoption passing confidence devDependencies major
express-sanitizer 1.0.5 -> 1.0.6 age adoption passing confidence dependencies patch
husky 4.3.8 -> 9.1.7 age adoption passing confidence devDependencies major
jest (source) 26.6.3 -> 29.7.0 age adoption passing confidence devDependencies major
jest-axe 4.1.0 -> 10.0.0 age adoption passing confidence devDependencies major
jmespath ^0.15.0 -> ^0.16.0 age adoption passing confidence dependencies minor
node 10.19.0-alpine -> 22.15.0-alpine age adoption passing confidence final major
nodemon (source) 2.0.7 -> 3.1.10 age adoption passing confidence devDependencies major
npm-run-all 4.1.5 -> 5.0.0 devDependencies replacement
rhea-promise ^1.0.0 -> ^3.0.0 age adoption passing confidence dependencies major
style-loader 2.0.0 -> 4.0.0 age adoption passing confidence devDependencies major
supertest 6.1.3 -> 7.1.0 age adoption passing confidence devDependencies major
vue-a11y-dialog ^0.5.2 -> ^1.0.0 age adoption passing confidence dependencies major
vue-accessible-color-picker (source) ^1.1.2 -> ^5.0.0 age adoption passing confidence dependencies major
vue-jest 4.0.0-rc.1 -> 4.0.1 age adoption passing confidence devDependencies patch
vue-loader 15.9.6 -> 17.4.2 age adoption passing confidence devDependencies major
webpack-cli (source) 4.4.0 -> 6.0.1 age adoption passing confidence devDependencies major
whatwg-fetch 3.5.0 -> 3.6.20 age adoption passing confidence devDependencies minor

This is a special PR that replaces npm-run-all with the community suggested minimal stable replacement version.


Release Notes

Azure/azure-sdk-for-js (@​azure/core-amqp)

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.0

Compare Source

v4.0.0

Compare Source

v3.3.0

Compare Source

v3.2.2

Compare Source

v3.2.1

Compare Source

v3.2.0

Compare Source

v3.1.1

Compare Source

v3.1.0

3.1.0 (2022-02-03)

Features Added
  • Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features
  • With the dropping of support for Node.js versions that are no longer in LTS, the dependency on @types/node has been updated to version 12. Read our support policy for more details.
  • Updated to use the latest version of the rhea package.
  • Add a constant messageState with value of "x-opt-message-state" which is the name for the new message state property in the message annotations. PR 18938

v3.0.0

Compare Source

3.0.0 (2021-06-09)

Breaking changes
  • Updates the rhea-promise and rhea dependencies to version 2.x. rhea contains a breaking change that changes deserialization of timestamps from numbers to Date objects.
  • Removes the AsyncLock and defaultLock exports. defaultCancellableLock should be used instead.

v2.3.0

Compare Source

2.3.0 (2021-04-29)

  • Updates AmqpAnnotatedMessage to identify the AMQP section where body data was decoded from. PR 14703.

  • Adds CancellableAsyncLock as an alternative to AsyncLock that supports cancellation via the abort signal. PR 14844.

v2.2.0

Compare Source

2.2.0 (2021-03-30)

  • Updates translateError to convert non-object type parameters to errors.
    The parameter will be part of the error's message property unless the parameter is null or undefined.
    Fixes issue 14499.

  • Addresses issue 9988
    by updating the following operations to accept an abortSignal to allow cancellation:

    • CbsClient.init()
    • CbsClient.negotiateClaim()
    • RequestResponseLink.create()
  • Exporting StandardAbortMessage that is the standard error message accompanying the AbortError.

v2.1.0

Compare Source

2.1.0 (2021-02-08)

  • Fixes the bug reported in issue 13048.
    Now an informative error is thrown describing the circumstance that led to the error.
  • Adds the ability to configure the amqpHostname and port that a ConnectionContextBase will use when connecting to a service.
    The host field refers to the DNS host or IP address of the service, whereas the amqpHostname
    is the fully qualified host name of the service. Normally host and amqpHostname will be the same.
    However if your network does not allow connecting to the service via the public host,
    you can specify a custom host (e.g. an application gateway) via the host field and continue
    using the public host as the amqpHostname.

v2.0.1

Compare Source

2.0.1 (2021-01-07)

  • Fixes the bug reported in issue 12610.
    Previously, retry would still sleep one more time after all retry attempts were exhausted before returning.
    Now, retry will return immediately after all retry attempts are completed as necessary.

v2.0.0

Compare Source

2.0.0 (2020-11-12)

  • This release marks the general availability of the @azure/core-amqp version 2 package.
Breaking changes
  • Continuing our work to clean the public API surface that we started in 2.0.0-beta.1 we no longer export

    • DataTransformer and DefaultDataTransformer.
      dataTransformer has been removed from ConnectionContextBase and ConnectionContextBaseParameters.
      This allows us to consider other forms of implementing serializers in the future.
    • ConditionStatusMapper and MessagingErrorCodes as these are only used internally by this package.
  • Previously, ConnectionConfig.validate() overridden entityPath if undefined with String(undefined) = "undefined". This has been updated to retain undefined in the validation.
    PR 12321

v1.1.7

Compare Source

1.1.7 (2020-10-29)

  • Internal improvement - Previously, each RequestResponseLink.sendRequest call adds an "onMessage" listener to the ReceiverEvents.message event and keeps discarding the responses that did not match the request-id and returns the response if matched. Adding many listeners would also result in a warning such as MaxListenersExceededWarning: Possible EventEmitter memory leak detected. 11 message listeners added to [Receiver]. Use emittr.setMaxListeners() to increase limit.
    This has been improved to reuse a single listener for all the requests by maintaining a map of deferred promises that would be resolved(or rejected) upon receiving a message event.
    PR 11749

v1.1.6

Compare Source

1.1.6 (2020-09-08)

  • Support using the SharedAccessSignature from the connection string.
    (PR 10951).

v1.1.5

Compare Source

1.1.5 (2020-08-04)

  • Fixes issue 9615
    where closing the RequestResponseLink session before closing the receiver
    could cause the service to report a missing session channel.

v1.1.4

Compare Source

1.1.4 (2020-06-30)

  • Fixes issue 9287
    where operations that used the RequestResponseLink and encountered an error
    would fail to cleanup their internal timer.
    This caused exiting the process to be delayed until the timer reached its timeout.
  • If none is present, add a unique id to message_id on the request to be sent when using the RequestResponseLink. This helps in determining the right response for the request when multiple send requests are made in parallel.
    PR 9503

v1.1.3

Compare Source

1.1.3 (2020-06-02)

  • Updated to use the latest version of the rhea package.
    This update fixes an issue where an uncaught exception could be thrown some time after a connection was disconnected.
    PR 8758

v1.1.2

Compare Source

1.1.2 (2020-04-28)

  • Adds compatiblity with TypeScript versions 3.1 through 3.6+.
    PR 8540
  • Add a new method refreshConnection() on the ConnectionContextBase to replace the connection property on it with a new rhea-promise Connection object.
    PR 8563

v1.1.1

Compare Source

1.1.1 (2020-03-31)

  • Removes direct dependency on @azure/identity as it is not used directly by this package.
    PR 7669
babel/babel (@​babel/cli)

v7.27.0

Compare Source

v7.27.0 (2025-03-24)

Thanks @​ishchhabra and @​vovkasm for your first PRs!

👓 Spec Compliance
🚀 New Feature
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-plugin-transform-class-properties
  • babel-traverse
  • babel-helpers, babel-preset-typescript, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-cli
  • babel-plugin-transform-named-capturing-groups-regex, babel-types
🏃‍♀️ Performance
Committers: 5

v7.26.4

Compare Source

↩️ Revert
  • babel-traverse

v7.25.9

Compare Source

🐛 Bug Fix
🏠 Internal
🏃‍♀️ Performance

v7.25.7

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-compilation-targets, babel-helper-plugin-utils, babel-preset-env
  • babel-plugin-proposal-destructuring-private, babel-plugin-syntax-decimal, babel-plugin-syntax-import-reflection, babel-standalone
  • babel-generator
🏃‍♀️ Performance

v7.25.6

Compare Source

🐛 Bug Fix
💅 Polish
  • babel-generator, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-class-properties, babel-plugin-transform-classes, babel-plugin-transform-duplicate-named-capturing-groups-regex, babel-plugin-transform-named-capturing-groups-regex, babel-plugin-transform-react-jsx-development, babel-plugin-transform-react-jsx, babel-plugin-transform-react-pure-annotations, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env
  • babel-plugin-syntax-import-assertions, babel-plugin-syntax-import-attributes
  • babel-generator
🏠 Internal

v7.24.8

[Compare Source](https://re


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 70b69d7 to d817e94 Compare March 26, 2020 20:30
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 2c2ede1 to 108da8b Compare April 5, 2020 19:20
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from 44412b1 to eeae41a Compare April 10, 2020 15:37
@renovate renovate bot changed the title Update all dependencies chore(deps): update all dependencies Apr 19, 2020
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 7e49b37 to b751a66 Compare April 21, 2020 01:10
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from 55b112c to ea5e306 Compare February 14, 2025 15:00
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 46dc43a to 342bbb8 Compare February 27, 2025 23:10
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from d297e37 to d3ce6b3 Compare March 7, 2025 21:25
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 1e1c83f to 08dadf9 Compare March 17, 2025 17:42
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1faa369 to d79e2cb Compare March 24, 2025 20:27
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 391631f to df95b8b Compare April 7, 2025 22:39
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 2ef5c48 to 0f8c0ad Compare April 10, 2025 22:55
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from b0a3e6a to ef72300 Compare April 23, 2025 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant