Open
Conversation
71c8caa to
63e74fc
Compare
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.1 to 3.6.5. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](https://github.com/codecov/codecov-node/commits) Signed-off-by: dependabot[bot] <support@github.com>
…pm_and_yarn/codecov-3.6.5 chore(deps-dev): bump codecov from 3.6.1 to 3.6.5
Bumps [acorn](https://github.com/acornjs/acorn) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@7.1.0...7.1.1) Signed-off-by: dependabot[bot] <support@github.com>
…pm_and_yarn/acorn-7.1.1 chore(deps): bump acorn from 7.1.0 to 7.1.1
Bumps [standard-version](https://github.com/conventional-changelog/standard-version) from 7.0.0 to 8.0.1. - [Release notes](https://github.com/conventional-changelog/standard-version/releases) - [Changelog](https://github.com/conventional-changelog/standard-version/blob/master/CHANGELOG.md) - [Commits](conventional-changelog/standard-version@v7.0.0...v8.0.1) Signed-off-by: dependabot[bot] <support@github.com>
…pm_and_yarn/standard-version-8.0.1 chore(deps-dev): bump standard-version from 7.0.0 to 8.0.1
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com>
…pm_and_yarn/lodash-4.17.19 chore(deps): bump lodash from 4.17.15 to 4.17.19
Bumps [codecov](https://github.com/codecov/codecov-node) from 3.6.5 to 3.7.1. - [Release notes](https://github.com/codecov/codecov-node/releases) - [Commits](codecov/codecov-node@v3.6.5...v3.7.1) Signed-off-by: dependabot[bot] <support@github.com>
…pm_and_yarn/codecov-3.7.1 chore(deps-dev): bump codecov from 3.6.5 to 3.7.1
fix: remove styles properly
> > also update error messages and tests
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](http-party/node-http-proxy@1.18.0...1.18.1) Signed-off-by: dependabot[bot] <support@github.com>
…pm_and_yarn/http-proxy-1.18.1 chore(deps): bump http-proxy from 1.18.0 to 1.18.1
fix: abort mutation callback if document doesn't exist anymore
…tegrity fix: ensure referential integrity, match chromes behavior
…illiams#70) * Apply styles to element created during document loading Fixes calebdwilliams#67 * Test for applying styles for elements created during loading
63e74fc to
4d8c598
Compare
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.
This PR introduces CI/CD based on Github actions. They are preferable to use because Github supports various platform including Windows and Mac OS that allows running tests in IE11 and Safari which increases a chance to catch an error in the code.