From ea6e5ed0fa40ff2ebcb51f71696269ffcd560726 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Feb 2020 15:32:58 +0000 Subject: [PATCH 1/2] Update dependency react-bootstrap to v1.0.0-beta.17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d66117b2..4c9e3c91 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "next": "9.3.0", "node-sass": "4.13.1", "react": "16.13.0", - "react-bootstrap": "1.0.0-beta.16", + "react-bootstrap": "1.0.0-beta.17", "react-dom": "16.13.0", "react-icons": "3.9.0", "react-localize-redux": "3.5.3", From 4c080ba08f2ac6f91f10941286c6548786e24910 Mon Sep 17 00:00:00 2001 From: Phat Ho Date: Fri, 13 Mar 2020 18:35:47 +0700 Subject: [PATCH 2/2] [Hot-fix] Fix snapsnot --- .../__snapshots__/Article.spec.tsx.snap | 8 +++--- .../__snapshots__/Extra.spec.tsx.snap | 12 ++++----- .../__snapshots__/Certification.spec.tsx.snap | 8 +++--- .../__snapshots__/Experiences.spec.tsx.snap | 12 ++++----- .../__snapshots__/Footer.spec.tsx.snap | 4 +-- .../__snapshots__/Navbar.spec.tsx.snap | 8 +++--- .../__snapshots__/Project.spec.tsx.snap | 4 +-- .../__snapshots__/NavContent.spec.tsx.snap | 12 ++++----- .../__snapshots__/NavHeader.spec.tsx.snap | 16 ++++++------ .../__snapshots__/Post.spec.tsx.snap | 4 +-- .../__snapshots__/PostInfo.spec.tsx.snap | 12 ++++----- .../__snapshots__/Container.spec.tsx.snap | 2 +- yarn.lock | 26 +++++++------------ 13 files changed, 61 insertions(+), 67 deletions(-) diff --git a/modules/blogs/components/blogs/post-summary/__test__/__snapshots__/Article.spec.tsx.snap b/modules/blogs/components/blogs/post-summary/__test__/__snapshots__/Article.spec.tsx.snap index 8302fd0f..ebd443f0 100644 --- a/modules/blogs/components/blogs/post-summary/__test__/__snapshots__/Article.spec.tsx.snap +++ b/modules/blogs/components/blogs/post-summary/__test__/__snapshots__/Article.spec.tsx.snap @@ -5,17 +5,17 @@ exports[`Blogs Article should render without throwing an error 1`] = ` data-test-id="article-container" onClick={[Function]} > - - - + test brief - + `; diff --git a/modules/blogs/components/blogs/post-summary/__test__/__snapshots__/Extra.spec.tsx.snap b/modules/blogs/components/blogs/post-summary/__test__/__snapshots__/Extra.spec.tsx.snap index 3718c460..7773d815 100644 --- a/modules/blogs/components/blogs/post-summary/__test__/__snapshots__/Extra.spec.tsx.snap +++ b/modules/blogs/components/blogs/post-summary/__test__/__snapshots__/Extra.spec.tsx.snap @@ -4,7 +4,7 @@ exports[`Blogs Extra should render without throwing an error 1`] = ` - - @@ -25,15 +25,15 @@ exports[`Blogs Extra should render without throwing an error 1`] = ` test author - - + 20/12/2020 - 6 mins read - + - + `; diff --git a/modules/home/components/__test__/__snapshots__/Certification.spec.tsx.snap b/modules/home/components/__test__/__snapshots__/Certification.spec.tsx.snap index 1f974855..6042c83f 100644 --- a/modules/home/components/__test__/__snapshots__/Certification.spec.tsx.snap +++ b/modules/home/components/__test__/__snapshots__/Certification.spec.tsx.snap @@ -59,7 +59,7 @@ exports[`Certification should render without throwing an error 1`] = ` diff --git a/modules/home/components/__test__/__snapshots__/Experiences.spec.tsx.snap b/modules/home/components/__test__/__snapshots__/Experiences.spec.tsx.snap index 9dbdff5d..61d02038 100644 --- a/modules/home/components/__test__/__snapshots__/Experiences.spec.tsx.snap +++ b/modules/home/components/__test__/__snapshots__/Experiences.spec.tsx.snap @@ -80,7 +80,7 @@ exports[`Experiences should render without throwing an error 1`] = ` - @@ -373,8 +373,8 @@ exports[`Experiences should render without throwing an error 1`] = ` - - + @@ -667,8 +667,8 @@ exports[`Experiences should render without throwing an error 1`] = ` - - + @@ -961,7 +961,7 @@ exports[`Experiences should render without throwing an error 1`] = ` - + diff --git a/modules/home/components/__test__/__snapshots__/Footer.spec.tsx.snap b/modules/home/components/__test__/__snapshots__/Footer.spec.tsx.snap index db2c3110..b1c5e1a1 100644 --- a/modules/home/components/__test__/__snapshots__/Footer.spec.tsx.snap +++ b/modules/home/components/__test__/__snapshots__/Footer.spec.tsx.snap @@ -12,7 +12,7 @@ exports[`Footer should render without throwing an error 1`] = `
-
-
+
diff --git a/modules/home/components/__test__/__snapshots__/Navbar.spec.tsx.snap b/modules/home/components/__test__/__snapshots__/Navbar.spec.tsx.snap index 529d97f1..65f0ffc5 100644 --- a/modules/home/components/__test__/__snapshots__/Navbar.spec.tsx.snap +++ b/modules/home/components/__test__/__snapshots__/Navbar.spec.tsx.snap @@ -22,7 +22,7 @@ exports[`Navbar should render without throwing an error 1`] = `
- @@ -246,7 +246,7 @@ exports[`Navbar should render without throwing an error 1`] = `
- + @@ -270,7 +270,7 @@ exports[`Navbar should render without throwing an error 1`] = `
-
-
+
diff --git a/modules/home/components/__test__/__snapshots__/Project.spec.tsx.snap b/modules/home/components/__test__/__snapshots__/Project.spec.tsx.snap index e22854d2..4f1ef521 100644 --- a/modules/home/components/__test__/__snapshots__/Project.spec.tsx.snap +++ b/modules/home/components/__test__/__snapshots__/Project.spec.tsx.snap @@ -83,7 +83,7 @@ exports[`Project should render without throwing an error 1`] = `
-
-
+
diff --git a/modules/home/components/nav/__test__/__snapshots__/NavContent.spec.tsx.snap b/modules/home/components/nav/__test__/__snapshots__/NavContent.spec.tsx.snap index ef7173b1..1e31072e 100644 --- a/modules/home/components/nav/__test__/__snapshots__/NavContent.spec.tsx.snap +++ b/modules/home/components/nav/__test__/__snapshots__/NavContent.spec.tsx.snap @@ -18,7 +18,7 @@ exports[`Nav Content should render with isShowNavContent disable 1`] = `
-
-
+
@@ -487,7 +487,7 @@ exports[`Nav Content should render with isShowNavContent enable 1`] = `
-
-
+
@@ -941,7 +941,7 @@ exports[`Nav Content should render with isShowNavContent enable 1`] = ` exports[`Nav Content should render without throwing an error 1`] = ` - - + `; diff --git a/modules/home/components/nav/__test__/__snapshots__/NavHeader.spec.tsx.snap b/modules/home/components/nav/__test__/__snapshots__/NavHeader.spec.tsx.snap index 373a3ba4..25264db4 100644 --- a/modules/home/components/nav/__test__/__snapshots__/NavHeader.spec.tsx.snap +++ b/modules/home/components/nav/__test__/__snapshots__/NavHeader.spec.tsx.snap @@ -14,7 +14,7 @@ exports[`Nav Header should render when not show NavContent 1`] = `
- @@ -238,7 +238,7 @@ exports[`Nav Header should render when not show NavContent 1`] = `
- + @@ -263,7 +263,7 @@ exports[`Nav Header should render when show NavContent 1`] = `
- @@ -487,7 +487,7 @@ exports[`Nav Header should render when show NavContent 1`] = `
- + @@ -499,7 +499,7 @@ exports[`Nav Header should render when show NavContent 1`] = ` exports[`Nav Header should switchNav from Off to On 1`] = ` - @@ -522,7 +522,7 @@ exports[`Nav Header should switchNav from Off to On 1`] = ` /> - + `; @@ -530,7 +530,7 @@ exports[`Nav Header should switchNav from Off to On 1`] = ` exports[`Nav Header should switchNav from On to Off 1`] = ` - @@ -553,7 +553,7 @@ exports[`Nav Header should switchNav from On to Off 1`] = ` /> - + `; diff --git a/modules/post/components/__tests__/__snapshots__/Post.spec.tsx.snap b/modules/post/components/__tests__/__snapshots__/Post.spec.tsx.snap index 2552f2af..6e8f6bf0 100644 --- a/modules/post/components/__tests__/__snapshots__/Post.spec.tsx.snap +++ b/modules/post/components/__tests__/__snapshots__/Post.spec.tsx.snap @@ -3,13 +3,13 @@ exports[`Post should render without throwing an error 1`] = `
-
Search: The Whole Story
-
+ - - - - + undefined - undefined mins read - + - + diff --git a/yarn.lock b/yarn.lock index 09097149..aee1c31a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -150,9 +150,9 @@ source-map "^0.5.0" "@babel/generator@^7.8.6": - version "7.8.7" - resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.7.tgz#870b3cf7984f5297998152af625c4f3e341400f7" - integrity sha512-DQwjiKJqH4C3qGiyQCAExJHoZssn49JTMJgZ8SANGgVFdkupcUhLOdkAeoC6kmHZCPfoDG5M0b6cFlSN5wW7Ew== + version "7.8.8" + resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.8.8.tgz#cdcd58caab730834cee9eeadb729e833b625da3e" + integrity sha512-HKyUVu69cZoclptr8t8U5b6sx6zoWjh8jiUhnuj3MpZuKT2dJ8zPTuiy31luq32swhI0SpwItCIlU8XW7BZeJg== dependencies: "@babel/types" "^7.8.7" jsesc "^2.5.1" @@ -424,9 +424,9 @@ integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g== "@babel/parser@^7.7.0", "@babel/parser@^7.8.6": - version "7.8.7" - resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.7.tgz#7b8facf95d25fef9534aad51c4ffecde1a61e26a" - integrity sha512-9JWls8WilDXFGxs0phaXAZgpxTZhSk/yOYH2hTHC0X1yC7Z78IJfvR1vJ+rmJKq3I35td2XzXzN6ZLYlna+r/A== + version "7.8.8" + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.8.8.tgz#4c3b7ce36db37e0629be1f0d50a571d2f86f6cd4" + integrity sha512-mO5GWzBPsPf6865iIbzNE0AvkKF3NE+2S3eRUpE+FE07BOAkXh6G+GW/Pj01hhXjve1WScbaIO4UlY1JKeqCcA== "@babel/parser@^7.7.2": version "7.7.5" @@ -8618,11 +8618,6 @@ jws@^3.2.2: jwa "^1.4.1" safe-buffer "^5.0.1" -keycode@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/keycode/-/keycode-2.2.0.tgz#3d0af56dc7b8b8e5cba8d0a97f107204eec22b04" - integrity sha1-PQr1bce4uOXLqNCpfxByBO7CKwQ= - kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: version "3.2.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" @@ -11491,10 +11486,10 @@ rc@^1.2.7: minimist "^1.2.0" strip-json-comments "~2.0.1" -react-bootstrap@1.0.0-beta.16: - version "1.0.0-beta.16" - resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.0-beta.16.tgz#42da0314aee6754494e478687b8e6953de1aaf62" - integrity sha512-wjb+3CwviDWAaz4O3gQpd2XMDNqbOiqOOzpLm5aLPcp1wTsQsVRhyM+rTPmO3hYU8auA2eNpTYLz08/fAcMqDA== +react-bootstrap@1.0.0-beta.17: + version "1.0.0-beta.17" + resolved "https://registry.yarnpkg.com/react-bootstrap/-/react-bootstrap-1.0.0-beta.17.tgz#09d4789633b2fb24d408fa493b4a80a496e87c82" + integrity sha512-7VP9doezV4rX0EcajzMvyD6ywtrLfulF3ZAev+uTx8syWQybUkccOpecUO5kPomng/bJMgK/h+44PkZ15Dv44g== dependencies: "@babel/runtime" "^7.4.2" "@restart/context" "^2.1.4" @@ -11503,7 +11498,6 @@ react-bootstrap@1.0.0-beta.16: classnames "^2.2.6" dom-helpers "^5.1.2" invariant "^2.2.4" - keycode "^2.2.0" popper.js "^1.16.0" prop-types "^15.7.2" prop-types-extra "^1.1.0"