react-ssr-advanced-seed
react-ssr-advanced-seed copied to clipboard
fix(deps): update dependency connected-react-router to v6.9.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| connected-react-router | 6.3.0 -> 6.9.2 |
Release Notes
supasate/connected-react-router
v6.9.2
Security fixes
- Updated several packages by Dependabot
Misc
- Made installation commands in README easy to copy and paste (@reubenwedsonin #545)
v6.9.1
Fix
- Bundle lodash.isequalwith to fix missing module (@ltnscp9028 in #481)
v6.9.0
Enhancement
- Add "omitRouter" option (@blackarctic in #421)
- Add noTimeTravelDebugging prop (@blackarctic in #455)
- Update react peer dependency to include React v17 (@marekventur in #460)
Fix
- Deep compares location state objects (@BlazPocrnja in #399)
- Add lodash.isequalwith to devDependencies (@supasate in #408)
- Add query type definition for RouterState.location (@TomIsion in #410)
- Export getRouter() (@devrelm in #428)
- Fix connectRouter reducer type (@yehuozhili in #431)
- Update createMatchSelector parameter typing (@zaverden in #432)
- Move immutables to optional dependencies (@supasate in #454)
Security
- Add CodeQL Analysis for helping automatically detect common vulnerabilities and coding errors (@supasate)
- Several security fixes (@dependabot)
v6.8.0
Enhancement
Fix
- lastMatch should depend on isExact (@syadykin in #402)
- Do not override query if one already exists (@dr3 in #396)
Security
- Bump acorn to fix a vulnerability (@dependabot in #402, #403)
v6.7.0
Feature
- Include location state in LOCATION_CHANGE payload (@fzaninotto in #302)
Enhancements
- Use cross-env for windows development (@VadimKorobka in #378)
- Move immutable and seamless-immutable to peer dependencies (@maxmalov in #390)
Security
- Bump handlebars to 4.5.3 (@dependabot in #385 and #386)
v6.6.1
Fix
- Fix crash outside browser environment (@KorobkaVadim in #377)
v6.6.0
Enhancements
- Add createRootReducer function name. (@zamlahani in #335)
- Injected query into location. (@codejockie in #356)
Fixes
- Use LocationState type param consistently. (@danielnixon in #344)
- Prevent POP actions to push the url into the history (@lluistfc in #76)
- Fix duplicate action key. (@arnaud-zg in #364)
- Fix umd build command. (@supasate in #373)
Security issues
- Fix lodash security issue. (@dependabot in #340, #341, #342)
- Fix webpack-dev-server security issue. (@dependabot)
- Fix mixin-deep security issue. (@dependabot in #357, #360, #363, #364)
- Fix eslint-utils security issue. (@dependabot in #359)
- Fix CVE-2019-10747 in examples. (@supasate in #374)
- Fix WS-2017-0421. (@supasate in #375)
Docs
- Add example for react native support. (@arnaud-zg in #350)
- Update FAQ for react native example. (@arnaud-zg in #363)
- Fix README typos. (@ricsam in #362)
v6.5.2
Security
- Upgraded handlebars to fix its security issue.
- Upgraded js-yaml to fix its security issue.
v6.5.1
Security
- Upgraded lodash to 4.17.14 to fix its security issue.
v6.5.0
Enhancement
- Support react-redux v7 (@quarties in #321)
Documentation
- Add note about using StaticRouter for SSR (@ValentinH in #322)
v6.4.0
Enhancement
- Add support for [email protected] (@cmfcmf in #273)
Fixes
- Upgrade jest to fix travis error (@supasate)
- [TypeScript] add isFirstRendering property to RouterState interface (@TetsuyaNegishi in #276)
- Fix code format (@siosio34 in #289)
- Move prop-types from peerDependencies into dependencies (@cmfcmf in #281)
Documentation
- Note on removing BrowserRouter and NativeRouter (@AJamesPhillips in #277)
v6.3.2
Fixes
- Declare prop-types as a peer dependency (@avindra in #265)
- Fix passing isFirstRendering to onLocationChange action (@AlexeyAbretov in #264)
- Replace uglify option with new minimize options (@gugu in #263)
v6.3.1
Fix
- Fix an invalid type definition (@cometkim in #253)
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
All previously detected findings have been fixed. Good job! 👍🎉
We will keep this comment up-to-date as you go along and notify you of any security issues that we identify.
👉 Go to the dashboard for detailed results.
📥 Happy? Share your feedback with us.
Codecov Report
Merging #270 (f0147ab) into master (980698e) will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #270 +/- ##
=======================================
Coverage 77.75% 77.75%
=======================================
Files 94 94
Lines 1551 1551
Branches 176 176
=======================================
Hits 1206 1206
Misses 314 314
Partials 31 31
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 980698e...f0147ab. Read the comment docs.
Codecov Report
Merging #270 (f0147ab) into master (4d525ac) will decrease coverage by
0.78%. The diff coverage isn/a.
:exclamation: Current head f0147ab differs from pull request most recent head 93b02de. Consider uploading reports for the commit 93b02de to get more accurate results
@@ Coverage Diff @@
## master #270 +/- ##
==========================================
- Coverage 78.54% 77.75% -0.79%
==========================================
Files 94 94
Lines 1701 1551 -150
Branches 215 176 -39
==========================================
- Hits 1336 1206 -130
+ Misses 351 314 -37
- Partials 14 31 +17
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...-box/functional-components/chat-main.component.tsx | 38.88% <0.00%> (-40.28%) |
:arrow_down: |
| src/client/shared/config/index.ts | 40.00% <0.00%> (-22.50%) |
:arrow_down: |
| src/client/web/app/containers/chat/index.tsx | 70.96% <0.00%> (-16.92%) |
:arrow_down: |
| ...shared/state/containers/chat/redux/chat.reducer.ts | 75.00% <0.00%> (-15.91%) |
:arrow_down: |
| src/client/shared/rules/chat.rules.ts | 87.50% <0.00%> (-4.17%) |
:arrow_down: |
| src/client/web/app/App.tsx | 55.35% <0.00%> (-3.66%) |
:arrow_down: |
| src/server/app/modules/auth/auth.guard.ts | 85.71% <0.00%> (-3.18%) |
:arrow_down: |
| src/client/shared/services/core/http.service.ts | 58.20% <0.00%> (-2.56%) |
:arrow_down: |
| src/client/shared/state/containers/app/reducer.ts | 77.77% <0.00%> (-2.23%) |
:arrow_down: |
| src/client/shared/utils/rules.engine-hooks.ts | 57.89% <0.00%> (-2.11%) |
:arrow_down: |
| ... and 31 more |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 4d525ac...93b02de. Read the comment docs.
⚠ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
- any of the package files in this branch needs updating, or
- the branch becomes conflicted, or
- you click the rebase/retry checkbox if found above, or
- you rename this PR's title to start with "rebase!" to trigger it manually
The artifact failure details are included below:
File name: package-lock.json
npm WARN deprecated [email protected]: The functionality that this package provided is now in @npmcli/arborist
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated [email protected]: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated [email protected]: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated [email protected]: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated [email protected]: this library is no longer supported
npm WARN deprecated [email protected]: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.
npm WARN deprecated [email protected]: This package is broken and no longer maintained. 'mkdirp' itself supports promises now, please switch to that.
npm WARN @octokit/[email protected] requires a peer of @octokit/core@>=3 but none is installed. You must install peer dependencies yourself.
ERR! lerna Unknown command "info"
ERR! lerna Did you mean init?
npm WARN [email protected] No repository field.
lerna notice cli v3.18.4
lerna info versioning independent
lerna notice filter excluding "__tests__"
lerna info filter [ '!__tests__' ]
lerna info Bootstrapping 27 packages
lerna info Installing external dependencies
lerna ERR! npm install --ignore-scripts --no-package-lock --ignore-scripts --no-audit --package-lock-only exited 1 in 'omega-web'
lerna ERR! npm install --ignore-scripts --no-package-lock --ignore-scripts --no-audit --package-lock-only stderr:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! peer react@"^16.8.0" from @material-ui/[email protected]
npm ERR! node_modules/@material-ui/core
npm ERR! @material-ui/core@"4.4.2" from the root project
npm ERR! peer @material-ui/core@"^4.0.0" from @material-ui/[email protected]
npm ERR! node_modules/@material-ui/icons
npm ERR! @material-ui/icons@"4.4.1" from the root project
npm ERR! peer react@"^16.0.0" from [email protected]
npm ERR! node_modules/react-dom
npm ERR! react-dom@"16.8.6" from the root project
npm ERR! peer react-dom@"^16.8.0" from @material-ui/[email protected]
npm ERR! node_modules/@material-ui/core
npm ERR! @material-ui/core@"4.4.2" from the root project
npm ERR! 1 more (@material-ui/icons)
npm ERR! 2 more (@material-ui/icons, @material-ui/styles)
npm ERR! 2 more (@material-ui/icons, @material-ui/styles)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! react-fade-in@"0.1.6" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: [email protected]
npm ERR! node_modules/react
npm ERR! peer react@"^15.4.1" from [email protected]
npm ERR! node_modules/react-fade-in
npm ERR! react-fade-in@"0.1.6" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /tmp/renovate-cache/others/npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /tmp/renovate-cache/others/npm/_logs/2022-03-26T13_30_08_413Z-debug-0.log
lerna ERR! npm install --ignore-scripts --no-package-lock --ignore-scripts --no-audit --package-lock-only exited 1 in 'omega-web'
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.