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): bump actions/configure-pages from 3 to 4 #133

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Dec 5, 2023

Bumps actions/configure-pages from 3 to 4.

Release notes

Sourced from actions/configure-pages's releases.

v4.0.0

Changelog

See details of all code changes since previous release.

v3.0.7

Changelog

See details of all code changes since previous release.

v3.0.6

Changelog

See details of all code changes since previous release.

v3.0.5

Changelog

See details of all code changes since previous release.

v3.0.4

Changelog

... (truncated)

Commits
  • 1f0c5cd Merge pull request #117 from actions/use-node-version-file
  • 591bb0d Merge branch 'main' into use-node-version-file
  • 1465f01 Merge pull request #108 from takost/update-to-node-20
  • f2fc553 Merge branch 'main' into update-to-node-20
  • 373694e Use a centralized .node-version file
  • 3a01413 Update action to node20
  • See full diff 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 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)

Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4.
- [Release notes](https://github.com/actions/configure-pages/releases)
- [Commits](actions/configure-pages@v3...v4)

---
updated-dependencies:
- dependency-name: actions/configure-pages
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 5, 2023
Copy link
Author

dependabot bot commented on behalf of github Dec 5, 2023

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/133/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 Dec 5, 2023

Coverage report

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

Error: The process '/opt/hostedtoolcache/node/18.18.2/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 96ea55f

Copy link
Author

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #194.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/github_actions/actions/configure-pages-4 branch April 1, 2024 01: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 github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants