maps-app
maps-app copied to clipboard
chore(deps): bump the dependencies group across 1 directory with 7 updates
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.1 |
| react-virtuoso | 4.6.2 |
4.8.0 |
| 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.5 |
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
ReportingApiwithattachmentmethod support. Resolves #122.extendTestDescriptionWithLastErrorconfig 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-javascriptbumped to version5.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.
tokenconfig option. UseapiKeyinstead.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
ReportingApiwithattachmentmethod support. Resolves #122.extendTestDescriptionWithLastErrorconfig 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-javascriptbumped to version5.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.
tokenconfig option. UseapiKeyinstead.[5.0.8] - 2024-01-19
Deprecated
- Node.js 10 usage. This version is the latest that supports Node.js 10.
Commits
d1473ecMerge pull request #145 from reportportal/develop5e285faChange version fragment to minorb3ef8cbUpdate changelog192caa8Add path-ignore to workflow filesfd9ea21Update changelog and readmec169ae5Update changelogdc11eecEPMRPP-92347 || Fix security vulnerabilities79d45acUpdate CODEOWNERS84d5c92EPMRPP-90161 || Implement screenshot attachment support for Jest agent (#140)589206bUpdate 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
workspacesfield from package (#350)v2.5.0 / 2023-12-27
v2.4.0 / 2023-12-26
v2.3.3 / 2023-12-21
- Fix default export, thanks Remco Haszing (#301)
- Fix types for read-only arrays, thanks Ben Thompson (#307)
- Replace README examples with functional-style components, thanks JoeDGit (#303)
Commits
2e36832Prepare for release of version 2.5.1 (#351)9331401Remove benchmarks from workspace (#350)ff6dd1eBump to the latest version (#347)942db49Add GitHub provenance for publishing (#345)28ea73fPrepare for release of version 2.5.0 (#344)dfeb7f3Fix URL for GIT repository in package (#343)8a840eaAddexportsfield to package (#342)ea8e839Restore ability to pass TypeScriptinterface(#341)930c748Bumpclassnamesto the latest version (#340)d2d10f5Bump tsd from 0.30.0 to 0.30.1 (#339)- Additional commits viewable in compare view
Updates loglevel from 1.8.1 to 1.9.1
Commits
fef2101v1.9.15d5f669Fix bug when loglevel is used with some ESM translation (e.g. ts-node)118c2aev1.9.0bd9eca0Merge pull request #189 from Mr0grog/187-make-loggers-rebuildablef7becd9Merge pull request #195 from Mr0grog/191-work-in-modern-nodejs67e968bRemove rendundant initialization code4f15c59MergereplaceLoggingMethods()andrebuildLoggingMethods()4cd061fRewritelogger.rebuild()based on discussion9a6ae7cUpdate docs and typings1159a9dAdd tests forresetLevel()on child loggers- Additional commits viewable in compare view
Updates react-virtuoso from 4.6.2 to 4.8.0
Release notes
Sourced from react-virtuoso's releases.
v4.8.0
4.8.0 (2024-07-31)
Features
- horizontal list (b7f3527)
v4.7.13
4.7.13 (2024-07-20)
Bug Fixes
v4.7.12
4.7.12 (2024-07-12)
Bug Fixes
- reduce the ResizeObserver recreation (e27936a)
v4.7.11
4.7.11 (2024-05-24)
Bug Fixes
v4.7.10
4.7.10 (2024-04-21)
Bug Fixes
v4.7.9
4.7.9 (2024-04-18)
Bug Fixes
... (truncated)
Commits
537e383Merge branch 'horizontal'b7f3527feat: horizontal list370023bfix: account for headerHeight when restoring state (#1110)e27936afix: reduce the ResizeObserver recreation9a93e93fix: update initialTopMostItemIndex type in TableVirtuoso interface (#1091)75738f5docs: update readme contribution notesbbc0967fix: restore state works in react router461a5c9chore: more conventional test attribute68aefbbMerge branch 'ts1994tw-boren/fix-the-way-used-to-set-data-test-id-for-table'0010df4fix: adjust the way used to set data-test-id for table- 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
- See full diff in compare view
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.8795e52c[enzyme, enzyme-adapter-react-{14,16.1,16.2,16.3,16}] [deps] update `enzyme-s...9a59ec5[*] [deps] updateenzyme-adapter-utilsf2401cc[*] [refactor] usehasowninstead ofhas9ddc423[*] [deps] update in-range depsf937614[*] [dev deps] update everything in-range246d323[*] [dev deps] updateeslint-plugin-import,eslint-plugin-react9bb92eb[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.5
Release notes
Sourced from start-server-and-test's releases.
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
8ebb70bfix(deps): update dependency debug to v4.3.6dd8a2d7fix(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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
🚀 Deployed on https://pr-3293--dhis2-maps.netlify.app
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