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

npm: bump @sveltejs/kit from 1.15.9 to 1.16.0 #108

Merged
merged 1 commit into from May 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 4, 2023

Bumps @sveltejs/kit from 1.15.9 to 1.16.0.

Release notes

Sourced from @​sveltejs/kit's releases.

@​sveltejs/kit@​1.16.0

Minor Changes

  • feat: route-level entry generators via export const entries (#9571)

@​sveltejs/kit@​1.15.11

Patch Changes

  • chore: more compact representation for invalidated search param (#9708)

  • chore: fix import path to app script on windows (#9743)

  • fix: make $app/navigation more resilient to bundler reordering (#9808)

  • fix: page load fetch() now accepts the same input types for the body as the native fetch function (#9801)

  • fix: handle preload and filterSerializedResponseHeaders in sequence function (#9741)

@​sveltejs/kit@​1.15.10

Patch Changes

  • fix: log whole error object in default handleError (#9791)
Changelog

Sourced from @​sveltejs/kit's changelog.

1.16.0

Minor Changes

  • feat: route-level entry generators via export const entries (#9571)

1.15.11

Patch Changes

  • chore: more compact representation for invalidated search param (#9708)

  • chore: fix import path to app script on windows (#9743)

  • fix: make $app/navigation more resilient to bundler reordering (#9808)

  • fix: page load fetch() now accepts the same input types for the body as the native fetch function (#9801)

  • fix: handle preload and filterSerializedResponseHeaders in sequence function (#9741)

1.15.10

Patch Changes

  • fix: log whole error object in default handleError (#9791)
Commits

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 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 [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.15.9 to 1.16.0.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@1.16.0/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependabot This issue or pull request was generated by Dependabot dependencies Pull requests that update a dependency file labels May 4, 2023
@vercel
Copy link

vercel bot commented May 4, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ldaf ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 4, 2023 10:05pm

@dependabot dependabot bot requested a review from a team May 4, 2023 22:04
@github-actions
Copy link

github-actions bot commented May 4, 2023

Coverage after merging dependabot/npm_and_yarn/sveltejs/kit-1.16.0 into main will be

97.72%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src/lib/components/Button
   Button.svelte100%100%100%100%
   buttonOptions.ts83.33%100%0%93.75%10
   index.ts100%100%100%100%
src/lib/components/Header
   Header.svelte93.33%50%80%100%48, 48–49, 49, 52
src/lib/components/Header/Nav
   Nav.svelte97.06%83.33%100%100%19
   NavItem.svelte100%100%100%100%
   NavLink.svelte100%100%100%100%
   NavMenu.svelte98.25%83.33%100%100%59, 68
   index.ts100%100%100%100%
src/lib/components/Header/Title
   Title.svelte100%100%100%100%
   index.ts100%100%100%100%
src/lib/components/Icon
   Icon.svelte93.33%33.33%100%100%19, 19
   index.ts100%100%100%100%
src/lib/components/Image
   Image.svelte87.31%68.75%33.33%91.98%112, 117–121, 137, 137, 156–157, 17–22, 40, 69, 76–77, 89, 91–92
src/lib/components/IntersectionObserver
   IntersectionObserver.svelte94.74%75%100%100%36–37, 39
   RootIntersectionObserver.svelte85.19%0%100%92%14–17
   index.ts66.67%100%0%100%
   key.ts100%100%100%100%
   observe.ts99.05%93.75%100%100%73
src/lib/components/Link
   Link.svelte100%100%100%100%
   index.ts100%100%100%100%
src/lib/components/Search
   Search.svelte90.63%33.33%100%96.49%32–34, 39, 39, 43
   index.ts66.67%100%0%100%
   options.ts66.67%100%0%100%
src/lib/util
   chunk.ts100%100%100%100%
   classNames.ts100%100%100%100%
   warn.ts100%100%100%100%

@Benaiah
Copy link
Collaborator

Benaiah commented May 4, 2023

This is a cool change that lets us get more control over the prerendering: sveltejs/kit#9571!

@github-actions
Copy link

github-actions bot commented May 4, 2023

Reports for unit and end-to-end tests of have been committed to the gh-pages branch.

You can view the unit test coverage report, the end-to-end test report, and the bundle visualizer once changes have propagated (this may take a few minutes).

@Benaiah Benaiah merged commit 9c3c5b7 into main May 4, 2023
6 checks passed
@Benaiah Benaiah deleted the dependabot/npm_and_yarn/sveltejs/kit-1.16.0 branch May 4, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependabot This issue or pull request was generated by Dependabot dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant