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 all-deps group across 1 directory with 2 updates #102

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the all-deps group with 2 updates in the / directory: @xapi/xapi and @stencil/core.

Updates @xapi/xapi from 2.2.5 to 2.2.7

Release notes

Sourced from @​xapi/xapi's releases.

2.2.7

  • Removed babel-plugin-transform-class-properties to patch security vulnerability (#17)

2.2.6

  • Updated dependencies
  • Updated follow-redirects to patch security vulnerability
Changelog

Sourced from @​xapi/xapi's changelog.

2.2.7 (16 Apr 2024)

  • Removed babel-plugin-transform-class-properties to patch security vulnerability (#17)

2.2.6 (16 Apr 2024)

  • Updated dependencies
  • Updated follow-redirects to patch security vulnerability
Commits

Updates @stencil/core from 4.9.1 to 4.18.3

Release notes

Sourced from @​stencil/core's releases.

😄 v4.18.3 (2024-05-28)

Bug Fixes

  • esbuild: remove all node: imports from glob script to keep support for Jest v26 (#5784) (5f4fcfa), fixes #5766
  • mock-doc: support toDataURL method in canvas (#5773) (3830dad), closes #2923
  • runtime: add missing intermediate parents scope ids to the elements (#5775) (56c60d4), fixes #5774

⛲️ v4.18.2 (2024-05-20)

Bug Fixes

  • e2e: allow to fetch CSS variables assigned to host elements (#5682) (e420eb6), closes #5681
  • hydrate: respect HydratedFlag configuration in hydrate script (#5741) (3538d06), closes #3606
  • runtime: always throw if component can not be loaded (#5762) (1d52b95), closes #5759
  • runtime: support watch for components with custom tag names (#5767) (f561e0f), closes #3554
  • runtime: throw proper error if component is loaded with invalid runtime (#5675) (3cfbb8d), closes #5596
  • types: move autofocus attr/prop definition to HTMLAttributes (#5727) (3a33eff), closes #5726

Thanks

🎉 Thanks to jcfranco for their contributions! 🎉

🏍 v4.18.1 (2024-05-13)

Bug Fixes

  • build: do not copy polyfills to the dist OT unless building es5 (#5725) (945df46), closes #5416
  • compiler: Allow OutputTargetCustom to be called on devMode (#5541) (b0a9f7b), closes #5514
  • compiler: deprecate scriptDataOpts (#5737) (da25aaa)
  • declarations: Attribute ping is missing on AnchorHTMLAttributes (#5752) (d345412), closes #5751
  • runtime: add root scope id to the user provided nested children as classname (#5750) (e864132), closes #5749

Thanks

🎉 Thanks @​janerikmai and @​yigityuce for their contributions! 🎉

🍵 4.18.0 (2024-05-06)

Bug Fixes

Features

  • docs: add style mode to docs-json output (#5718) (44fcba1)

Thanks

🎉 Thanks @​yigityuce for their contributions! 🎉

... (truncated)

Changelog

Sourced from @​stencil/core's changelog.

😄 4.18.3 (2024-05-28)

Bug Fixes

  • esbuild: remove all node: imports from glob script to keep support for Jest v26 (#5784) (5f4fcfa), fixes #5766
  • mock-doc: support toDataURL method in canvas (#5773) (3830dad), closes #2923
  • runtime: add missing intermediate parents scope ids to the elements (#5775) (56c60d4), fixes #5774

⛲️ 4.18.2 (2024-05-20)

Bug Fixes

  • e2e: allow to fetch CSS variables assigned to host elements (#5682) (e420eb6), closes #5681
  • hydrate: respect HydratedFlag configuration in hydrate script (#5741) (3538d06), closes #3606
  • runtime: always throw if component can not be loaded (#5762) (1d52b95), closes #5759
  • runtime: support watch for components with custom tag names (#5767) (f561e0f), closes #3554
  • runtime: throw proper error if component is loaded with invalid runtime (#5675) (3cfbb8d), closes #5596
  • types: move autofocus attr/prop definition to HTMLAttributes (#5727) (3a33eff), closes #5726

🏍 4.18.1 (2024-05-13)

Bug Fixes

  • build: do not copy polyfills to the dist OT unless building es5 (#5725) (945df46), closes #5416
  • compiler: Allow OutputTargetCustom to be called on devMode (#5541) (b0a9f7b), closes #5514
  • compiler: deprecate scriptDataOpts (#5737) (da25aaa)
  • declarations: Attribute ping is missing on AnchorHTMLAttributes (#5752) (d345412), closes #5751
  • runtime: add root scope id to the user provided nested children as classname (#5750) (e864132), closes #5749

🍵 4.18.0 (2024-05-06)

Bug Fixes

Features

... (truncated)

Commits
  • 51b25df Release v4.18.3 (#5798)
  • 59c4178 chore(release): fix release process after recent updates (#5797)
  • 13f04e7 chore(deps): update dependency conventional-changelog-cli to v5 (#5745)
  • a40cee1 feat(ci): remove need to compile scripts (#5370)
  • 9e823d6 chore(deps): update dependency cspell to v8.8.3 (#5793)
  • e86b837 chore(deps): update dependency eslint-plugin-jsdoc to v48.2.6 (#5794)
  • 671fa06 chore(deps): update dependency glob to v10.4.1 (#5796)
  • 75ab9af chore(deps): update dependency eslint-plugin-wdio to v8.37.0 (#5795)
  • 979703b chore(cli,client,runtime,screenshot,sys,testing): fix typescript issues (#5771)
  • 56c60d4 fix(runtime): add missing intermediate parents scope ids to the elements (#5775)
  • Additional commits viewable in compare view

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 all-deps group with 2 updates in the / directory: [@xapi/xapi](https://github.com/xapijs/xapi) and [@stencil/core](https://github.com/ionic-team/stencil).


Updates `@xapi/xapi` from 2.2.5 to 2.2.7
- [Release notes](https://github.com/xapijs/xapi/releases)
- [Changelog](https://github.com/xapijs/xapi/blob/develop/CHANGELOG.md)
- [Commits](xapijs/xapi@2.2.5...2.2.7)

Updates `@stencil/core` from 4.9.1 to 4.18.3
- [Release notes](https://github.com/ionic-team/stencil/releases)
- [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md)
- [Commits](ionic-team/stencil@v4.9.1...v4.18.3)

---
updated-dependencies:
- dependency-name: "@xapi/xapi"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-deps
- dependency-name: "@stencil/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants