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 react-transition-group from 2.9.0 to 4.4.5 #4534

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps react-transition-group from 2.9.0 to 4.4.5.

Release notes

Sourced from react-transition-group's releases.

v4.4.5

4.4.5 (2022-08-01)

Bug Fixes

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

v4.4.4

4.4.4 (2022-07-30)

Bug Fixes

v4.4.3

4.4.3 (2022-07-30)

Bug Fixes

  • enter animations with mountOnEnter or unmountOnExit (#749) (51bdceb)

v4.4.2

4.4.2 (2021-05-29)

Bug Fixes

  • nodeRef prop type for cross-realm elements (#732) (8710c01)

v4.4.1

4.4.1 (2020-05-06)

Bug Fixes

v4.4.0

4.4.0 (2020-05-05)

Features

  • add nodeRef alternative instead of internal findDOMNode (#559) (85016bf)
    • react-transition-group internally uses findDOMNode, which is deprecated and produces warnings in Strict Mode, so now you can optionally pass nodeRef to Transition and CSSTransition, it's a ref object that should point to the transitioning child:

... (truncated)

Changelog

Sourced from react-transition-group's changelog.

4.4.5 (2022-08-01)

Bug Fixes

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

4.4.4 (2022-07-30)

Bug Fixes

4.4.3 (2022-07-30)

Bug Fixes

  • enter animations with mountOnEnter or unmountOnExit (#749) (51bdceb)

4.4.2 (2021-05-29)

Bug Fixes

  • nodeRef prop type for cross-realm elements (#732) (8710c01)

4.4.1 (2020-05-06)

Bug Fixes

4.4.0 (2020-05-05)

Features

  • add nodeRef alternative instead of internal findDOMNode (#559) (85016bf)
    • react-transition-group internally uses findDOMNode, which is deprecated and produces warnings in Strict Mode, so now you can optionally pass nodeRef to Transition and CSSTransition, it's a ref object that should point to the transitioning child:

      import React from "react"
      import { CSSTransition } from "react-transition-group"
      const MyComponent = () => {
      const nodeRef = React.useRef(null)
      return (

... (truncated)

Commits
  • 4cb51a9 chore(release): 4.4.5 [skip ci]
  • 1043549 fix: apply entering animation synchronously when unmountOnExit or mountOnEnte...
  • 35fa332 chore(release): 4.4.4 [skip ci]
  • 97af789 fix: missing build files (#845)
  • 01dcc83 chore(release): 4.4.3 [skip ci]
  • 51bdceb fix: enter animations with mountOnEnter or unmountOnExit (#749)
  • 6cbd6aa ci: run CI on the alpha branch (#822)
  • 153d572 chore: use React v18 as the default target for development (#810)
  • 9923217 docs: fix small typo in testing.js (#806)
  • b034f72 ci: use @​testing-library/react@​alpha only for React v18 (#807)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by eps1lon, a new releaser for react-transition-group since your current version.


Dependabot compatibility score

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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 9, 2023
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from a38ce83 to 9260180 Compare March 10, 2023 15:43
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 10, 2023 15:43 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 10, 2023 15:43 Inactive
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 10, 2023 15:43 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 10, 2023 15:43 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from 9260180 to 4ae4e24 Compare March 13, 2023 02:09
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 13, 2023 02:09 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 13, 2023 02:09 Inactive
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 13, 2023 02:09 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 13, 2023 02:09 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from 4ae4e24 to 0f31536 Compare March 14, 2023 11:23
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 14, 2023 11:23 Inactive
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 14, 2023 11:23 Failure
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 14, 2023 11:23 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 14, 2023 11:23 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from 0f31536 to 844a841 Compare March 16, 2023 14:19
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 16, 2023 14:19 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 16, 2023 14:19 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 16, 2023 14:19 Inactive
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 16, 2023 14:19 Failure
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from 844a841 to 8207290 Compare March 17, 2023 07:49
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 17, 2023 07:49 Inactive
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 17, 2023 07:49 Failure
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 17, 2023 07:49 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 17, 2023 07:49 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from 8207290 to 7e55f5a Compare March 20, 2023 16:20
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 20, 2023 16:20 Failure
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 20, 2023 16:20 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 20, 2023 16:20 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 20, 2023 16:20 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from 7e55f5a to 5340b27 Compare March 21, 2023 10:38
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 21, 2023 10:38 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 21, 2023 10:38 Inactive
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 21, 2023 10:38 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 21, 2023 10:38 Inactive
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from 5340b27 to 0aede73 Compare March 22, 2023 11:29
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 22, 2023 11:29 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 22, 2023 11:29 Inactive
@dependabot dependabot bot had a problem deploying to pull_request_unsafe March 22, 2023 11:29 Failure
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 22, 2023 11:29 Inactive
Bumps [react-transition-group](https://github.com/reactjs/react-transition-group) from 2.9.0 to 4.4.5.
- [Release notes](https://github.com/reactjs/react-transition-group/releases)
- [Changelog](https://github.com/reactjs/react-transition-group/blob/master/CHANGELOG.md)
- [Commits](reactjs/react-transition-group@v2.9.0...v4.4.5)

---
updated-dependencies:
- dependency-name: react-transition-group
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch from 0aede73 to bd22213 Compare March 28, 2023 12:35
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 28, 2023 12:35 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 28, 2023 12:35 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 28, 2023 12:36 Inactive
@dependabot dependabot bot temporarily deployed to pull_request_unsafe March 28, 2023 12:36 Inactive
@github-actions
Copy link
Contributor

Size Change: +8.14 kB (0%)

Total Size: 12.2 MB

Filename Size Change
./packages/cmf/dist/TalendReactCmf.min.js 118 kB +430 B (0%)
./packages/components/dist/TalendReactComponents.js 2.88 MB +8.11 kB (0%)
./packages/dataviz/dist/TalendReactDataviz.min.js 64.9 kB -229 B (0%)
./packages/faceted-search/dist/TalendReactFacetedSearch.min.js 99.3 kB -174 B (0%)
./packages/forms/dist/TalendReactForms.js 736 kB +176 B (0%)
ℹ️ View Unchanged
Filename Size Change
./packages/assets-api/dist/TalendAssetsApi.js 7.21 kB 0 B
./packages/assets-api/dist/TalendAssetsApi.js.dependencies.json 2 B 0 B
./packages/assets-api/dist/TalendAssetsApi.min.js 3.34 kB 0 B
./packages/assets-api/dist/TalendAssetsApi.min.js.dependencies.json 2 B 0 B
./packages/cmf-cqrs/dist/TalendReactCmfCqrs.js 40.1 kB 0 B
./packages/cmf-cqrs/dist/TalendReactCmfCqrs.js.dependencies.json 604 B 0 B
./packages/cmf-cqrs/dist/TalendReactCmfCqrs.min.js 7.19 kB -54 B (-1%)
./packages/cmf-cqrs/dist/TalendReactCmfCqrs.min.js.dependencies.json 623 B 0 B
./packages/cmf-router/dist/TalendReactCmfRouter.js 121 kB 0 B
./packages/cmf-router/dist/TalendReactCmfRouter.js.dependencies.json 1.27 kB 0 B
./packages/cmf-router/dist/TalendReactCmfRouter.min.js 12.4 kB -30 B (0%)
./packages/cmf-router/dist/TalendReactCmfRouter.min.js.dependencies.json 1.31 kB 0 B
./packages/cmf/dist/TalendReactCmf.js 588 kB 0 B
./packages/cmf/dist/TalendReactCmf.js.dependencies.json 1.33 kB 0 B
./packages/cmf/dist/TalendReactCmf.min.js.dependencies.json 1.37 kB 0 B
./packages/components/dist/TalendReactComponents.css 370 kB 0 B
./packages/components/dist/TalendReactComponents.js.dependencies.json 3.3 kB 0 B
./packages/components/dist/TalendReactComponents.min.css 195 kB 0 B
./packages/components/dist/TalendReactComponents.min.js 653 kB -59 B (0%)
./packages/components/dist/TalendReactComponents.min.js.dependencies.json 3.38 kB 0 B
./packages/containers/dist/TalendReactContainers.css 2.93 kB 0 B
./packages/containers/dist/TalendReactContainers.js 494 kB 0 B
./packages/containers/dist/TalendReactContainers.js.dependencies.json 1.56 kB 0 B
./packages/containers/dist/TalendReactContainers.min.css 1.73 kB 0 B
./packages/containers/dist/TalendReactContainers.min.js 105 kB -26 B (0%)
./packages/containers/dist/TalendReactContainers.min.js.dependencies.json 1.61 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.css 25.9 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.js 329 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.js.dependencies.json 1.16 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.min.css 10.1 kB 0 B
./packages/dataviz/dist/TalendReactDataviz.min.js.dependencies.json 1.19 kB 0 B
./packages/design-system/dist/TalendDesignSystem.css 268 kB 0 B
./packages/design-system/dist/TalendDesignSystem.js 976 kB 0 B
./packages/design-system/dist/TalendDesignSystem.js.dependencies.json 1.3 kB 0 B
./packages/design-system/dist/TalendDesignSystem.min.css 160 kB 0 B
./packages/design-system/dist/TalendDesignSystem.min.js 210 kB 0 B
./packages/design-system/dist/TalendDesignSystem.min.js.dependencies.json 1.33 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.css 38.5 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.js 34.5 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.js.dependencies.json 2 B 0 B
./packages/design-tokens/dist/TalendDesignTokens.min.css 35.7 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.min.js 28.4 kB 0 B
./packages/design-tokens/dist/TalendDesignTokens.min.js.dependencies.json 2 B 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.css 33.8 kB 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.js 388 kB 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.js.dependencies.json 1.52 kB 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.min.css 15.5 kB 0 B
./packages/faceted-search/dist/TalendReactFacetedSearch.min.js.dependencies.json 1.57 kB 0 B
./packages/flow-designer/dist/TalendReactFlowDesigner.min.js 51 kB -33 B (0%)
./packages/flow-designer/dist/TalendReactFlowDesigner.min.js.dependencies.json 1.08 kB 0 B
./packages/forms/dist/mode-json.js 48.3 kB 0 B
./packages/forms/dist/mode-python.js 4.58 kB 0 B
./packages/forms/dist/mode-sql.js 1.83 kB 0 B
./packages/forms/dist/snippets-json.js 131 B 0 B
./packages/forms/dist/snippets-python.js 3.84 kB 0 B
./packages/forms/dist/snippets-sql.js 972 B 0 B
./packages/forms/dist/TalendReactForms.css 36.7 kB 0 B
./packages/forms/dist/TalendReactForms.js.dependencies.json 1.51 kB 0 B
./packages/forms/dist/TalendReactForms.min.css 12.4 kB 0 B
./packages/forms/dist/TalendReactForms.min.js 210 kB +14 B (0%)
./packages/forms/dist/TalendReactForms.min.js.dependencies.json 1.55 kB 0 B
./packages/forms/dist/theme-chrome.js 2.71 kB 0 B
./packages/http/dist/TalendHttp.js 23.1 kB 0 B
./packages/http/dist/TalendHttp.js.dependencies.json 2 B 0 B
./packages/http/dist/TalendHttp.min.js 3.98 kB 0 B
./packages/http/dist/TalendHttp.min.js.dependencies.json 2 B 0 B
./packages/icons/dist/bundle.js 1.26 kB +6 B (0%)
./packages/icons/dist/info.js 25.3 kB 0 B
./packages/icons/dist/react.esm.js 531 kB 0 B
./packages/icons/dist/react.js 571 kB 0 B
./packages/icons/dist/talend-icons-webfont.css 16.8 kB 0 B
./packages/icons/dist/talendicons.css 334 B 0 B
./packages/icons/dist/TalendIcons.js 644 kB 0 B
./packages/icons/dist/TalendIcons.js.dependencies.json 128 B 0 B
./packages/icons/dist/TalendIcons.min.js 554 kB 0 B
./packages/icons/dist/TalendIcons.min.js.dependencies.json 131 B 0 B
./packages/icons/dist/typeUtils.js 14 kB 0 B
./packages/jsfc/dist/index.js 86.8 kB +29 B (0%)
./packages/jsfc/dist/index.js.dependencies.json 2 B 0 B
./packages/router-bridge/dist/TalendRouterBridge.js 92.2 kB 0 B
./packages/router-bridge/dist/TalendRouterBridge.js.dependencies.json 1.05 kB 0 B
./packages/router-bridge/dist/TalendRouterBridge.min.js 20.6 kB +2 B (0%)
./packages/router-bridge/dist/TalendRouterBridge.min.js.dependencies.json 1.07 kB 0 B
./packages/sagas/dist/TalendReactSagas.js 10.9 kB 0 B
./packages/sagas/dist/TalendReactSagas.js.dependencies.json 348 B 0 B
./packages/sagas/dist/TalendReactSagas.min.js 1.41 kB 0 B
./packages/sagas/dist/TalendReactSagas.min.js.dependencies.json 360 B 0 B
./packages/stepper/dist/TalendReactStepper.js 24.4 kB 0 B
./packages/stepper/dist/TalendReactStepper.js.dependencies.json 963 B 0 B
./packages/stepper/dist/TalendReactStepper.min.js 4.04 kB -18 B (0%)
./packages/stepper/dist/TalendReactStepper.min.js.dependencies.json 989 B 0 B
./packages/storybook-docs/dist/globalStyles.js 0 B 0 B 🆕
./packages/storybook-docs/dist/globalStyles.min.css 10.3 kB 0 B
./packages/storybook-docs/dist/managerStyles.js 0 B 0 B 🆕
./packages/storybook-docs/dist/managerStyles.min.css 1.53 kB 0 B
./packages/theme/dist/bootstrap.css 149 kB 0 B
./packages/theme/dist/bootstrap.js 2.51 kB 0 B
./packages/theme/dist/bootstrap.js.dependencies.json 3 B 0 B

compressed-size-action

@github-actions
Copy link
Contributor

4534

:octocat: Demo is available here

@github-actions
Copy link
Contributor

Title Lines Statements Branches Functions
assets-api Coverage: 28%
28.4% (25/88) 30.76% (16/52) 21.42% (3/14)
cmf Coverage: 89%
89.17% (1268/1422) 80.36% (618/769) 88.91% (361/406)
cmf-cqrs Coverage: 87%
87.09% (162/186) 68.29% (56/82) 85% (51/60)
cmf-router Coverage: 70%
69.23% (135/195) 55.71% (78/140) 56.81% (25/44)
components Coverage: 86%
86.74% (5868/6765) 77.76% (3246/4174) 82.31% (1457/1770)
containers Coverage: 83%
83.3% (1382/1659) 73.15% (673/920) 75.4% (328/435)
dataviz Coverage: 85%
85.6% (321/375) 68.33% (164/240) 76.92% (120/156)
faceted-search Coverage: 84%
84.45% (652/772) 76.78% (258/336) 80.79% (223/276)
flow-designer Coverage: 70%
69.68% (646/927) 66.47% (355/534) 70.67% (200/283)
forms Coverage: 87%
87.2% (1704/1954) 77.43% (913/1179) 86.33% (480/556)
http Coverage: 92%
93.02% (80/86) 91.3% (42/46) 84.61% (22/26)
sagas Coverage: 92%
92.3% (24/26) 66.66% (4/6) 50% (2/4)
stepper Coverage: 92%
91.76% (78/85) 81.39% (35/43) 95.83% (23/24)
utils Coverage: 100%
100% (58/58) 87.5% (7/8) 100% (13/13)

@romainseb
Copy link
Contributor

Will be handled by #4537

@romainseb romainseb closed this Nov 28, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 28, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@romainseb romainseb deleted the dependabot/npm_and_yarn/react-transition-group-4.4.5 branch November 28, 2023 09:48
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant