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

Update dependency sku to v12.8.1 #1523

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sku (source) 12.7.0 -> 12.8.1 age adoption passing confidence

Release Notes

seek-oss/sku (sku)

v12.8.1

Compare Source

Patch Changes
  • Fixes a bug causing sku test --watch to not put jest in watch mode (#​1009)

v12.8.0

Compare Source

Minor Changes
  • Export a Server type for sku's server entrypoint (#​981)

    EXAMPLE USAGE:

    // server.tsx
    import { renderToString } from 'react-dom/server';
    import type { Server } from 'sku';
    import { App } from './App';
    
    export default (): Server => ({
      renderCallback: ({ SkuProvider, getHeadTags, getBodyTags }, _req, res) => {
        const app = renderToString(
          <SkuProvider>
            <App />
          </SkuProvider>,
        );
    
        res.send(/* html */ `
          <!DOCTYPE html>
            <html>
              <head>
                <meta charset="UTF-8">
                <title>My Awesome Project</title>
                <meta name="viewport" content="width=device-width, initial-scale=1">
                ${getHeadTags()}
              </head>
              <body>
                <div id="app">${app}</div>
                ${getBodyTags()}
              </body>
           </html>`);
      },
    });

    [!NOTE]
    The Server type may conflict with existing attempts in projects to define a Server type.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner June 27, 2024 02:13
Copy link

changeset-bot bot commented Jun 27, 2024

⚠️ No Changeset found

Latest commit: 7bc415b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate-sku-12.x branch 8 times, most recently from 10f8d1a to f870dde Compare July 3, 2024 00:57
@renovate renovate bot changed the title Update dependency sku to v12.8.0 Update dependency sku to v12.8.1 Jul 3, 2024
@renovate renovate bot force-pushed the renovate-sku-12.x branch 2 times, most recently from 3be6d6d to be522ae Compare July 8, 2024 23:32
@renovate renovate bot force-pushed the renovate-sku-12.x branch from be522ae to 7bc415b Compare July 12, 2024 01:34
@michaeltaranto
Copy link
Contributor

Closing in favour of #1534

Copy link
Contributor Author

renovate bot commented Jul 15, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (12.8.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate-sku-12.x branch July 15, 2024 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant