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 7 updates #3329

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2024

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

Package From To
@reportportal/agent-js-jest 5.0.7 5.1.0
classnames 2.3.2 2.5.1
loglevel 1.8.1 1.9.2
react-virtuoso 4.6.2 4.10.4
cypress-tags 1.1.2 1.2.2
enzyme-adapter-react-16 1.15.7 1.15.8
start-server-and-test 2.0.3 2.0.7

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

Release notes

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

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.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
  • d1473ec Merge pull request #145 from reportportal/develop
  • 5e285fa Change version fragment to minor
  • b3ef8cb Update changelog
  • 192caa8 Add path-ignore to workflow files
  • fd9ea21 Update changelog and readme
  • c169ae5 Update changelog
  • dc11eec EPMRPP-92347 || Fix security vulnerabilities
  • 79d45ac Update CODEOWNERS
  • 84d5c92 EPMRPP-90161 || Implement screenshot attachment support for Jest agent (#140)
  • 589206b Update README.md
  • Additional commits viewable in compare view

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

Updates react-virtuoso from 4.6.2 to 4.10.4

Release notes

Sourced from react-virtuoso's releases.

v4.10.4

4.10.4 (2024-09-10)

Bug Fixes

  • grid SSR works with initial topmost item index (62d577d)

v4.10.3

4.10.3 (2024-09-07)

Bug Fixes

v4.10.2

4.10.2 (2024-08-31)

Bug Fixes

  • drop explicit createElement (24d045b)

v4.10.1

4.10.1 (2024-08-14)

Bug Fixes

  • reduce the ready state reporting frequency (693b77f)

v4.10.0

4.10.0 (2024-08-13)

Features

  • readyStateChanged for VirtuosoGrid (9f124f1)

v4.9.0

4.9.0 (2024-08-01)

Features

  • optional flag to skip animation frame delay in resize observer (14e10f5)

v4.8.0

4.8.0 (2024-07-31)

... (truncated)

Commits
  • 62d577d fix: grid SSR works with initial topmost item index
  • 78aa3dd fix: grid hooks
  • 1df9a68 chore: comment out template comment
  • 30ed457 chore: upgrade vite and local react
  • 24d045b fix: drop explicit createElement
  • 693b77f fix: reduce the ready state reporting frequency
  • 9f124f1 feat: readyStateChanged for VirtuosoGrid
  • 14e10f5 feat: optional flag to skip animation frame delay in resize observer
  • 537e383 Merge branch 'horizontal'
  • b7f3527 feat: horizontal list
  • Additional commits viewable in compare view

Updates cypress-tags from 1.1.2 to 1.2.2

Changelog

Sourced from cypress-tags's changelog.

[1.2.2] - 2024-05-14

Changed

  • Remove dist folder from gitignore as we need to publish it in github. Closes 262.

[1.2.1] - 2024-05-14

Changed

  • add check version to pull_request. Closes 262.

[1.2.0] - 2024-05-14

Changed

  • Upgrade dependencies to latest. Closes 262.
Commits
Maintainer changes

This version was pushed to npm by infosum_sre, a new releaser for cypress-tags since your current version.


Updates enzyme-adapter-react-16 from 1.15.7 to 1.15.8

Commits
  • 146467c [enzyme-adapter-react-16] v1.15.8
  • 795e52c [enzyme, enzyme-adapter-react-{14,16.1,16.2,16.3,16}] [deps] update `enzyme-s...
  • 9a59ec5 [*] [deps] update enzyme-adapter-utils
  • f2401cc [*] [refactor] use hasown instead of has
  • 9ddc423 [*] [deps] update in-range deps
  • f937614 [*] [dev deps] update everything in-range
  • 246d323 [*] [dev deps] update eslint-plugin-import, eslint-plugin-react
  • 9bb92eb [meta] run build/files steps in prepack, not prepublish
  • See full diff in compare view

Updates start-server-and-test from 2.0.3 to 2.0.7

Release notes

Sourced from start-server-and-test's releases.

v2.0.7

2.0.7 (2024-09-09)

Bug Fixes

  • deps: update dependency wait-on to v8 (#386) (d814a72)

v2.0.6

2.0.6 (2024-09-08)

Bug Fixes

  • deps: update dependency debug to v4.3.7 (78c6f53)

v2.0.5

2.0.5 (2024-07-29)

Bug Fixes

  • deps: update dependency debug to v4.3.6 (8ebb70b)

v2.0.4

2.0.4 (2024-06-05)

Bug Fixes

  • deps: update dependency debug to v4.3.5 (dd8a2d7)
Commits
  • d814a72 fix(deps): update dependency wait-on to v8 (#386)
  • 78c6f53 fix(deps): update dependency debug to v4.3.7
  • 8ebb70b fix(deps): update dependency debug to v4.3.6
  • dd8a2d7 fix(deps): update dependency debug to v4.3.5
  • See full diff 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

…dates

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

| Package | From | To |
| --- | --- | --- |
| [@reportportal/agent-js-jest](https://github.com/reportportal/agent-js-jest) | `5.0.7` | `5.1.0` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.2` | `2.5.1` |
| [loglevel](https://github.com/pimterry/loglevel) | `1.8.1` | `1.9.2` |
| [react-virtuoso](https://github.com/petyosi/react-virtuoso) | `4.6.2` | `4.10.4` |
| [cypress-tags](https://github.com/infosum/cypress-tags) | `1.1.2` | `1.2.2` |
| [enzyme-adapter-react-16](https://github.com/enzymejs/enzyme/tree/HEAD/packages/enzyme-adapter-react-16) | `1.15.7` | `1.15.8` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.3` | `2.0.7` |



Updates `@reportportal/agent-js-jest` from 5.0.7 to 5.1.0
- [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.0)

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)

Updates `react-virtuoso` from 4.6.2 to 4.10.4
- [Release notes](https://github.com/petyosi/react-virtuoso/releases)
- [Commits](petyosi/react-virtuoso@v4.6.2...v4.10.4)

Updates `cypress-tags` from 1.1.2 to 1.2.2
- [Changelog](https://github.com/infosum/cypress-tags/blob/master/CHANGELOG.md)
- [Commits](https://github.com/infosum/cypress-tags/commits)

Updates `enzyme-adapter-react-16` from 1.15.7 to 1.15.8
- [Changelog](https://github.com/enzymejs/enzyme/blob/master/CHANGELOG.md)
- [Commits](https://github.com/enzymejs/enzyme/commits/[email protected]/packages/enzyme-adapter-react-16)

Updates `start-server-and-test` from 2.0.3 to 2.0.7
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.3...v2.0.7)

---
updated-dependencies:
- dependency-name: "@reportportal/agent-js-jest"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: react-virtuoso
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cypress-tags
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: enzyme-adapter-react-16
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: start-server-and-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Superseded by #3334.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/dependencies-fb46cbf9fa branch September 16, 2024 07:36
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