DNNCommunity / Dnn.StructuredContent

This is a proof of concept for a structured content solution for DNN Platform (formerly known as DotNetNuke). This should not be used in a production environment. Anything can change at this stage of development.
Other
13 stars 5 forks source link

Bump @stencil/core from 2.14.2 to 2.17.1 in /module.web #164

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @stencil/core from 2.14.2 to 2.17.1.

Release notes

Sourced from @​stencil/core's releases.

😊 2.17.1 (2022-07-11)

Bug Fixes

  • cli: add explicit support for Jest CLI arguments (#3444) (700b3a9)
  • compiler: handle null window.location.origin (#2813) (255cd66)
  • styles: ensure styles are applied before paint (#3452) (c47cec6)

πŸš‚ 2.17.0 (2022-06-21)

Features

  • compiler: export all built components from index.js w/ dist-custom-elements (ff0e8cc), closes #3368
  • compiler: update generation of type declaration file w/ dist-custom-elements (9d3bf15), closes #3368
  • mock-doc: add matrix and tspan props for svgelement (#3408) (d3b93c1)
  • telemetry: add stencil config to telemetry object (#3401) (9fe3f15)

🎻 2.16.1 (2022-06-03)

Bug Fixes

  • config: fix faulty build output w/ --esm flag (#3404) (a847a6e)

🌸 2.16.1-0 (2022-06-03)

Bug Fixes

  • config: fix faulty build output w/ --esm flag (#3404) (a847a6e)

πŸŽ‰ 2.16.0 (2022-05-31)

Bug Fixes

  • bundler: prevent vite bundling errors in downstream projects (#3349) (4c8d8c0)
  • compiler: prevent double full builds (#3374) (267e3dd)
  • mock-doc: handle children in contains() (#3363) (2f8a6c0)

Features

  • compiler: generate component custom event types with HTML target (#3296) (846740f)

🎒 2.15.2 (2022-05-09)

Bug Fixes

  • cli: don't generate files if they would overwrite existing code (#3326) (9fc3a44)
  • sys: make NodeLazyRequire complain if package versions aren't right (#3346) (b7adc33)
  • sys: tweak NodeLazyRequire logic around too-high-versions errors (#3347) (9bfef1a)
  • types: components.d.ts type resolution for duplicate types (#3337) (31eae6e)

🐼 2.15.1 (2022-04-18)

Bug Fixes

  • mock-doc: Add missing DOMParser stub to MockWindow (#3279) (f88fb2e)
  • tests: ensure jest respects passed flags (#3329) (c6a1d42)

... (truncated)

Changelog

Sourced from @​stencil/core's changelog.

😊 2.17.1 (2022-07-11)

Bug Fixes

  • cli: add explicit support for Jest CLI arguments (#3444) (700b3a9)
  • compiler: handle null window.location.origin (#2813) (255cd66)
  • styles: ensure styles are applied before paint (#3452) (c47cec6)

πŸš‚ 2.17.0 (2022-06-21)

Features

  • compiler: export all built components from index.js w/ dist-custom-elements (ff0e8cc), closes #3368
  • compiler: update generation of type declaration file w/ dist-custom-elements (9d3bf15), closes #3368
  • mock-doc: add matrix and tspan props for svgelement (#3408) (d3b93c1)
  • telemetry: add stencil config to telemetry object (#3401) (9fe3f15)

🎻 2.16.1 (2022-06-03)

Bug Fixes

  • config: fix faulty build output w/ --esm flag (#3404) (a847a6e)

🌸 2.16.1-0 (2022-06-03)

Bug Fixes

  • config: fix faulty build output w/ --esm flag (#3404) (a847a6e)

πŸŽ‰ 2.16.0 (2022-05-31)

Bug Fixes

  • bundler: prevent vite bundling errors in downstream projects (#3349) (4c8d8c0)
  • compiler: prevent double full builds (#3374) (267e3dd)
  • mock-doc: handle children in contains() (#3363) (2f8a6c0)

... (truncated)

Commits
  • 3f2e55f 😊 v2.17.1
  • 641a101 chore(test): remove strictNullChecks from dev server validation (#3458)
  • 3c95a71 refactor(config): make logger required on ValidatedConfig (#3457)
  • 9b6d0ea chore(exports): remove unused export from fetch-utils (#3463)
  • 2756107 chore(unused exports): remove unused export from validate-collection.ts (#3462)
  • 23fd1f6 chore(exports): remove unused exports (#3415)
  • c0aeac1 test(prerender): wait for load event (#3455)
  • 658fdd8 docs(karma): add running locally documentation (#3445)
  • cb8ed20 chore(tests): silence console.{log|warn|error} messages during tests (#3431)
  • 4ad33a7 refactor(style): refactor code in compiler/style/css-imports (#3433)
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 2 years ago

Superseded by #171.