Merged release/0.21.0 into main to release v0.21.0#820
Merged
Conversation
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) from 7.0.5 to 7.2.0. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.2.0/code/addons/links) --- updated-dependencies: - dependency-name: "@storybook/addon-links" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@storybook/web-components](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/web-components) from 7.0.18 to 7.2.0. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v7.2.0/code/renderers/web-components) --- updated-dependencies: - dependency-name: "@storybook/web-components" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [license-checker-rseidelsohn](https://github.com/RSeidelsohn/license-checker-rseidelsohn) from 3.3.0 to 4.2.6. - [Release notes](https://github.com/RSeidelsohn/license-checker-rseidelsohn/releases) - [Changelog](https://github.com/RSeidelsohn/license-checker-rseidelsohn/blob/master/CHANGELOG.md) - [Commits](RSeidelsohn/license-checker-rseidelsohn@v3.3.0...v4.2.6) --- updated-dependencies: - dependency-name: license-checker-rseidelsohn dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…rybook/addon-links-7.2.0 Bump @storybook/addon-links from 7.0.5 to 7.2.0
…rybook/web-components-7.2.0 Bump @storybook/web-components from 7.0.18 to 7.2.0
…ense-checker-rseidelsohn-4.2.6 Bump license-checker-rseidelsohn from 3.3.0 to 4.2.6
Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 20.7.4 to 21.1.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json) - [Commits](puppeteer/puppeteer@puppeteer-v20.7.4...puppeteer-v21.1.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@stencil/core](https://github.com/ionic-team/stencil) from 4.0.1 to 4.0.5. - [Release notes](https://github.com/ionic-team/stencil/releases) - [Changelog](https://github.com/ionic-team/stencil/blob/main/CHANGELOG.md) - [Commits](stenciljs/core@v4.0.1...v4.0.5) --- updated-dependencies: - dependency-name: "@stencil/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.15.11 to 20.5.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.6.12 to 0.6.13. - [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases) - [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md) - [Commits](storybookjs/eslint-plugin-storybook@v0.6.12...v0.6.13) --- updated-dependencies: - dependency-name: eslint-plugin-storybook dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…peteer-21.1.0 Bump puppeteer from 20.7.4 to 21.1.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.41.0 to 8.47.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.41.0...v8.47.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumped typescript to v5.0.4
…ncil/core-4.0.5 Bump @stencil/core from 4.0.1 to 4.0.5
…int-8.47.0 Bump eslint from 8.41.0 to 8.47.0
…es/node-20.5.1 Bump @types/node from 18.15.11 to 20.5.1
…int-plugin-storybook-0.6.13 Bump eslint-plugin-storybook from 0.6.12 to 0.6.13
Bumped typescript to v5.0.4
Implemented dnn-richtext component
This is the officially supported version for eslint-plugin-stencil currently.
Downgraded eslint to latest v7
Add progress bar component
On consuming projects it complain it can't find jodit/types from node_modules. I am not 100% sure this is the way to do it, but will test it out shortly...
Added jodit/types to exports
Need to merge to test this out.
Attempting to inherit jodit config
In an attempt to make jodit config work
Added node-polyfills
Use tyeof instead of importing type
Use tyeof instead of importing type
Add-back Jodit
Made Jodit a hard dependency
Made Jodit a hard dependency
export only config type from jodit
export only config type from jodit
Updated `release/0.21.0` with latest fixes from `release/0.20.2`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merged
release/0.21.0intomainto releasev0.21.0