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 tough-cookie, @stencil/core and @stencil/sass #14

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2023

Removes tough-cookie. It's no longer used after updating ancestor dependencies tough-cookie, @stencil/core and @stencil/sass. These dependencies need to be updated together.

Removes tough-cookie

Updates @stencil/core from 0.13.1 to 4.0.1

Release notes

Sourced from @​stencil/core's releases.

⛹ 4.0.1 (2023-06-28)

Bug Fixes

  • compiler: address when a home module cannot be found (#4521) (06eaa8f)
  • compiler: normalize recommended collection path for package.json validation (#4522) (af9639c)

🐅 4.0.0 (2023-06-26)

Bug Fixes

Features

  • compiler: remove in-browser compilation support (#4317) (b042d8b)
  • compiler: primary package output target validation (#4395) (e53ee07)
  • compiler remove shadow dom shim (#4440) (8ecdec9)
  • compiler remove CSS var shim & patchEsm() (#4419) (4977f38)
  • compiler remove safari10 extra flag (#4421) (283fd5c)
  • compiler remove dynamicImportShim (#4420) (3ee20b7)
  • config: set new defaults for transformAliasedImportPaths (#4418) (52d4209)
  • docs: enrich type information for docs-json Output Target (#4212) (7c0511e)
  • runtime: drop Node 14 support (#4472) (ce18945)
  • props: removal of deprecated connect and context APIs (#4437) (4691e9f)

BREAKING CHANGES

See BREAKING_CHANGES.md - v4.0.0 for a comprehensive list of breaking changes.

See the v4.0.0 Migration Guide for a guide to migrate to Stencil v4.0.0.

Additional Changes

This release includes the latest changes from Stencil v3.4.1.

Thanks

Thanks to @​George-Payne for contributing code for re-enabling the build cache!

🍜 4.0.0-rc.0 (2023-06-16)

Features

The following changes are new to this release:

  • props: removal of deprecated connect and context APIs (#4437) (f399ef1)
  • runtime: drop Node 14 support (#4472) (ce18945)

The following changes are also present from previous beta releases:

  • compiler: remove in-browser compilation support (#4317) (b042d8b)

... (truncated)

Changelog

Sourced from @​stencil/core's changelog.

4.0.1 (2023-06-28)

Bug Fixes

  • compiler: address when a home module cannot be found (#4521) (06eaa8f)
  • compiler: normalize recommended collection path for package.json validation (#4522) (af9639c)

🐅 4.0.0 (2023-06-26)

Bug Fixes

Features

  • compiler: remove in-browser compilation support (#4317) (b042d8b)
  • compiler: primary package output target validation (#4395) (e53ee07)
  • compiler remove shadow dom shim (#4440) (8ecdec9)
  • compiler remove CSS var shim & patchEsm() (#4419) (4977f38)
  • compiler remove safari10 extra flag (#4421) (283fd5c)
  • compiler remove dynamicImportShim (#4420) (3ee20b7)
  • config: set new defaults for transformAliasedImportPaths (#4418) (52d4209)
  • docs: enrich type information for docs-json Output Target (#4212) (7c0511e)
  • runtime: drop Node 14 support (#4472) (ce18945)
  • props: removal of deprecated connect and context APIs (#4437) (4691e9f)

BREAKING CHANGES

See BREAKING_CHANGES.md - v4.0.0 for a comprehensive list of breaking changes.

See the v4.0.0 Migration Guide for a guide to migrate to Stencil v4.0.0.

Additional Changes

This release includes the latest changes from Stencil v3.4.1.

🍜 4.0.0-rc.0 (2023-06-16)

Features

The following changes are new to this release:

  • props: removal of deprecated connect and context APIs (#4437) (f399ef1)

... (truncated)

Commits
  • d5011d0 ⛹ v4.0.1
  • 06eaa8f fix(compiler): address when a home module cannot be found (#4521)
  • af9639c fix(compiler): normalize recommended collection path for package.json val...
  • 2d5d98e chore(readme): remove legacy browsers (#4519)
  • b4965c1 chore(deps): update dependency webpack to v5.88.0 (#4513)
  • d80bcbc chore(deps): update dependency puppeteer to v20.7.3 (#4512)
  • 5fdc181 🐅 v4.0.0
  • 23ec422 chore(breaking_changes): copy edits (#4517)
  • 52d4209 feat(config): set new defaults for transformAliasedImportPaths (#4418)
  • 89537b4 chore(analysis): propagate jsdoc changes
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by rwaskiewicz-ionic, a new releaser for @​stencil/core since your current version.


Updates @stencil/sass from 0.1.0 to 3.0.4

Release notes

Sourced from @​stencil/sass's releases.

v3.0.4

What's Changed

Node v20 Support

Stencil v4 Support

Dependency Updates

@rollup/plugin-node-resolve

@stencil/core

@types/node

terser

New Contributors

Full Changelog: ionic-team/stencil-sass@v3.0.3...v3.0.4

v3.0.3

Dependency Updates

@ionic/prettier-config

@stencil/core

rimraf

rollup

... (truncated)

Commits
  • 2065dd6 3.0.4
  • acd41b4 chore(deps-dev): bump @​types/node from 16.18.25 to 20.2.5 (#323)
  • 4ed2563 chore(node): add node 20 to ci (#313)
  • c8618ba chore(ci): add Stencil v4 and latest versions to CI matrix
  • 839787a chore(peer-deps): update @​stencil/core peer dep to allow v4 + beta
  • 2e0680e chore(deps-dev): bump @​rollup/plugin-node-resolve from 15.0.2 to 15.1.0 (#325)
  • 4a6b609 chore(deps-dev): bump terser from 5.17.6 to 5.17.7 (#327)
  • 941c3a9 chore(deps-dev): bump @​stencil/core from 3.2.2 to 3.3.0 (#320)
  • d22216a chore(deps-dev): bump terser from 5.17.5 to 5.17.6 (#319)
  • 20d6901 3.0.3
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by rwaskiewicz-ionic, a new releaser for @​stencil/sass since your current version.


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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [@stencil/core](https://github.com/ionic-team/stencil) and [@stencil/sass](https://github.com/ionic-team/stencil-sass). These dependencies need to be updated together.


Removes `tough-cookie`

Updates `@stencil/core` from 0.13.1 to 4.0.1
- [Release notes](https://github.com/ionic-team/stencil/releases)
- [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md)
- [Commits](ionic-team/stencil@v0.13.1...v4.0.1)

Updates `@stencil/sass` from 0.1.0 to 3.0.4
- [Release notes](https://github.com/ionic-team/stencil-sass/releases)
- [Commits](ionic-team/stencil-sass@v0.1.0...v3.0.4)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: "@stencil/core"
  dependency-type: direct:production
- dependency-name: "@stencil/sass"
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2023
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