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

Bump the npm group in /packages/ds-svelte-community with 2 updates #216

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps the npm group in /packages/ds-svelte-community with 2 updates: @happy-dom/global-registrator and svelte.

Updates @happy-dom/global-registrator from 15.11.7 to 16.8.1

Release notes

Sourced from @​happy-dom/global-registrator's releases.

v16.8.1

👷‍♂️ Patch fixes

  • Handle non-string values gracefully when removing an attribute - By @​OlaviSau in task #1706

v16.8.0

🎨 Features

  • Add support for insertRow() and deleteRow() to HTMLTableSectionElement - By @​christiango in task #1708

v16.7.3

👷‍♂️ Patch fixes

  • Removes space from directory name that prevents the repo to be cloned on MS Windows - By @​kleinfreund in task #1703

v16.7.2

👷‍♂️ Patch fixes

v16.7.1

👷‍♂️ Patch fixes

  • Adds ICookie, IOptionalCookie, CookieSameSiteEnum and IVirtualServer as exports to the index file - By @​capricorn86 in task #1693
  • Makes non-mandatory cookie properties optional in CookieContainer.addCookies() - By @​capricorn86 in task #1693

v16.7.0

🎨 Features

  • Adds support for simulating local HTTP servers that serves files from the local file system - By @​capricorn86 in task #1688
    • Read more about virtual servers in the Wiki

v16.6.0

🎨 Features

  • Adds support for subsequent sibling combinator to querySelector(), querySelectorAll() and matches() (e.g. ".a ~ .b") - By @​karpiuMG in task #1683

v16.5.3

👷‍♂️ Patch fixes

  • Fixes problem with encoding and decoding attribute values in HTML - By @​capricorn86 in task #1678
  • Fixes issue where it was not possible to query selector by class when the attribute value had line breaks in it - By @​capricorn86 in task #1678

v16.5.2

👷‍♂️ Patch fixes

  • Event.target should be the target element after an event has been dispatched - By @​capricorn86 in task #1529

v16.5.1

👷‍♂️ Patch fixes

  • Fixes issue where Comment, Text and DocumentFragment are not instances of their corresponding property on Window - By @​capricorn86 in task #1577

v16.5.0

🎨 Features

v16.4.3

👷‍♂️ Patch fixes

  • Adds null check for if browser frame is available in Response during tear down of the Window - By @​capricorn86 in task #1669

... (truncated)

Commits
  • f2d46b6 fix: [1706] Handle non string attribute removal gracefully (#1711)
  • df84257 feat: [1708] Add support for insertRow and deleteRow to HTMLTableSectionEleme...
  • a72b016 fix: #1703 Removes space from directory name that prevents the repo to be c...
  • b03fba8 chore: #1502 Improves tests for fetch (#1702)
  • 89e8820 fix: #1693 Ignore invalid cookies in CookieContainer (#1701)
  • 02130fb fix: #1693 Adds CookieSameSiteEnum and IVirtualServer as exports to the ind...
  • 8d1cf8f feat: #1688 Adds support for virtual servers (#1696)
  • 8eea167 chore: [1502] Reduce duplication in tests (#1681)
  • 3bb23c2 feat: #1683 Adds support for subsequent sibling combinator to query selecto...
  • ecbf335 fix: #1678 Fixes problem with encoding and decoding attribute values in HTM...
  • Additional commits viewable in compare view

Updates svelte from 5.19.2 to 5.19.6

Release notes

Sourced from svelte's releases.

[email protected]

Patch Changes

  • fix: do not prune selectors like :global(.foo):has(.scoped) (#15140)

  • fix: don't error on slot prop inside block inside other component (#15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#15158)

  • fix: silence a11y attribute warnings when spread attributes present (#15150)

  • fix: prevent false-positive ownership validations due to hot reload (#15154)

  • fix: widen ownership when calling setContext (#15153)

[email protected]

Patch Changes

  • fix: improve derived connection to ownership graph (#15137)

  • fix: correctly look for sibling elements inside blocks and components when pruning CSS (#15106)

[email protected]

Patch Changes

  • fix: Add bind:focused property to HTMLAttributes type (#15122)

  • fix: lazily connect derievds (in deriveds) to their parent (#15129)

  • fix: disallow $state/$derived in const tags (#15115)

[email protected]

Patch Changes

  • fix: don't throw for undefined non delegated event handlers (#15087)

  • fix: consistently set value to blank string when value attribute is undefined (#15057)

  • fix: optimise || expressions in template (#15092)

  • fix: correctly handle novalidate attribute casing (#15083)

  • fix: expand boolean attribute support (#15095)

  • fix: avoid double deriveds in component props (#15089)

  • fix: add check for is attribute to correctly detect custom elements (#15086)

Changelog

Sourced from svelte's changelog.

5.19.6

Patch Changes

  • fix: do not prune selectors like :global(.foo):has(.scoped) (#15140)

  • fix: don't error on slot prop inside block inside other component (#15148)

  • fix: ensure reactions are correctly attached for unowned deriveds (#15158)

  • fix: silence a11y attribute warnings when spread attributes present (#15150)

  • fix: prevent false-positive ownership validations due to hot reload (#15154)

  • fix: widen ownership when calling setContext (#15153)

5.19.5

Patch Changes

  • fix: improve derived connection to ownership graph (#15137)

  • fix: correctly look for sibling elements inside blocks and components when pruning CSS (#15106)

5.19.4

Patch Changes

  • fix: Add bind:focused property to HTMLAttributes type (#15122)

  • fix: lazily connect derievds (in deriveds) to their parent (#15129)

  • fix: disallow $state/$derived in const tags (#15115)

5.19.3

Patch Changes

  • fix: don't throw for undefined non delegated event handlers (#15087)

  • fix: consistently set value to blank string when value attribute is undefined (#15057)

  • fix: optimise || expressions in template (#15092)

  • fix: correctly handle novalidate attribute casing (#15083)

  • fix: expand boolean attribute support (#15095)

  • fix: avoid double deriveds in component props (#15089)

... (truncated)

Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the npm group in /packages/ds-svelte-community with 2 updates: [@happy-dom/global-registrator](https://github.com/capricorn86/happy-dom) and [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte).


Updates `@happy-dom/global-registrator` from 15.11.7 to 16.8.1
- [Release notes](https://github.com/capricorn86/happy-dom/releases)
- [Commits](capricorn86/happy-dom@v15.11.7...v16.8.1)

Updates `svelte` from 5.19.2 to 5.19.6
- [Release notes](https://github.com/sveltejs/svelte/releases)
- [Changelog](https://github.com/sveltejs/svelte/blob/main/packages/svelte/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/svelte/commits/[email protected]/packages/svelte)

---
updated-dependencies:
- dependency-name: "@happy-dom/global-registrator"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: npm
- dependency-name: svelte
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 3, 2025
Copy link

changeset-bot bot commented Feb 3, 2025

⚠️ No Changeset found

Latest commit: 1942d8a

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

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2025

Superseded by #218.

@dependabot dependabot bot closed this Feb 10, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/packages/ds-svelte-community/npm-0b67fa31f6 branch February 10, 2025 16:18
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants