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 reselect from 4.0.0 to 4.1.7 #2229

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps reselect from 4.0.0 to 4.1.7.

Release notes

Sourced from reselect's releases.

v4.1.7

This release updates the TS types to work correctly with TS 4.9, which made a change that broke the existing MergeParameters type implementation. Happily, the TS team provided a better (and simpler!) MergeParameters implementation. Since that only works with TS 4.7+, we've reworked the internals to handle providing the old implementation to TS 4.2..4.6, and the new implementation to TS 4.7 and greater.

As a user, there should be no visible change - just update to 4.1.7.

What's Changed

Full Changelog: reduxjs/reselect@v4.1.6...v4.1.7

v4.1.6

This release updates the TS types to better handle cases with default parameters, or any/unknown types.

What's Changed

Full Changelog: reduxjs/reselect@v4.1.5...v4.1.6

v4.1.5

This release updates the TS types to correctly infer selector parameters when input selectors have undefined or null as a parameter type or have optional parameters, and exports the CreateSelectorFunction type to fix uses of createStructuredSelector.

(The types fixes feel like playing whack-a-mole, but they keep getting better!

What's Changed

Full Changelog: reduxjs/reselect@v4.1.4...v4.1.5

v4.1.4

This release has (you guessed it) more fixes to the TS types: a change to parameter merging that fixes breakage with selectors and RTK Query's API state, a simplification of the OutputSelectorFields type to improve selector variable readability, another update to parameter merging to flag nested never fields as compile errors, and a fix to createStructuredSelector parameters to resolve a lib compilation problem.

Changelog

More TS Fixes

The parameter merging fixes in 4.1.3 tried to "unwrap/expand" the parameter types to make them more readable, such as showing intersected objects as {a, b, c} instead of {a} & {b} & {c}. This was done with a recursive expansion type. That turned out to break with the complex state types used by RTK Query. We've updated the type expansion to only be a single level instead, which fixes the compilation issue.

The OutputSelectorFields type previously took two generics: the Combiner function, and a Result type. This led to extra values being shown in hover previews for selectors. By inferring Result = ReturnType<Combiner>, we were able to drop the second generic and cut down on the amount of types shown in previews.

A user noted that intersected objects with top-level incompatible fields (like {a: string} & {a: number}) resulted in empty objects, but no compile error. We've updated the parameter merging to flag those as never and catch the problem at compile time. Deeper nested incompatible fields should already be caught by TS.

The previous fix to createStructuredSelector missed a step in the spreading process, which has now been fixed.

What's Changed

... (truncated)

Changelog

Sourced from reselect's changelog.

Change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

Commits
  • 32b6638 Release 4.1.7
  • e4c2ace Merge pull request #587 from reduxjs/feature/ts-4.9-compat
  • 11ed107 Rewrite MergeParameters to work with TS 4.9
  • 5b83d04 Bump TS to 4.8
  • f57ef85 Move TS 4.1 types into src/legacyTypes
  • 69a4ff4 Bump Prettier and RTK
  • e5d99b9 Update TS test matrix to 4.9 RC
  • f53eb41 Merge branch 'master' of github.com:reduxjs/reselect
  • 9d62d03 Release 4.1.6
  • d49e4e1 Give internal memoize callback functions names for dev readability
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by acemarke, a new releaser for reselect since your current version.


Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/reselect-4.1.7 branch from 77bc1a3 to d113c6c Compare January 17, 2023 12:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/reselect-4.1.7 branch from d113c6c to b0156d1 Compare January 26, 2023 11:52
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/reselect-4.1.7 branch from b0156d1 to 76f4e7b Compare February 8, 2023 13:54
@janhenrikoverland janhenrikoverland changed the base branch from master to dev February 27, 2023 13:10
@dependabot dependabot bot changed the base branch from dev to master February 27, 2023 13:17
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/reselect-4.1.7 branch 2 times, most recently from 95efbf3 to bac3e21 Compare February 27, 2023 14:20
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/reselect-4.1.7 branch 2 times, most recently from 3a4feb7 to 7d2b05f Compare February 27, 2023 15:28
@cypress
Copy link

cypress bot commented Feb 27, 2023

Passing run #1664 ↗︎

0 601 0 0 Flakiness 0

Details:

chore: trigger v100.0.0 (#2237)
Project: Data Visualizer App Commit: 6d2565d32a
Status: Passed Duration: 07:50 💡
Started: Feb 27, 2023 3:25 PM Ended: Feb 27, 2023 3:33 PM

This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/reselect-4.1.7 branch from 7d2b05f to 22274a5 Compare February 27, 2023 15:39
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/reselect-4.1.7 branch 2 times, most recently from bdeda67 to 83c48d3 Compare March 27, 2023 14:35
Bumps [reselect](https://github.com/reduxjs/reselect) from 4.0.0 to 4.1.7.
- [Release notes](https://github.com/reduxjs/reselect/releases)
- [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md)
- [Commits](reduxjs/reselect@v4.0.0...v4.1.7)

---
updated-dependencies:
- dependency-name: reselect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/master/reselect-4.1.7 branch from 83c48d3 to b6c77ee Compare March 30, 2023 14:49
@jenniferarnesen jenniferarnesen enabled auto-merge (squash) March 31, 2023 11:58
@jenniferarnesen jenniferarnesen merged commit f626ee9 into master Mar 31, 2023
@jenniferarnesen jenniferarnesen deleted the dependabot/npm_and_yarn/master/reselect-4.1.7 branch March 31, 2023 11:58
@dhis2-bot
Copy link
Contributor

🎉 This PR is included in version 100.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

janhenrikoverland added a commit that referenced this pull request May 3, 2023
* chore: prepare app for continuous delivery
BREAKING CHANGE: v100.0.0

* chore: trigger v100.0.0 (#2237)

* chore(release): cut 100.0.0 [skip release]

# [100.0.0](v99.0.0...v100.0.0) (2023-02-27)

### chore

* prepare app for continuous delivery ([8db6c88](8db6c88))

### BREAKING CHANGES

* v100.0.0

* fix: set height on chart container when not defined (#2246) (#2250)

This fixes a cutoff issue in dashboard.
It didn't affect the app, where everything still seems to work fine.

Co-authored-by: Edoardo Sabadelli <edoardo@dhis2.org>

* chore(release): cut 100.0.1 [skip release]

## [100.0.1](v100.0.0...v100.0.1) (2023-03-23)

### Bug Fixes

* set height on chart container when not defined ([#2246](#2246)) ([#2250](#2250)) ([a922569](a922569))

* fix: remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) (#2251)

* chore(release): cut 100.0.2 [skip release]

## [100.0.2](v100.0.1...v100.0.2) (2023-03-27)

### Bug Fixes

* remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) ([#2251](#2251)) ([9d62ca7](9d62ca7))

* chore(deps-dev): bump loglevel from 1.7.1 to 1.8.1 (#2199)

Bumps [loglevel](https://github.com/pimterry/loglevel) from 1.7.1 to 1.8.1.
- [Release notes](https://github.com/pimterry/loglevel/releases)
- [Commits](pimterry/loglevel@v1.7.1...v1.8.1)

---
updated-dependencies:
- dependency-name: loglevel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump reselect from 4.0.0 to 4.1.7 (#2229)

Bumps [reselect](https://github.com/reduxjs/reselect) from 4.0.0 to 4.1.7.
- [Release notes](https://github.com/reduxjs/reselect/releases)
- [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md)
- [Commits](reduxjs/reselect@v4.0.0...v4.1.7)

---
updated-dependencies:
- dependency-name: reselect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: plugin sends installation status (#2277)

Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>

* chore(release): cut 100.0.3 [skip release]

## [100.0.3](v100.0.2...v100.0.3) (2023-05-03)

### Bug Fixes

* plugin sends installation status ([#2277](#2277)) ([de989c3](de989c3))

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: @dhis2-bot <apps@dhis2.org>
Co-authored-by: Edoardo Sabadelli <edoardo@dhis2.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>
janhenrikoverland added a commit that referenced this pull request May 3, 2023
* chore(deps): bump tar from 4.4.13 to 4.4.19 (#1946)

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.13...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: set v100.0.0

* feat: support non-gregorian fixed periods (#2233)

* feat: support non-gregorian fixed periods

* test: fix test failing due to change in single value behaviour

---------

Co-authored-by: Jan Henrik Øverland <janhenrik.overland@gmail.com>

* chore: prepare app for continuous delivery

* fix: remove old i18n initialisation (#2241)

All the old i18n files have been removed already, but because
the D2Shim had the i18nRoot prop, the app tries to load the en property
file which does not exist.

* fix: dependency updates (#2243)

* fix: update cli-app-scripts and analytics deps

* fix: set height on chart container when not defined (#2246)

This fixes a cutoff issue in dashboard.
It didn't affect the app, where everything still seems to work fine.

* fix: update cli-app-scripts and analytics (#2247)

The gray background in the initial loading spinner is removed
(cli-app-scripts).

More fixes to FileMenu -> GetLink (analytics).

* chore: add styled-jsx which is a peer dependency (#2253)

@dhis2/ui lists styled-jsx as a peer dependency.
Not having it in package.json results in a bunch of warnings during yarn install

* chore(deps): bump webpack from 5.74.0 to 5.76.2 (#2248)

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.74.0...v5.76.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* chore(deps): bump async from 2.6.3 to 2.6.4 (#2148)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* chore(deps): bump moment from 2.29.2 to 2.29.4 (#2122)

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* fix: target window.parent for postRobot communication (#2256)

This solves the issue of plugin communication not working in Cypress,
where the app runs in an iframe and window.top is not the app window but
some Cypress window.
window.parent targets the window immediately above the plugin window.

* chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 (#2191)

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 (#2245)

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](hapijs/formula@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#2234)

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (#2228)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump qs from 6.5.2 to 6.5.3 (#2220)

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#1995)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 (#1988)

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/stevemao/trim-off-newlines/releases)
- [Commits](stevemao/trim-off-newlines@v1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: trim-off-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(translations): sync translations from transifex (master) (#2192)

* fix(translations): sync translations from transifex (master)

* fix(translations): sync translations from transifex (master)

* fix(translations): sync translations from transifex (master)

* fix(translations): sync translations from transifex (master)

---------

Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* chore(deps): bump ws from 5.2.2 to 5.2.3 (#1947)

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#1945)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: configure continuous delivery workflows (#2254)

There are 4 workflows:

verify PR (dhis2-verify-app.yml)
-- build, lint, test, e2e-prod

verify commit to dev (dhis2-verify-app.yml)
-- build, lint, test, e2e-prod, report-failure-to-slack

verify commit to master (dhis2-verify-app.yml)
-- build, lint, test, e2e-prod, release, report-failure-to-slack

nightly (nightly.yml)
-- e2e-dev, report-failure

In addition:

* e2e-prod and e2e-dev are reusable workflows and are called from dhis2-verify-app and nightly.
* removed uses: c-hive/gha-yarn-cache@v1 since it is deprecated and setup-node handles that work.
* updated action versions and node versions
* cypress test version tagging for features and bugs has been added (copied from line-list)

* feat: single value background color change based upon legend (DHIS2-13702) (#2223)

* fix: inject CSS UI variables in plugin (#2270)

* fix: nightly workflow has to run on default branch which is currently dev (#2269)

nightly workflow is triggered by workflow_dispatch, so it only runs on the default branch (dev)

---------

Co-authored-by: Jan Henrik Øverland <janhenrik.overland@gmail.com>

* feat: implement data icon option for SV visualization (DHIS2-10496) (#2236)

* fix: do not pass a boolean for icons when saving

If the option is not set, and thus its value is the same as the default
(false) remove it from the current object to avoid sending a boolean
value that the backend does not expect.
This was causing any save to return 500.

* fix: hide icon from visualization when option is toggled

This didn't work before because the icons option was removed from the
options object, but when the current object was merged with
the new options, it retained the original value.

* fix: fetch data element icon and pass it in extraOptions

This is needed for SV visualizations when the "Show data item icon"
options is checked and an icon is assigned to the dx dimension in the
maintenance app.
In that case the icon's SVG is fetched from the API and passed to the
visualization API in the extraOptions object.
The SVG generator embeds the icon in the SVG so it appears on the side
of the value.

* feat: custom calculations (DHIS2-13871) (#2232)

* chore: bump analytics (#2276)

* feat(plugin): send installation status [DHIS2-15097] (#2273)

* feat(plugin): send installation status

* fix(deps): bump cli-app-scripts for precaching improvement

---------

Co-authored-by: Jan Henrik Øverland <janhenrik.overland@gmail.com>

* chore: bump analytics (#2279)

* chore: converge master-to-dev (#2281)

* chore: prepare app for continuous delivery
BREAKING CHANGE: v100.0.0

* chore: trigger v100.0.0 (#2237)

* chore(release): cut 100.0.0 [skip release]

# [100.0.0](v99.0.0...v100.0.0) (2023-02-27)

### chore

* prepare app for continuous delivery ([8db6c88](8db6c88))

### BREAKING CHANGES

* v100.0.0

* fix: set height on chart container when not defined (#2246) (#2250)

This fixes a cutoff issue in dashboard.
It didn't affect the app, where everything still seems to work fine.

Co-authored-by: Edoardo Sabadelli <edoardo@dhis2.org>

* chore(release): cut 100.0.1 [skip release]

## [100.0.1](v100.0.0...v100.0.1) (2023-03-23)

### Bug Fixes

* set height on chart container when not defined ([#2246](#2246)) ([#2250](#2250)) ([a922569](a922569))

* fix: remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) (#2251)

* chore(release): cut 100.0.2 [skip release]

## [100.0.2](v100.0.1...v100.0.2) (2023-03-27)

### Bug Fixes

* remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) ([#2251](#2251)) ([9d62ca7](9d62ca7))

* chore(deps-dev): bump loglevel from 1.7.1 to 1.8.1 (#2199)

Bumps [loglevel](https://github.com/pimterry/loglevel) from 1.7.1 to 1.8.1.
- [Release notes](https://github.com/pimterry/loglevel/releases)
- [Commits](pimterry/loglevel@v1.7.1...v1.8.1)

---
updated-dependencies:
- dependency-name: loglevel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump reselect from 4.0.0 to 4.1.7 (#2229)

Bumps [reselect](https://github.com/reduxjs/reselect) from 4.0.0 to 4.1.7.
- [Release notes](https://github.com/reduxjs/reselect/releases)
- [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md)
- [Commits](reduxjs/reselect@v4.0.0...v4.1.7)

---
updated-dependencies:
- dependency-name: reselect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: plugin sends installation status (#2277)

Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>

* chore(release): cut 100.0.3 [skip release]

## [100.0.3](v100.0.2...v100.0.3) (2023-05-03)

### Bug Fixes

* plugin sends installation status ([#2277](#2277)) ([de989c3](de989c3))

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: @dhis2-bot <apps@dhis2.org>
Co-authored-by: Edoardo Sabadelli <edoardo@dhis2.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mozafar <kabaros@gmail.com>
Co-authored-by: Edoardo Sabadelli <edoardo@dhis2.org>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>
Co-authored-by: @dhis2-bot <apps@dhis2.org>
Co-authored-by: Martin <martin@moid.se>
Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>
janhenrikoverland added a commit that referenced this pull request May 5, 2023
* chore(deps): bump tar from 4.4.13 to 4.4.19 (#1946)

Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](isaacs/node-tar@v4.4.13...v4.4.19)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: set v100.0.0

* feat: support non-gregorian fixed periods (#2233)

* feat: support non-gregorian fixed periods

* test: fix test failing due to change in single value behaviour

---------

Co-authored-by: Jan Henrik Øverland <janhenrik.overland@gmail.com>

* chore: prepare app for continuous delivery

* fix: remove old i18n initialisation (#2241)

All the old i18n files have been removed already, but because
the D2Shim had the i18nRoot prop, the app tries to load the en property
file which does not exist.

* fix: dependency updates (#2243)

* fix: update cli-app-scripts and analytics deps

* fix: set height on chart container when not defined (#2246)

This fixes a cutoff issue in dashboard.
It didn't affect the app, where everything still seems to work fine.

* fix: update cli-app-scripts and analytics (#2247)

The gray background in the initial loading spinner is removed
(cli-app-scripts).

More fixes to FileMenu -> GetLink (analytics).

* chore: add styled-jsx which is a peer dependency (#2253)

@dhis2/ui lists styled-jsx as a peer dependency.
Not having it in package.json results in a bunch of warnings during yarn install

* chore(deps): bump webpack from 5.74.0 to 5.76.2 (#2248)

Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.2.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.74.0...v5.76.2)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* chore(deps): bump async from 2.6.3 to 2.6.4 (#2148)

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](caolan/async@v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* chore(deps): bump moment from 2.29.2 to 2.29.4 (#2122)

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](moment/moment@2.29.2...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* fix: target window.parent for postRobot communication (#2256)

This solves the issue of plugin communication not working in Cypress,
where the app runs in an iframe and window.top is not the app window but
some Cypress window.
window.parent targets the window immediately above the plugin window.

* chore(deps): bump ansi-regex from 3.0.0 to 3.0.1 (#2191)

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/chalk/ansi-regex/releases)
- [Commits](chalk/ansi-regex@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: ansi-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* chore(deps): bump @sideway/formula from 3.0.0 to 3.0.1 (#2245)

Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sideway/formula/releases)
- [Commits](hapijs/formula@v3.0.0...v3.0.1)

---
updated-dependencies:
- dependency-name: "@sideway/formula"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 (#2234)

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/kornelski/http-cache-semantics/releases)
- [Commits](kornelski/http-cache-semantics@v4.1.0...v4.1.1)

---
updated-dependencies:
- dependency-name: http-cache-semantics
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump json5 from 1.0.1 to 1.0.2 (#2228)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](json5/json5@v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump qs from 6.5.2 to 6.5.3 (#2220)

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](ljharb/qs@v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#1995)

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.7.6 to 4.7.7.
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](handlebars-lang/handlebars.js@v4.7.6...v4.7.7)

---
updated-dependencies:
- dependency-name: handlebars
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 (#1988)

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/stevemao/trim-off-newlines/releases)
- [Commits](stevemao/trim-off-newlines@v1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: trim-off-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(translations): sync translations from transifex (master) (#2192)

* fix(translations): sync translations from transifex (master)

* fix(translations): sync translations from transifex (master)

* fix(translations): sync translations from transifex (master)

* fix(translations): sync translations from transifex (master)

---------

Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>

* chore(deps): bump ws from 5.2.2 to 5.2.3 (#1947)

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump tmpl from 1.0.4 to 1.0.5 (#1945)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: configure continuous delivery workflows (#2254)

There are 4 workflows:

verify PR (dhis2-verify-app.yml)
-- build, lint, test, e2e-prod

verify commit to dev (dhis2-verify-app.yml)
-- build, lint, test, e2e-prod, report-failure-to-slack

verify commit to master (dhis2-verify-app.yml)
-- build, lint, test, e2e-prod, release, report-failure-to-slack

nightly (nightly.yml)
-- e2e-dev, report-failure

In addition:

* e2e-prod and e2e-dev are reusable workflows and are called from dhis2-verify-app and nightly.
* removed uses: c-hive/gha-yarn-cache@v1 since it is deprecated and setup-node handles that work.
* updated action versions and node versions
* cypress test version tagging for features and bugs has been added (copied from line-list)

* feat: single value background color change based upon legend (DHIS2-13702) (#2223)

* fix: inject CSS UI variables in plugin (#2270)

* fix: nightly workflow has to run on default branch which is currently dev (#2269)

nightly workflow is triggered by workflow_dispatch, so it only runs on the default branch (dev)

---------

Co-authored-by: Jan Henrik Øverland <janhenrik.overland@gmail.com>

* feat: implement data icon option for SV visualization (DHIS2-10496) (#2236)

* fix: do not pass a boolean for icons when saving

If the option is not set, and thus its value is the same as the default
(false) remove it from the current object to avoid sending a boolean
value that the backend does not expect.
This was causing any save to return 500.

* fix: hide icon from visualization when option is toggled

This didn't work before because the icons option was removed from the
options object, but when the current object was merged with
the new options, it retained the original value.

* fix: fetch data element icon and pass it in extraOptions

This is needed for SV visualizations when the "Show data item icon"
options is checked and an icon is assigned to the dx dimension in the
maintenance app.
In that case the icon's SVG is fetched from the API and passed to the
visualization API in the extraOptions object.
The SVG generator embeds the icon in the SVG so it appears on the side
of the value.

* feat: custom calculations (DHIS2-13871) (#2232)

* chore: bump analytics (#2276)

* feat(plugin): send installation status [DHIS2-15097] (#2273)

* feat(plugin): send installation status

* fix(deps): bump cli-app-scripts for precaching improvement

---------

Co-authored-by: Jan Henrik Øverland <janhenrik.overland@gmail.com>

* chore: bump analytics (#2279)

* chore: converge master-to-dev (#2281)

* chore: prepare app for continuous delivery
BREAKING CHANGE: v100.0.0

* chore: trigger v100.0.0 (#2237)

* chore(release): cut 100.0.0

# [100.0.0](v99.0.0...v100.0.0) (2023-02-27)

### chore

* prepare app for continuous delivery ([8db6c88](8db6c88))

### BREAKING CHANGES

* v100.0.0

* fix: set height on chart container when not defined (#2246) (#2250)

This fixes a cutoff issue in dashboard.
It didn't affect the app, where everything still seems to work fine.

Co-authored-by: Edoardo Sabadelli <edoardo@dhis2.org>

* chore(release): cut 100.0.1

## [100.0.1](v100.0.0...v100.0.1) (2023-03-23)

### Bug Fixes

* set height on chart container when not defined ([#2246](#2246)) ([#2250](#2250)) ([a922569](a922569))

* fix: remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) (#2251)

* chore(release): cut 100.0.2

## [100.0.2](v100.0.1...v100.0.2) (2023-03-27)

### Bug Fixes

* remove translucent layer by using app-scripts 10.3.4 (DHIS2-15008) ([#2251](#2251)) ([9d62ca7](9d62ca7))

* chore(deps-dev): bump loglevel from 1.7.1 to 1.8.1 (#2199)

Bumps [loglevel](https://github.com/pimterry/loglevel) from 1.7.1 to 1.8.1.
- [Release notes](https://github.com/pimterry/loglevel/releases)
- [Commits](pimterry/loglevel@v1.7.1...v1.8.1)

---
updated-dependencies:
- dependency-name: loglevel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump reselect from 4.0.0 to 4.1.7 (#2229)

Bumps [reselect](https://github.com/reduxjs/reselect) from 4.0.0 to 4.1.7.
- [Release notes](https://github.com/reduxjs/reselect/releases)
- [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md)
- [Commits](reduxjs/reselect@v4.0.0...v4.1.7)

---
updated-dependencies:
- dependency-name: reselect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix: plugin sends installation status (#2277)

Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>

* chore(release): cut 100.0.3

## [100.0.3](v100.0.2...v100.0.3) (2023-05-03)

### Bug Fixes

* plugin sends installation status ([#2277](#2277)) ([de989c3](de989c3))

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: @dhis2-bot <apps@dhis2.org>
Co-authored-by: Edoardo Sabadelli <edoardo@dhis2.org>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>

* test: add extended timeout for file open modal (#2284)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mozafar <kabaros@gmail.com>
Co-authored-by: Edoardo Sabadelli <edoardo@dhis2.org>
Co-authored-by: Jen Jones Arnesen <jennifer@dhis2.org>
Co-authored-by: @dhis2-bot <apps@dhis2.org>
Co-authored-by: Martin <martin@moid.se>
Co-authored-by: Kai Vandivier <49666798+KaiVandivier@users.noreply.github.com>
This pull request was closed.
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 released
Development

Successfully merging this pull request may close these issues.

2 participants