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 with 7 updates #3266

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2024

Bumps the dependencies group with 7 updates:

Package From To
@reportportal/agent-js-jest 5.0.7 5.0.8
classnames 2.3.2 2.5.1
loglevel 1.8.1 1.9.1
react-virtuoso 4.6.2 4.7.11
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.4

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

Release notes

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

Release v5.0.8

Deprecated

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

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

[5.0.8] - 2024-01-19

Deprecated

  • Node.js 10 usage. This version is the latest that supports Node.js 10.
Commits
  • abc9dd1 Merge pull request #137 from reportportal/develop
  • 9ed7583 EPMRPP-87604 || Bump versions of GitHub actions for release workflow
  • 09b798b EPMRPP-87604 || Set version fragment to patch after release
  • 4c28984 EPMRPP-87604 || Update changelog
  • ed2a61a EPMRPP-87604 || Use only patch versions of JS client automatically
  • 35538ff Bump follow-redirects from 1.15.2 to 1.15.4 (#135)
  • a3f0837 Update CODEOWNERS
  • 6ddc3ff Update publish.yml
  • c290c86 5.0.7 -> 5.0.8-SNAPSHOT
  • 7488508 Merge branch 'master' into develop
  • 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.1

Commits
  • fef2101 v1.9.1
  • 5d5f669 Fix bug when loglevel is used with some ESM translation (e.g. ts-node)
  • 118c2ae v1.9.0
  • bd9eca0 Merge pull request #189 from Mr0grog/187-make-loggers-rebuildable
  • f7becd9 Merge pull request #195 from Mr0grog/191-work-in-modern-nodejs
  • 67e968b Remove rendundant initialization code
  • 4f15c59 Merge replaceLoggingMethods() and rebuildLoggingMethods()
  • 4cd061f Rewrite logger.rebuild() based on discussion
  • 9a6ae7c Update docs and typings
  • 1159a9d Add tests for resetLevel() on child loggers
  • Additional commits viewable in compare view

Updates react-virtuoso from 4.6.2 to 4.7.11

Release notes

Sourced from react-virtuoso's releases.

v4.7.11

4.7.11 (2024-05-24)

Bug Fixes

  • update initialTopMostItemIndex type in TableVirtuoso interface (#1091) (9a93e93)

v4.7.10

4.7.10 (2024-04-21)

Bug Fixes

  • restore state works in react router (bbc0967), closes #1076

v4.7.9

4.7.9 (2024-04-18)

Bug Fixes

  • adjust the way used to set data-test-id for GridList (fd7c283)
  • adjust the way used to set data-test-id for List (2e3fafe)
  • adjust the way used to set data-test-id for Scroller (11fdc52)
  • adjust the way used to set data-test-id for table (0010df4)

v4.7.8

4.7.8 (2024-04-06)

Bug Fixes

  • stop "Zero-sized element, this should not happen" error from showing up when it should not (#1061) (c7a46a8)

v4.7.7

4.7.7 (2024-03-29)

Bug Fixes

  • delay resize observer handling (1f8c8ee)

v4.7.6

4.7.6 (2024-03-28)

Bug Fixes

... (truncated)

Commits
  • 9a93e93 fix: update initialTopMostItemIndex type in TableVirtuoso interface (#1091)
  • 75738f5 docs: update readme contribution notes
  • bbc0967 fix: restore state works in react router
  • 461a5c9 chore: more conventional test attribute
  • 68aefbb Merge branch 'ts1994tw-boren/fix-the-way-used-to-set-data-test-id-for-table'
  • 0010df4 fix: adjust the way used to set data-test-id for table
  • f9127e8 Merge branch 'ts1994tw-boren/fix-the-way-used-to-set-data-test-id'
  • 11fdc52 fix: adjust the way used to set data-test-id for Scroller
  • 2e3fafe fix: adjust the way used to set data-test-id for List
  • fd7c283 fix: adjust the way used to set data-test-id for GridList
  • 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.4

Release notes

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

v2.0.4

2.0.4 (2024-06-05)

Bug Fixes

  • deps: update dependency debug to v4.3.5 (dd8a2d7)
Commits

You can trigger a rebase of this PR 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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps the dependencies group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@reportportal/agent-js-jest](https://github.com/reportportal/agent-js-jest) | `5.0.7` | `5.0.8` |
| [classnames](https://github.com/JedWatson/classnames) | `2.3.2` | `2.5.1` |
| [loglevel](https://github.com/pimterry/loglevel) | `1.8.1` | `1.9.1` |
| [react-virtuoso](https://github.com/petyosi/react-virtuoso) | `4.6.2` | `4.7.11` |
| [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.4` |


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

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.1
- [Release notes](https://github.com/pimterry/loglevel/releases)
- [Commits](pimterry/loglevel@v1.8.1...v1.9.1)

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

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/enzyme-adapter-react-16@1.15.8/packages/enzyme-adapter-react-16)

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

---
updated-dependencies:
- dependency-name: "@reportportal/agent-js-jest"
  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
- 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] <support@github.com>
@dhis2-bot
Copy link
Contributor

dhis2-bot commented Jul 3, 2024

🚀 Deployed on https://pr-3266--dhis2-maps.netlify.app

@dhis2-bot dhis2-bot temporarily deployed to netlify July 3, 2024 07:00 Inactive
@dhis2-bot dhis2-bot temporarily deployed to netlify July 26, 2024 07:29 Inactive
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 26, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@jenniferarnesen jenniferarnesen deleted the dependabot/npm_and_yarn/dependencies-290df6ea54 branch July 26, 2024 07:45
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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants