Skip to content

Commit efbb3fd

Browse files
renovate[bot]stipsan
authored andcommitted
fix(deps): update dependency scroll-into-view-if-needed to v2.2.20 (#262)
This PR contains the following updates: | Package | Type | Update | Change | References | |---|---|---|---|---| | scroll-into-view-if-needed | dependencies | patch | `2.2.19` -> `2.2.20` | [homepage](https://scroll-into-view-if-needed.netlify.com), [source](https://renovatebot.com/gh/stipsan/scroll-into-view-if-needed) | --- ### Release Notes <details> <summary>stipsan/scroll-into-view-if-needed</summary> ### [`v2.2.20`](https://renovatebot.com/gh/stipsan/scroll-into-view-if-needed/releases/v2.2.20) [Compare Source](https://renovatebot.com/gh/stipsan/scroll-into-view-if-needed/compare/v2.2.19...v2.2.20) ##### Bug Fixes - contains check should work cross iframe boundaries ([#&#8203;482](https://renovatebot.com/gh/stipsan/scroll-into-view-if-needed/issues/482)) ([b3cf3a4](https://renovatebot.com/gh/stipsan/scroll-into-view-if-needed/commit/b3cf3a4)) </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Enabled. :recycle: **Rebasing**: Whenever PR becomes conflicted, or if you modify the PR title to begin with "`rebase!`". :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Renovate Bot](https://renovatebot.com/gh/marketplace/renovate). View repository job log [here](https://renovatebot.com/dashboard#stipsan/smooth-scroll-into-view-if-needed).
1 parent ace9ce6 commit efbb3fd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"typecheck": "tsc --noEmit"
3333
},
3434
"dependencies": {
35-
"scroll-into-view-if-needed": "2.2.19"
35+
"scroll-into-view-if-needed": "2.2.20"
3636
},
3737
"devDependencies": {
3838
"@babel/cli": "7.1.2",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7216,10 +7216,10 @@ sax@^1.2.4:
72167216
resolved "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz#2816234e2378bddc4e5354fab5caa895df7100d9"
72177217
integrity sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
72187218

7219-
scroll-into-view-if-needed@2.2.19:
7220-
version "2.2.19"
7221-
resolved "https://registry.yarnpkg.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.19.tgz#23e97ace6a6886f171f30b545a689b3afb8fc71b"
7222-
integrity sha512-fn+/Is/AsUlY8L36aO78RUQ7cuosAMVuBCT1DSzU1fGF8Mni75r4NTDtb6RNZ4hXcLzDyG7FCBGXZjbSipiixA==
7219+
scroll-into-view-if-needed@2.2.20:
7220+
version "2.2.20"
7221+
resolved "https://registry.yarnpkg.com/scroll-into-view-if-needed/-/scroll-into-view-if-needed-2.2.20.tgz#3a46847a72233a3af9770e55df450f2a7f2e2a0e"
7222+
integrity sha512-P9kYMrhi9f6dvWwTGpO5I3HgjSU/8Mts7xL3lkoH5xlewK7O9Obdc5WmMCzppln7bCVGNmf3qfoZXrpCeyNJXw==
72237223
dependencies:
72247224
compute-scroll-into-view "1.0.11"
72257225

0 commit comments

Comments
 (0)