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 11 updates #3232

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 Sep 30, 2024

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

Package From To
d2 31.9.1 31.10.2
decode-uri-component 0.2.2 0.4.1
redux-actions 3.0.0 3.0.3
whatwg-fetch 3.6.2 3.6.20
@reportportal/agent-js-jest 5.0.6 5.1.0
cypress 13.6.1 13.15.0
cypress-tags 1.1.2 1.2.2
enzyme-adapter-react-16 1.15.7 1.15.8
eslint-plugin-react-hooks 4.6.0 4.6.2
loglevel 1.8.1 1.9.2
start-server-and-test 2.0.0 2.0.8

Updates d2 from 31.9.1 to 31.10.2

Release notes

Sourced from d2's releases.

v31.10.2

31.10.2 (2021-11-18)

Bug Fixes

  • noop: trigger release due to failed auth (a0626b9)

v31.10.0

31.10.0 (2021-04-07)

Features

  • json: treat access collection as non-model collections (67bc88d)

v31.9.3

31.9.3 (2021-03-24)

Bug Fixes

  • only pass fixed dimensions as dimension for data value sets (DHIS2-9789) (f99e1e9), closes #776

v31.9.2

31.9.2 (2021-03-22)

Bug Fixes

  • remove encoding of query string for analytics requests DHIS2-10722 (#284) (c810235)
  • remove unused import (#285) (6e1a408)
Changelog

Sourced from d2's changelog.

31.10.2 (2021-11-18)

Bug Fixes

  • noop: trigger release due to failed auth (a0626b9)

31.10.1 (2021-11-17)

Bug Fixes

  • spread options to requestOptions (8151af1)
  • api: allow override of content-type in update() when value is string (af2eccb)
  • datastore: explicitly set content-type when updating' (1a4892b)

31.10.0 (2021-04-07)

Features

  • json: treat access collection as non-model collections (67bc88d)

31.9.3 (2021-03-24)

Bug Fixes

  • only pass fixed dimensions as dimension for data value sets (DHIS2-9789) (f99e1e9), closes #776

31.9.2 (2021-03-22)

Bug Fixes

  • remove encoding of query string for analytics requests DHIS2-10722 (#284) (c810235)
  • remove unused import (#285) (6e1a408)
Commits
  • 40c2817 chore(release): cut 31.10.2 [skip ci]
  • a0626b9 fix(noop): trigger release due to failed auth
  • 472c0fd chore(release): cut 31.10.1 [skip ci]
  • 48e28fa Merge pull request #340 from dhis2/fix/allow-content-type-override-for-update
  • 655bd3c style: fix linting
  • 8151af1 fix: spread options to requestOptions
  • bd3a346 docs: update update-method jsdoc
  • 42f68d7 refactor: create new options object
  • c7dec65 style: fix linting errors
  • c7a614a test: update tests
  • Additional commits viewable in compare view

Updates decode-uri-component from 0.2.2 to 0.4.1

Release notes

Sourced from decode-uri-component's releases.

v0.4.1

  • Add TypeScript type definitions c345b4c

SamVerschueren/decode-uri-component@v0.4.0...v0.4.1

v0.4.0

  • Require Node.js 14 and move to ESM (#11) b09e39d

SamVerschueren/decode-uri-component@v0.3.0...v0.4.0

v0.3.0

  • Do not decode + to a space - fixes #3 3bbc879

SamVerschueren/decode-uri-component@v0.2.2...v0.3.0

Commits

Updates redux-actions from 3.0.0 to 3.0.3

Commits

Updates whatwg-fetch from 3.6.2 to 3.6.20

Release notes

Sourced from whatwg-fetch's releases.

v3.6.20

3.6.20 (2023-12-13)

Bug Fixes

v3.6.19

3.6.19 (2023-09-11)

Bug Fixes

  • Have unique error messages for xhr timeouts and errors (#1380) (7170f0b)

v3.6.18

What's Changed

New Contributors

Full Changelog: JakeChampion/fetch@v3.6.17...v3.6.18

v3.6.17

What's Changed

Full Changelog: JakeChampion/fetch@v3.6.16...v3.6.17

v3.6.16

What's Changed

Full Changelog: JakeChampion/fetch@v3.6.15...v3.6.16

v3.6.15

What's Changed

Full Changelog: JakeChampion/fetch@v3.6.14...v3.6.15

v3.6.14

What's Changed

... (truncated)

Changelog

Sourced from whatwg-fetch's changelog.

Commits

Updates @reportportal/agent-js-jest from 5.0.6 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.

Release v5.0.7

Fixed

  • isLaunchMergeRequired option from client-javascript missed.

Changed

  • @reportportal/client-javascript bumped to version 5.0.15. launchUuidPrint and launchUuidPrintOutput configuration options introduced.
  • Readme file updated.
  • Logging link to the launch on its finish now available by default. logLaunchLink option is removed from the config.

Security

  • Updated versions of vulnerable packages (@​babel/traverse).
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.

[5.0.7] - 2023-11-20

Fixed

  • isLaunchMergeRequired option from client-javascript missed.

Changed

  • @reportportal/client-javascript bumped to version 5.0.15. launchUuidPrint and launchUuidPrintOutput configuration options introduced.
  • Readme file updated.
  • Logging link to the launch on its finish now available by default. logLaunchLink option is removed from the config.

Security

  • Updated versions of vulnerable packages (@​babel/traverse).
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 cypress from 13.6.1 to 13.15.0

Release notes

Sourced from cypress's releases.

v13.15.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-15-0

v13.14.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-2

v13.14.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-1

v13.14.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-14-0

v13.13.3

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-3

v13.13.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-2

v13.13.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-1

v13.13.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-13-0

v13.12.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-12-0

v13.11.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-11-0

v13.10.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-10-0

v13.9.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-9-0

v13.8.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-1

v13.8.0

Changelog: https://docs.cypress.io/guides/references/changelog#13-8-0

v13.7.3

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

v13.7.2

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-2

v13.7.1

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1

... (truncated)

Commits
  • 5afb929 chore: Update Chrome (stable) to 129.0.6668.70 (#30279)
  • 0d2248c chore: release 13.15.0 (#30292)
  • 8d71cc4 chore: Update changelog to 'addresses' rather than addressed in (#30275)
  • 1d84532 feat: Improve UX when Test Replay upload fails due to slow upload (#30235)
  • fbe51fc chore: fix net_stubbing flake (#30276)
  • 88900e7 chore: update tests to skip the welcome screen on launchpad tests. (#30240)
  • 954cc50 chore: [Snyk] Security upgrade express from 4.19.2 to 4.21.0 in packages/grap...
  • 3ff88b7 chore: Fix double bugfixes headings in changelog (#30268)
  • 0bdf495 chore: Update Chrome (beta) to 130.0.6723.6 (#30256)
  • f7946de docs: update guides/building-release-artifacts.md (#30257)
  • 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 eslint-plugin-react-hooks from 4.6.0 to 4.6.2

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

5.0.0 (next release)

  • New Violations: Component names now need to start with an uppercase letter instead of a non-lowercase letter. This means _Button or _component are no longer valid. (@​kassens) in #25162
Commits
Maintainer changes

This version was pushed to npm by react-bot, a new releaser for eslint-plugin-react-hooks since your current version.


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 start-server-and-test from 2.0.0 to 2.0.8

Release notes

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

v2.0.8

2.0.8 (2024-09-16)

Bug Fixes

  • deps: update dependency wait-on to v8.0.1 (fe1c25d)

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)

v2.0.3

2.0.3 (2023-11-16)

Bug Fixes

  • deps: update dependency wait-on to v7.2.0 (#374) (ad35c2e)

v2.0.2

2.0.2 (2023-11-05)

... (truncated)

Commits
  • fe1c25d fix(deps): update dependency wait-on to v8.0.1
  • 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
  • ad35c2e fix(deps): update dependency wait-on to v7.2.0 (#374)
  • efe7384 fix(deps): update dependency wait-on to v7.1.0
  • 2fc1f98 fix: bump minimum Node to v16, closes #351
  • 2d1decf add note about localhost http (#372)
  • 04b33b3 Fix: fix the interactive shell in the test process (#369)
  • 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

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [d2](https://github.com/dhis2/d2) | `31.9.1` | `31.10.2` |
| [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) | `0.2.2` | `0.4.1` |
| [redux-actions](https://github.com/redux-utilities/redux-actions) | `3.0.0` | `3.0.3` |
| [whatwg-fetch](https://github.com/github/fetch) | `3.6.2` | `3.6.20` |
| [@reportportal/agent-js-jest](https://github.com/reportportal/agent-js-jest) | `5.0.6` | `5.1.0` |
| [cypress](https://github.com/cypress-io/cypress) | `13.6.1` | `13.15.0` |
| [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` |
| [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) | `4.6.0` | `4.6.2` |
| [loglevel](https://github.com/pimterry/loglevel) | `1.8.1` | `1.9.2` |
| [start-server-and-test](https://github.com/bahmutov/start-server-and-test) | `2.0.0` | `2.0.8` |



Updates `d2` from 31.9.1 to 31.10.2
- [Release notes](https://github.com/dhis2/d2/releases)
- [Changelog](https://github.com/dhis2/d2/blob/master/CHANGELOG.md)
- [Commits](dhis2/d2@v31.9.1...v31.10.2)

Updates `decode-uri-component` from 0.2.2 to 0.4.1
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](SamVerschueren/decode-uri-component@v0.2.2...v0.4.1)

Updates `redux-actions` from 3.0.0 to 3.0.3
- [Release notes](https://github.com/redux-utilities/redux-actions/releases)
- [Changelog](https://github.com/redux-utilities/redux-actions/blob/master/docs/Changelog.md)
- [Commits](redux-utilities/redux-actions@v3.0.0...v3.0.3)

Updates `whatwg-fetch` from 3.6.2 to 3.6.20
- [Release notes](https://github.com/github/fetch/releases)
- [Changelog](https://github.com/JakeChampion/fetch/blob/main/CHANGELOG.md)
- [Commits](JakeChampion/fetch@v3.6.2...v3.6.20)

Updates `@reportportal/agent-js-jest` from 5.0.6 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.6...v5.1.0)

Updates `cypress` from 13.6.1 to 13.15.0
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](cypress-io/cypress@v13.6.1...v13.15.0)

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 `eslint-plugin-react-hooks` from 4.6.0 to 4.6.2
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/packages/eslint-plugin-react-hooks/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks)

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 `start-server-and-test` from 2.0.0 to 2.0.8
- [Release notes](https://github.com/bahmutov/start-server-and-test/releases)
- [Commits](bahmutov/start-server-and-test@v2.0.0...v2.0.8)

---
updated-dependencies:
- dependency-name: d2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: decode-uri-component
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: redux-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: whatwg-fetch
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: "@reportportal/agent-js-jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cypress
  dependency-type: direct:development
  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: eslint-plugin-react-hooks
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: loglevel
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 30, 2024
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