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

build(deps-dev): bump @vkontakte/vk-bridge from 2.11.1 to 2.14.1 #177

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 2, 2024

Bumps @vkontakte/vk-bridge from 2.11.1 to 2.14.1.

Release notes

Sourced from @​vkontakte/vk-bridge's releases.

@​vkontakte/vk-bridge@​2.14.0

Add banner_align parameter to VKWebAppShowBannerAd request and response

@​vkontakte/vk-bridge@​2.11.2

Add subscriptionId parameter to VKWebAppShowSubscriptionBox response

Commits
  • 8d14d01 bump(@​vkontakte/vk-bridge): from 2.14.0 to 2.14.1
  • f96c8b7 MA-16691 updated show_wall_post_box types
  • d23f16c bump(@​vkontakte/vk-bridge): from 2.13.0 to 2.14.0
  • e0d21ec banner ad align property
  • 824b3ee bump(@​vkontakte/vk-bridge): from 2.12.2 to 2.13.0
  • f3f9432 MA-16432 fix create hash response
  • ca3927f bump(@​vkontakte/vk-bridge): from 2.12.1 to 2.12.2
  • 5eb58c5 Merge pull request #484 from VKCOM/syarkin/add_instance-id_to_request_id
  • d974acb Syarkin/vk bridge/release 2.12.1 (#487)
  • 90b72d5 add types for VKWebAppAddToProfile
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [@vkontakte/vk-bridge](https://github.com/VKCOM/vk-bridge/tree/HEAD/packages/core) from 2.11.1 to 2.14.1.
- [Release notes](https://github.com/VKCOM/vk-bridge/releases)
- [Commits](https://github.com/VKCOM/vk-bridge/commits/@vkontakte/[email protected]/packages/core)

---
updated-dependencies:
- dependency-name: "@vkontakte/vk-bridge"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2024
Copy link
Author

dependabot bot commented on behalf of github Feb 2, 2024

Dependabot tried to add @Fliqle/vk-sec as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Fliqle/vkui-tokens/pulls/177/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the Fliqle/vkui-tokens repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

Copy link

github-actions bot commented Feb 2, 2024

Coverage report

❌ An unexpected error occurred. For more details, check console

Error: The process '/opt/hostedtoolcache/node/18.19.0/x64/bin/npx' failed with exit code 1
St.
Category Percentage Covered / Total
🟢 Statements 91.74% 1155/1259
🟢 Branches 88.89% 320/360
🟢 Functions 92.86% 169/182
🟢 Lines 91.4% 1073/1174

Test suite run failed

Failed tests: 8/396. Failed suites: 1/37.
  ● shapshots › vkCom theme › should match root theme snapshot

    expect(received).toMatchSnapshot()

    Snapshot name: `shapshots vkCom theme should match root theme snapshot 1`

    - Snapshot  - 3
    + Received  + 3

    @@ -13,13 +13,13 @@
          "active": "#A0AAB7",
          "hover": "#A7B0BD",
          "normal": "#AEB7C2",
        },
        "colorAccentGreen": {
    -     "active": "#19721E",
    -     "hover": "#1A761C",
    -     "normal": "#1B7A1B",
    +     "active": "#45A64A",
    +     "hover": "#48AC4A",
    +     "normal": "#4BB34B",
        },
        "colorAccentOrange": {
          "active": "#EB9405",
          "hover": "#F59A02",
          "normal": "#FFA000",

      11 |
      12 | 			it('should match root theme snapshot', () => {
    > 13 | 				expect(expandedThemeObject.theme).toMatchSnapshot();
         | 				                                  ^
      14 | 			});
      15 |
      16 | 			it('should match pixelify theme snapshot', () => {

      at Object.<anonymous> (src/build/snapthots.test.ts:13:39)

  ● shapshots › vkCom theme › should match pixelify theme snapshot

    expect(received).toMatchSnapshot()

    Snapshot name: `shapshots vkCom theme should match pixelify theme snapshot 1`

    - Snapshot  - 3
    + Received  + 3

    @@ -13,13 +13,13 @@
          "active": "#A0AAB7",
          "hover": "#A7B0BD",
          "normal": "#AEB7C2",
        },
        "colorAccentGreen": {
    -     "active": "#19721E",
    -     "hover": "#1A761C",
    -     "normal": "#1B7A1B",
    +     "active": "#45A64A",
    +     "hover": "#48AC4A",
    +     "normal": "#4BB34B",
        },
        "colorAccentOrange": {
          "active": "#EB9405",
          "hover": "#F59A02",
          "normal": "#FFA000",

      15 |
      16 | 			it('should match pixelify theme snapshot', () => {
    > 17 | 				expect(expandedThemeObject.pixelifyTheme).toMatchSnapshot();
         | 				                                          ^
      18 | 			});
      19 |
      20 | 			it('should match cssVars snapshot', () => {

      at Object.<anonymous> (src/build/snapthots.test.ts:17:47)

  ● shapshots › vkCom theme › should match cssVars snapshot

    expect(received).toMatchSnapshot()

    Snapshot name: `shapshots vkCom theme should match cssVars snapshot 1`

    - Snapshot  - 3
    + Received  + 3

    @@ -48,19 +48,19 @@
          },
        },
        "colorAccentGreen": {
          "active": {
            "name": "--vkui--color_accent_green--active",
    -       "value": "var(--vkui--color_accent_green--active, #19721E)",
    +       "value": "var(--vkui--color_accent_green--active, #45A64A)",
          },
          "hover": {
            "name": "--vkui--color_accent_green--hover",
    -       "value": "var(--vkui--color_accent_green--hover, #1A761C)",
    +       "value": "var(--vkui--color_accent_green--hover, #48AC4A)",
          },
          "normal": {
            "name": "--vkui--color_accent_green",
    -       "value": "var(--vkui--color_accent_green, #1B7A1B)",
    +       "value": "var(--vkui--color_accent_green, #4BB34B)",
          },
        },
        "colorAccentOrange": {
          "active": {
            "name": "--vkui--color_accent_orange--active",

      19 |
      20 | 			it('should match cssVars snapshot', () => {
    > 21 | 				expect(expandedThemeObject.cssVarsTheme).toMatchSnapshot();
         | 				                                         ^
      22 | 			});
      23 |
      24 | 			it('should match pseudo theme from CssVars', () => {

      at Object.<anonymous> (src/build/snapthots.test.ts:21:46)

  ● shapshots › vkCom theme › should match pseudo theme from CssVars

    expect(received).toMatchSnapshot()

    Snapshot name: `shapshots vkCom theme should match pseudo theme from CssVars 1`

    - Snapshot  - 3
    + Received  + 3

    @@ -13,13 +13,13 @@
          "active": "var(--vkui--color_accent_gray--active, #A0AAB7)",
          "hover": "var(--vkui--color_accent_gray--hover, #A7B0BD)",
          "normal": "var(--vkui--color_accent_gray, #AEB7C2)",
        },
        "colorAccentGreen": {
    -     "active": "var(--vkui--color_accent_green--active, #19721E)",
    -     "hover": "var(--vkui--color_accent_green--hover, #1A761C)",
    -     "normal": "var(--vkui--color_accent_green, #1B7A1B)",
    +     "active": "var(--vkui--color_accent_green--active, #45A64A)",
    +     "hover": "var(--vkui--color_accent_green--hover, #48AC4A)",
    +     "normal": "var(--vkui--color_accent_green, #4BB34B)",
        },
        "colorAccentOrange": {
          "active": "var(--vkui--color_accent_orange--active, #EB9405)",
          "hover": "var(--vkui--color_accent_orange--hover, #F59A02)",
          "normal": "var(--vkui--color_accent_orange, #FFA000)",

      23 |
      24 | 			it('should match pseudo theme from CssVars', () => {
    > 25 | 				expect(expandedThemeObject.pseudoThemeCssVars).toMatchSnapshot();
         | 				                                               ^
      26 | 			});
      27 | 		});
      28 | 	});

      at Object.<anonymous> (src/build/snapthots.test.ts:25:52)

  ● shapshots › vkontakteCom theme › should match root theme snapshot

    expect(received).toMatchSnapshot()

    Snapshot name: `shapshots vkontakteCom theme should match root theme snapshot 1`

    - Snapshot  - 3
    + Received  + 3

    @@ -13,13 +13,13 @@
          "active": "#A0AAB7",
          "hover": "#A7B0BD",
          "normal": "#AEB7C2",
        },
        "colorAccentGreen": {
    -     "active": "#19721E",
    -     "hover": "#1A761C",
    -     "normal": "#1B7A1B",
    +     "active": "#45A64A",
    +     "hover": "#48AC4A",
    +     "normal": "#4BB34B",
        },
        "colorAccentOrange": {
          "active": "#EB9405",
          "hover": "#F59A02",
          "normal": "#FFA000",

      11 |
      12 | 			it('should match root theme snapshot', () => {
    > 13 | 				expect(expandedThemeObject.theme).toMatchSnapshot();
         | 				                                  ^
      14 | 			});
      15 |
      16 | 			it('should match pixelify theme snapshot', () => {

      at Object.<anonymous> (src/build/snapthots.test.ts:13:39)

  ● shapshots › vkontakteCom theme › should match pixelify theme snapshot

    expect(received).toMatchSnapshot()

    Snapshot name: `shapshots vkontakteCom theme should match pixelify theme snapshot 1`

    - Snapshot  - 3
    + Received  + 3

    @@ -13,13 +13,13 @@
          "active": "#A0AAB7",
          "hover": "#A7B0BD",
          "normal": "#AEB7C2",
        },
        "colorAccentGreen": {
    -     "active": "#19721E",
    -     "hover": "#1A761C",
    -     "normal": "#1B7A1B",
    +     "active": "#45A64A",
    +     "hover": "#48AC4A",
    +     "normal": "#4BB34B",
        },
        "colorAccentOrange": {
          "active": "#EB9405",
          "hover": "#F59A02",
          "normal": "#FFA000",

      15 |
      16 | 			it('should match pixelify theme snapshot', () => {
    > 17 | 				expect(expandedThemeObject.pixelifyTheme).toMatchSnapshot();
         | 				                                          ^
      18 | 			});
      19 |
      20 | 			it('should match cssVars snapshot', () => {

      at Object.<anonymous> (src/build/snapthots.test.ts:17:47)

  ● shapshots › vkontakteCom theme › should match cssVars snapshot

    expect(received).toMatchSnapshot()

    Snapshot name: `shapshots vkontakteCom theme should match cssVars snapshot 1`

    - Snapshot  - 3
    + Received  + 3

    @@ -48,19 +48,19 @@
          },
        },
        "colorAccentGreen": {
          "active": {
            "name": "--vkui--color_accent_green--active",
    -       "value": "var(--vkui--color_accent_green--active, #19721E)",
    +       "value": "var(--vkui--color_accent_green--active, #45A64A)",
          },
          "hover": {
            "name": "--vkui--color_accent_green--hover",
    -       "value": "var(--vkui--color_accent_green--hover, #1A761C)",
    +       "value": "var(--vkui--color_accent_green--hover, #48AC4A)",
          },
          "normal": {
            "name": "--vkui--color_accent_green",
    -       "value": "var(--vkui--color_accent_green, #1B7A1B)",
    +       "value": "var(--vkui--color_accent_green, #4BB34B)",
          },
        },
        "colorAccentOrange": {
          "active": {
            "name": "--vkui--color_accent_orange--active",

      19 |
      20 | 			it('should match cssVars snapshot', () => {
    > 21 | 				expect(expandedThemeObject.cssVarsTheme).toMatchSnapshot();
         | 				                                         ^
      22 | 			});
      23 |
      24 | 			it('should match pseudo theme from CssVars', () => {

      at Object.<anonymous> (src/build/snapthots.test.ts:21:46)

  ● shapshots › vkontakteCom theme › should match pseudo theme from CssVars

    expect(received).toMatchSnapshot()

    Snapshot name: `shapshots vkontakteCom theme should match pseudo theme from CssVars 1`

    - Snapshot  - 3
    + Received  + 3

    @@ -13,13 +13,13 @@
          "active": "var(--vkui--color_accent_gray--active, #A0AAB7)",
          "hover": "var(--vkui--color_accent_gray--hover, #A7B0BD)",
          "normal": "var(--vkui--color_accent_gray, #AEB7C2)",
        },
        "colorAccentGreen": {
    -     "active": "var(--vkui--color_accent_green--active, #19721E)",
    -     "hover": "var(--vkui--color_accent_green--hover, #1A761C)",
    -     "normal": "var(--vkui--color_accent_green, #1B7A1B)",
    +     "active": "var(--vkui--color_accent_green--active, #45A64A)",
    +     "hover": "var(--vkui--color_accent_green--hover, #48AC4A)",
    +     "normal": "var(--vkui--color_accent_green, #4BB34B)",
        },
        "colorAccentOrange": {
          "active": "var(--vkui--color_accent_orange--active, #EB9405)",
          "hover": "var(--vkui--color_accent_orange--hover, #F59A02)",
          "normal": "var(--vkui--color_accent_orange, #FFA000)",

      23 |
      24 | 			it('should match pseudo theme from CssVars', () => {
    > 25 | 				expect(expandedThemeObject.pseudoThemeCssVars).toMatchSnapshot();
         | 				                                               ^
      26 | 			});
      27 | 		});
      28 | 	});

      at Object.<anonymous> (src/build/snapthots.test.ts:25:52)

Report generated by 🧪jest coverage report action from d967719

Copy link
Author

dependabot bot commented on behalf of github Jun 3, 2024

Superseded by #238.

@dependabot dependabot bot closed this Jun 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vkontakte/vk-bridge-2.14.1 branch June 3, 2024 01:38
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.

0 participants