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): bump the dependencies group across 1 directory with 4 updates #3395

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2024

Bumps the dependencies group with 4 updates in the / directory: @reportportal/agent-js-jest, abortcontroller-polyfill, classnames and loglevel.

Updates @reportportal/agent-js-jest from 5.0.7 to 5.1.1

Release notes

Sourced from @​reportportal/agent-js-jest's releases.

Release v5.1.1

Fixed

Release v5.1.0

Added

  • ReportingApi with attachment method support. Resolves #122.
  • extendTestDescriptionWithLastError config option to extend test description with last error message. Resolves #136. Thanks to artsiomBandarenka.

Changed

  • Breaking change Drop support of Node.js 10. The version 5.0.8 is the latest that supports it.
  • @reportportal/client-javascript bumped to version 5.1.4.

Security

  • Updated versions of vulnerable packages (braces).

Deprecated

  • Node.js 12 usage. This minor version is the latest that supports Node.js 12.
  • token config option. Use apiKey instead.

Release v5.0.8

Deprecated

  • Node.js 10 usage. This minor version is the latest that supports Node.js 10.
Changelog

Sourced from @​reportportal/agent-js-jest's changelog.

[5.1.1] - 2024-11-01

Fixed

[5.1.0] - 2024-07-11

Added

  • ReportingApi with attachment method support. Resolves #122.
  • extendTestDescriptionWithLastError config option to extend test description with last error message. Resolves #136. Thanks to artsiomBandarenka.

Changed

  • Breaking change Drop support of Node.js 10. The version 5.0.8 is the latest that supports it.
  • @reportportal/client-javascript bumped to version 5.1.4.

Security

  • Updated versions of vulnerable packages (braces).

Deprecated

  • Node.js 12 usage. This minor version is the latest that supports Node.js 12.
  • token config option. Use apiKey instead.

[5.0.8] - 2024-01-19

Deprecated

  • Node.js 10 usage. This version is the latest that supports Node.js 10.
Commits
  • 371bcb2 Merge pull request #150 from reportportal/develop
  • 976f0ad Update readme
  • b81cb1d Update changelog
  • 399b4df Update error message for not found temp id
  • 66b71fd fix: remove race condition where many suites run in parallel (#148)
  • 2814469 Update tests config
  • 8557119 Add Copyright notice
  • 8231346 Bump Node.js to 20 in workflow files
  • 3c293a7 5.1.0 -> 5.1.1-SNAPSHOT
  • 50d0ad4 Merge branch 'master' into develop
  • Additional commits viewable in compare view

Updates abortcontroller-polyfill from 1.7.5 to 1.7.6

Commits

Updates classnames from 2.3.2 to 2.5.1

Changelog

Sourced from classnames's changelog.

v2.5.1 / 2023-12-29

  • Remove workspaces field from package (#350)

v2.5.0 / 2023-12-27

  • Restore ability to pass a TypeScript interface (#341)
  • Add exports field to package (#342)

v2.4.0 / 2023-12-26

  • Use string concatenation to increase performance thanks Jon Koops (#336)

v2.3.3 / 2023-12-21

Commits

Updates loglevel from 1.8.1 to 1.9.2

Commits
  • 40d10ef v1.9.2
  • c1d0054 Don't include test, vendors or .github in published package
  • 3c5c7f1 Merge pull request #198 from Mr0grog/191-contributing-docs-cleanup
  • 9e42005 Clean up remaining audit issues
  • eee0949 Document Node.js requirements and test details
  • 02301f2 Fix minor grammar/typo/code quote issues
  • 52a80eb Merge pull request #197 from Mr0grog/196-better-ts-testing
  • 54aadd4 Undo deliberate failure
  • 54f31ae Deliberately cause tests to fail
  • a9be95d Run TypeScript tests in ts-node
  • Additional commits viewable 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 the dependencies Pull requests that update a dependency file label Nov 8, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-f16555f276 branch from 4ba1339 to 4a74190 Compare November 12, 2024 09:28
…dates

Bumps the dependencies group with 4 updates in the / directory: [@reportportal/agent-js-jest](https://github.com/reportportal/agent-js-jest), [abortcontroller-polyfill](https://github.com/mo/abortcontroller-polyfill), [classnames](https://github.com/JedWatson/classnames) and [loglevel](https://github.com/pimterry/loglevel).


Updates `@reportportal/agent-js-jest` from 5.0.7 to 5.1.1
- [Release notes](https://github.com/reportportal/agent-js-jest/releases)
- [Changelog](https://github.com/reportportal/agent-js-jest/blob/develop/CHANGELOG.md)
- [Commits](reportportal/agent-js-jest@v5.0.7...v5.1.1)

Updates `abortcontroller-polyfill` from 1.7.5 to 1.7.6
- [Commits](https://github.com/mo/abortcontroller-polyfill/commits)

Updates `classnames` from 2.3.2 to 2.5.1
- [Changelog](https://github.com/JedWatson/classnames/blob/main/HISTORY.md)
- [Commits](JedWatson/classnames@v2.3.2...v2.5.1)

Updates `loglevel` from 1.8.1 to 1.9.2
- [Release notes](https://github.com/pimterry/loglevel/releases)
- [Commits](pimterry/loglevel@v1.8.1...v1.9.2)

---
updated-dependencies:
- dependency-name: "@reportportal/agent-js-jest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: abortcontroller-polyfill
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: classnames
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: loglevel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dependencies-f16555f276 branch from 4a74190 to 703530c Compare November 12, 2024 09:31
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants