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 #17

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 13, 2020

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
sapper 0.27.12 -> 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)

v0.28.0

Compare Source

  • 🎉 TypeScript support! 🎉
  • 🎉 Asset preload headers for Rollup projects 🎉

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

Also:

  • Explicitly set output.exports to avoid warning from Rollup (#​1326)
  • <script> tags will now be loaded with the defer attribute (#​1123)
  • The <head> element hydration workaround was removed (#​1067)
  • The files in the generated service-worker.js file are now prefixed with a / (#​1244).
  • The sapper-noscroll attribute was renamed to sapper:noscroll (#​1320)
  • Fix handling of routes beginning with /client/ (#​1142)
  • Fix path normalization of chunks on Windows (#​1256, #​1333)
  • Fix CSS splitting when using Rollup 2 (#​1306)
  • Set publicPath in webpack server config for benefit of file-loader (#​1342)
  • Detect presence of preload at runtime, so we don't need to worry about preprocessors and compiling components when doing so (#​1344)
  • Load script tag with defer attribute in Webpack projects (#​1123)
  • Show a warning for unserializable server-preloaded data (#​1304)
  • Added a noscroll option to goto (#​1320)

v0.27.16

Compare Source

  • Handle errors thrown from session seeding function (#​1273)

v0.27.15

Compare Source

  • Allow session handler to return a Promise (#​740)

v0.27.14

Compare Source

  • Prevent client-side app from re-rendering over a server-generated error (#​710)
  • Better handle I/O backpressure when exporting sites (#​851, #​893)
  • In SSR, include Authorization header when including cookies (#​880)
  • In SSR, default to credentials: 'same-origin' (#​881)
  • Do not restart dev server while it is already restarting (#​920)
  • Avoid console error in dev mode when reloading page (#​981)
  • Correctly handle src or dest being the current directory (#​1069)
  • Log details of Rollup errors instead of swallowing them (#​1221, #​1234)
  • Avoid corrupting binary files during build (#​1245)

v0.27.13

Compare Source

  • Fix multiple slugs in a single URL segment (#​547)
  • Fix erroneously notifying a component's $page subscribers of the upcoming URL upon leaving a route (#​633)
  • Maintain scroll location when refreshing page (#​784)
  • Support detecting bundler by *.config.ts files (#​1005)
  • When exporting, create regular files instead of directories for page routes ending in .html (#​1043)
  • Preserve timestamps when copying files during export (#​1110)
  • Fix issue with scrolling to deeplinks (#​1139)

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 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.27.13 Update dependency sapper to v0.27.14 Jun 9, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.27.14 Update dependency sapper to v0.27.15 Jun 11, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.27.15 Update dependency sapper to v0.27.16 Jul 1, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.27.16 Update dependency sapper to v0.28.2 Aug 27, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.2 Update dependency sapper to v0.28.10 Oct 27, 2020
@renovate renovate bot changed the title Update dependency sapper to v0.28.10 Update dependency sapper to v0.29.0 Jan 23, 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