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

fix(deps): update all non-major dependencies (patch) #248

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cospired/i18n-iso-languages 4.0.0 -> 4.0.1 age adoption passing confidence
@edx/brand 1.2.2 -> 1.2.3 age adoption passing confidence
@edx/frontend-build 13.0.1 -> 13.0.14 age adoption passing confidence
@edx/frontend-component-header 4.6.0 -> 4.6.1 age adoption passing confidence
@edx/paragon 20.46.2 -> 20.46.3 age adoption passing confidence
@edx/reactifex 2.1.0 -> 2.1.1 age adoption passing confidence
@redux-devtools/extension (source) 3.2.2 -> 3.2.6 age adoption passing confidence
axios-mock-adapter 1.21.1 -> 1.21.5 age adoption passing confidence
classnames 2.3.1 -> 2.3.3 age adoption passing confidence
ejs 3.1.8 -> 3.1.9 age adoption passing confidence
husky 8.0.1 -> 8.0.3 age adoption passing confidence
react-redux 7.2.8 -> 7.2.9 age adoption passing confidence
react-transition-group 4.4.2 -> 4.4.5 age adoption passing confidence
redux (source) 4.2.0 -> 4.2.1 age adoption passing confidence
redux-thunk 2.4.1 -> 2.4.2 age adoption passing confidence
reselect 4.1.6 -> 4.1.8 age adoption passing confidence

Release Notes

cospired/i18n-iso-languages (@​cospired/i18n-iso-languages)

v4.0.1

Compare Source

  • dependabot dependency updates
openedx/brand-openedx (@​edx/brand)

v1.2.3

Compare Source

Bug Fixes
  • Update the npm release workflow. (14ca394)
openedx/frontend-build (@​edx/frontend-build)

v13.0.14

Compare Source

Bug Fixes
  • Correct some copy-pasta. (c738672)

v13.0.13

Compare Source

Bug Fixes
  • Add a warning prior to the package move. (6247de3)

v13.0.12

Compare Source

Bug Fixes
  • deps: update dependency html-webpack-plugin to v5.5.4 (5ce301c)

v13.0.11

Compare Source

Bug Fixes

v13.0.10

Compare Source

Bug Fixes
  • deps: update dependency postcss to v8.4.32 (638ac46)

v13.0.9

Compare Source

Bug Fixes
  • deps: update dependency webpack-bundle-analyzer to v4.10.1 (#​479) (0d131cd)

v13.0.8

Compare Source

Bug Fixes
  • deps: update formatjs monorepo (cf5c12e)

v13.0.7

Compare Source

Bug Fixes
  • deps: update dependency postcss-rtlcss to v4.0.9 (19abbec)

v13.0.6

Compare Source

Bug Fixes

v13.0.5

Compare Source

Bug Fixes

v13.0.4

Compare Source

Bug Fixes
  • Exclude openedx scoped packages. (3c4ed9a)

v13.0.3

Compare Source

Bug Fixes
  • deps: update formatjs monorepo (d5941ad)

v13.0.2

Compare Source

Bug Fixes
  • deps: update dependency postcss-custom-media to v10.0.2 (ff5c4bb)
openedx/frontend-component-header (@​edx/frontend-component-header)

v4.6.1

Compare Source

Bug Fixes
openedx/paragon (@​edx/paragon)

v20.46.3

Compare Source

openedx/reactifex (@​edx/reactifex)

v2.1.1

Compare Source

Bug Fixes
  • fix github url strings (org edx -> openedx) (4ab9b81)
  • update path to .github workflows to read from openedx org (c731b40)
reduxjs/redux-devtools (@​redux-devtools/extension)

v3.2.5

Compare Source

Patch Changes
  • a071674: Fix types for other exports from @redux-devtools/extension.

v3.2.4

Compare Source

Patch Changes
  • 07456db: Propagate store enhancer generic type when using composeWithDevTools

v3.2.3

Compare Source

Patch Changes
  • 6cf1865: Fix type for serialize option
ctimmerm/axios-mock-adapter (axios-mock-adapter)

v1.21.5

Compare Source

v1.21.4

Compare Source

v1.21.3

Compare Source

v1.21.2

Compare Source

  • Use AxiosError constructor to create axios errors if available, this restores axios v0.27 compatibility (1d83731)
JedWatson/classnames (classnames)

v2.3.3

Compare Source

v2.3.2

Compare Source

mde/ejs (ejs)

v3.1.9

Compare Source

Version 3.1.9

typicode/husky (husky)

v8.0.3

Compare Source

  • fix: add git not installed message #​1208

v8.0.2

Compare Source

  • docs: remove deprecated npm set-script
reduxjs/react-redux (react-redux)

v7.2.9

Compare Source

This patch release updates the rarely-used areStatesEqual option for connect to now pass through ownProps for additional use in determining which pieces of state to compare if desired.

The new signature is:

{
  areStatesEqual?: (
    nextState: State,
    prevState: State,
    nextOwnProps: TOwnProps,
    prevOwnProps: TOwnProps
  ) => boolean
}

What's Changed

Full Changelog: reduxjs/react-redux@v7.2.8...v7.2.9

reactjs/react-transition-group (react-transition-group)

v4.4.5

Compare Source

Bug Fixes
  • apply entering animation synchronously when unmountOnExit or mountOnEnter is enabled (#​847) (1043549)

v4.4.4

Compare Source

Bug Fixes

v4.4.3

Compare Source

Bug Fixes
  • enter animations with mountOnEnter or unmountOnExit (#​749) (51bdceb)
reduxjs/redux (redux)

v4.2.1

Compare Source

This bugfix release removes the isMinified internal check to fix a compat issue with Expo. That check has added in early 2016, soon after Redux 3.0 was released, at a time when it was still less common to use bundlers with proper production build settings. Today that check is irrelevant, so we've removed it.

What's Changed

Full Changelog: reduxjs/redux@v4.2.0...v4.2.1

reduxjs/redux-thunk (redux-thunk)

v2.4.2

Compare Source

This release removes an unused TS type that caused errors when users were type-checking libraries in node_modules.

What's Changed

Full Changelog: reduxjs/redux-thunk@v2.4.1...v2.4.2

reduxjs/reselect (reselect)

v4.1.8

Compare Source

This release updates our build tooling, tweaks the MergeParameters type to better handle spread values, and fixes an erroneous .clearCache() method included on the resultFunc.

What's Changed

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

v4.1.7

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jan 24, 2023
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from 4b8c9c1 to fd48b39 Compare February 3, 2023 14:55
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from 2b1b27c to 500d963 Compare February 8, 2023 12:34
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 500d963 to a54ff61 Compare February 28, 2023 16:06
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 3 times, most recently from 5c896f1 to 2157b98 Compare March 16, 2023 21:49
@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.75%. Comparing base (00352f4) to head (eeae97d).
Report is 1 commits behind head on master.

❗ Current head eeae97d differs from pull request most recent head 04b792b. Consider uploading reports for the commit 04b792b to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #248   +/-   ##
=======================================
  Coverage   65.75%   65.75%           
=======================================
  Files          33       33           
  Lines         330      330           
  Branches       76       76           
=======================================
  Hits          217      217           
  Misses        108      108           
  Partials        5        5           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 12 times, most recently from 164f7fb to 6dfdab2 Compare March 23, 2023 16:04
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 6 times, most recently from b93375e to a57c4b1 Compare March 27, 2023 21:18
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 5011730 to 09631f4 Compare September 26, 2023 05:56
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 4 times, most recently from 418df88 to 6d1de5b Compare October 19, 2023 15:20
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from a921c01 to 8e65a92 Compare November 2, 2023 05:59
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from f0e20c8 to ad8df06 Compare November 9, 2023 02:41
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from 548ba44 to 2cf89a7 Compare November 17, 2023 11:40
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 4 times, most recently from d46b7eb to 0206332 Compare December 9, 2023 08:08
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from 7292eda to b24d425 Compare December 19, 2023 15:17
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from b24d425 to 7bcc26c Compare December 26, 2023 05:23
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from f48cbff to 48cd223 Compare February 2, 2024 22:00
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from 48cd223 to e5270e9 Compare February 8, 2024 19:25
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from e5270e9 to 96ffee2 Compare March 12, 2024 13:08
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch 2 times, most recently from 8e2c80e to c9a3cf4 Compare March 26, 2024 15:54
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from c9a3cf4 to eeae97d Compare April 2, 2024 15:49
@renovate renovate bot enabled auto-merge (rebase) April 11, 2024 16:06
@renovate renovate bot force-pushed the renovate/patch-all-minor-patch branch from eeae97d to 04b792b Compare April 11, 2024 16:06
@renovate renovate bot merged commit c117c74 into master Apr 11, 2024
4 of 5 checks passed
@renovate renovate bot deleted the renovate/patch-all-minor-patch branch April 11, 2024 16:09
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