-
-
Notifications
You must be signed in to change notification settings - Fork 835
Comparing changes
Open a pull request
base repository: stenciljs/core
base: v2.22.1
head repository: stenciljs/core
compare: v2.22.2
- 9 commits
- 10 files changed
- 3 contributors
Commits on Jan 17, 2023
-
chore(ci): test component starter (#3976)
this commit adds a new workflow, test-component-starter, to the ci workflow. it's purpose is to smoke test proposed changes in a pull request in a stencil project. it accomplishes this by testing the proposed changes, build stencil, install it in an instance of the starter template, and run the template's build/test steps.
Configuration menu - View commit details
-
Copy full SHA for 24bf8dd - Browse repository at this point
Copy the full SHA 24bf8ddView commit details -
chore(deps-dev): bump glob from 8.0.3 to 8.1.0 (#3982)
Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.3 to 8.1.0. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v8.0.3...v8.1.0) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 621ce8e - Browse repository at this point
Copy the full SHA 621ce8eView commit details
Commits on Jan 18, 2023
-
docs(vdom): add JSDoc comments for a few virtual DOM related things (#…
…3931) This adds JSDoc comments explaining (what I believe to be) the purpose of a few functions in `h.ts` and `vdom-render.ts`.
Configuration menu - View commit details
-
Copy full SHA for ae7610a - Browse repository at this point
Copy the full SHA ae7610aView commit details
Commits on Jan 19, 2023
-
chore(deps-dev): bump eslint-plugin-jsdoc from 39.6.4 to 39.6.6 (#3992)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.4 to 39.6.6. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v39.6.4...v39.6.6) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3542621 - Browse repository at this point
Copy the full SHA 3542621View commit details -
chore(deps-dev): bump ws and @types/ws (#3963)
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together. Updates `ws` from 7.4.6 to 8.12.0 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.4.6...8.12.0) Updates `@types/ws` from 7.4.0 to 8.5.4 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws) --- updated-dependencies: - dependency-name: ws dependency-type: direct:development update-type: version-update:semver-major - dependency-name: "@types/ws" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e9ceaee - Browse repository at this point
Copy the full SHA e9ceaeeView commit details
Commits on Jan 20, 2023
-
chore(deps-dev): bump eslint-plugin-jsdoc from 39.6.6 to 39.6.7 (#3993)
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) from 39.6.6 to 39.6.7. - [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases) - [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc) - [Commits](gajus/eslint-plugin-jsdoc@v39.6.6...v39.6.7) --- updated-dependencies: - dependency-name: eslint-plugin-jsdoc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b10cf09 - Browse repository at this point
Copy the full SHA b10cf09View commit details -
chore(deps-dev): bump @types/glob from 8.0.0 to 8.0.1 (#3994)
Bumps [@types/glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/glob) from 8.0.0 to 8.0.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/glob) --- updated-dependencies: - dependency-name: "@types/glob" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 44b5535 - Browse repository at this point
Copy the full SHA 44b5535View commit details
Commits on Jan 23, 2023
-
fix(runtime): workaround for performance slowing in Chrome 109 (#3995)
This fixes an issue with performance profiling in Chrome 109.
Configuration menu - View commit details
-
Copy full SHA for 6544422 - Browse repository at this point
Copy the full SHA 6544422View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3680f60 - Browse repository at this point
Copy the full SHA 3680f60View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.22.1...v2.22.2