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 sapper to v0.29.3 #83

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 25, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sapper 0.28.0 -> 0.29.3 age adoption passing confidence

Release Notes

sveltejs/sapper

v0.29.3

Compare Source

  • Generate ESM code when project's package.json indicates "type": "module" (#​1800)

v0.29.2

Compare Source

  • Allow export to succeed when user has not provided a base tag (#​1208)
  • Update rollup-plugin-chunks dependency to fix regex routes (#​1757)
  • Fix status code when requesting directory (#​1734)

v0.29.1

Compare Source

  • Restore hashing of all CSS file names (#​1716)
  • Fixed typings to be compatible with express/polka (#​1713)
  • Fix bad imports in type definitions (#​1709)

v0.29.0

Compare Source

Please see the migration guide for details on migrating from Sapper 0.28 to Sapper 0.29.

  • Fix scroll position restoration after changing search param with goto (#​1697)
  • Fix dynamic imports in client.js on browsers that do not support ES modules (#​1593)
  • Change rel="prefetch" to sapper:prefetch (#​1566)
  • Support Rollup's perf option (#​1685)
  • Avoid error in scroll tracking when navigating off-site and then going back (#​1592)
  • Fix runtime router handling of encoded query parameters (#​1620)
  • Fix prefetching when clicking quickly back and forth (#​1668)
  • Numerous TypeScript definition improvements (#​1598, #​1601, #​1603, #​1604)

v0.28.10

Compare Source

  • Improve error message if exporting site with missing index.svelte (#​1390)
  • Add TypeScript types for the preload function and its this context (#​1463)
  • Avoid infinite loop if layout's preload crashes on error page (#​1506)
  • Support extensions with multiple dots (#​1513)
  • Fix the service worker requesting non-existent file when emitCss: false (#​1559)
  • Allow multiple occurrences of %sapper.cspnonce% (#​1565)
  • Fix preload links in exported sites (#​1576)
  • Ensure CSS is applied to nested route layouts (#​1579)

v0.28.9

Compare Source

  • Support preloading ES6 modules in exported pages (#​919)
  • Add error to $page store on error pages (#​948)
  • Add document.baseURI fallback for legacy browsers (#​1034, #​1561)
  • Add CSP nonce to <style> tag (#​1231)
  • Make CSP nonce available in template (#​1248)
  • Upgrade shimport to fix legacy browser support (#​1544)

v0.28.8

Compare Source

  • Minify and hash inject_styles.js (#​1524)
  • Fix support for legacy browsers (#​1525)
  • Improve performance by preloading inject_styles.js script (#​1530)
  • Fix flash of unstyled content (#​1531)
  • Fix duplicate CSS injection with both relative and absolute URLs (#​1535)

v0.28.7

Compare Source

  • Fix a number of additional bugs with CSS handling with Rollup (#​1492, #​1508)

v0.28.6

Compare Source

  • Fix CSS handling with Rollup when dynamically imported styles are also statically imported elsewhere (#​1493)

v0.28.5

Compare Source

  • Fix CSS handling with Rollup when one route imports another (#​1486)

v0.28.4

Compare Source

  • Fix webpack CSS support (#​1454)
  • Protect against undefined value in Rollup CSS handling (#​1466)
  • Reset scroll position to top after this.redirect() in preload() (#​1470)
  • Fix inclusion of CSS on error page for Rollup apps (#​1472)

v0.28.3

Compare Source

  • Allow default link behavior when Alt is pressed (#​1372)
  • Fix various bugs with asset handling (#​1446, #​1447, #​1448)
  • Revert change in 0.28.1 to dev reload server when serving over HTTPS (#​1453)

v0.28.2

Compare Source

  • Fix updating styles upon dev mode reloads (#​1439)
  • Fix race condition with Rollup in dev mode (#​1440)
  • Follow <link href> when crawling site during export (#​1444)

v0.28.1

Compare Source

  • Improve error message if exporting site with missing index.svelte (#​1390)
  • Add TypeScript types for the preload function and its this context (#​1463)
  • Avoid infinite loop if layout's preload crashes on error page (#​1506)
  • Support extensions with multiple dots (#​1513)
  • Fix the service worker requesting non-existent file when emitCss: false (#​1559)
  • Allow multiple occurrences of %sapper.cspnonce% (#​1565)
  • Fix preload links in exported sites (#​1576)
  • Ensure CSS is applied to nested route layouts (#​1579)

Configuration

📅 Schedule: Branch creation - "before 8pm every weekday" in timezone Europe/Istanbul, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update 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 changed the title Update dependency sapper to v0.28.1 Update dependency sapper to v0.28.2 Aug 26, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.2 Update dependency sapper to v0.28.3 Aug 30, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.3 Update dependency sapper to v0.28.4 Sep 3, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.4 Update dependency sapper to v0.28.5 Sep 6, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.5 Update dependency sapper to v0.28.6 Sep 9, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.6 Update dependency sapper to v0.28.7 Sep 15, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.7 Update dependency sapper to v0.28.8 Sep 20, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.8 Update dependency sapper to v0.28.9 Sep 25, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.9 Update dependency sapper to v0.28.10 Oct 2, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.10 Update dependency sapper to v0.29.0 Jan 24, 2021
@renovate renovate bot changed the title Update dependency sapper to v0.29.0 Update dependency sapper to v0.29.1 Feb 9, 2021
@renovate renovate bot changed the title Update dependency sapper to v0.29.1 Update dependency sapper to v0.29.3 Oct 18, 2021
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

None yet

1 participant