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 the patch group with 7 updates #9213

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2024

Bumps the patch group with 7 updates:

Package From To
dompurify 3.1.6 3.1.7
@types/chrome 0.0.271 0.0.272
@types/jquery 3.5.30 3.5.31
@types/lodash 4.17.7 4.17.9
@types/react-outside-click-handler 1.3.3 1.3.4
knip 5.30.2 5.30.6
otpauth 9.3.2 9.3.4

Updates dompurify from 3.1.6 to 3.1.7

Release notes

Sourced from dompurify's releases.

DOMPurify 3.1.7

  • Fixed an issue with comment detection and possible bypasses with specific config settings, thanks @​masatokinugawa
  • Fixed several smaller typos in documentation and test & build files, thanks @​christianhg
  • Added better support for Angular compiler, thanks @​jeroen1602
  • Added several new attributes to HTML and SVG allow-list, thanks @​Gigabyte5671 and @​Rotzbua
  • Removed the foreignObject element from the list of HTML entry-points, thanks @​masatokinugawa
  • Bumped several dependencies to be more up to date
Commits
  • 69c8c12 Merge pull request #999 from cure53/main
  • 15f54ed chore: Regenerated source maps
  • 4f3b5cb Merge pull request #998 from cure53/main
  • 50aec03 chore: Preparing 3.1.7 release
  • 4a9ec1f fix: Fixed an issue with comment detection and possible bypasses with specifi...
  • 50ea515 Merge pull request #993 from cure53/dependabot/npm_and_yarn/body-parser-1.20.3
  • b6188ec build(deps): bump body-parser from 1.20.1 to 1.20.3
  • 1e2cb9b Merge pull request #990 from jeroen1602/angular_support
  • 745b521 Added support for the Angular compiler.
  • c1949fb Merge pull request #989 from cure53/dependabot/npm_and_yarn/webpack-5.94.0
  • Additional commits viewable in compare view

Updates @types/chrome from 0.0.271 to 0.0.272

Commits

Updates @types/jquery from 3.5.30 to 3.5.31

Commits

Updates @types/lodash from 4.17.7 to 4.17.9

Commits

Updates @types/react-outside-click-handler from 1.3.3 to 1.3.4

Commits

Updates knip from 5.30.2 to 5.30.6

Release notes

Sourced from knip's releases.

Release 5.30.6

  • Ignore TS issue with Bun for now (2a361399)
  • Add --trace arguments to help text (4b314e2a)
  • accept _ and . in package names (#790) (84db2459)
  • Remove duplicate job (it's in integration.yml as well) (2b550b0f)
  • continue-on-error: true → fail-fast: false (8ed9314c)
  • Update argos ci commands (ed4bad21)
  • Add freeCodeCamp to integration suite (0784ca5f)
  • Update FUNDING.yml (cf6c5fe8)

Release 5.30.5

  • Use root testDir fallback in projects in playwright plugin (d4c5af94)
  • Try harder to resolve package name (1e64b6ce)
  • Consider module.exports = require() to be re-exports (e2bdb952)
  • Auto-format docs (e40f618d)

Release 5.30.4

  • Bun is catching up (1002b670)
  • Deal with packages that confusingly include package.json#types but also recommend to install DT pkg (dd10163e)

Release 5.30.3

  • Update some dependencies (233c2a01)
  • Add @eslint/js to eslint plugin enablers (cbe6fea4)
  • Update docs (d6740203)
  • Update docs (eb283cfb)
  • Update remark-preset-webpro (22ab19fe)
  • Fix: Expand Vitest File Extension Checks (#785) (b0f7c466)
  • Fix commit sha in PRs in integration.yml (dc9e3ed5)
  • Use actions matrix to run jobs in parallel (fd868c6d)
  • Add Prettier to projects + int tests (bc628317)
  • Dogfoodin' is underrated (74b63cc9)
  • Fix formatting (34a757c7)
  • Update docs, styling (resolves #783) (d05795cb)
  • Update docs (2e09608d)
  • Update some dependencies (e60b8e48)
  • Update docs (b52125de)
Commits
  • b1cf45a Release 5.30.6
  • 2a36139 Ignore TS issue with Bun for now
  • 4b314e2 Add --trace arguments to help text
  • 84db245 accept _ and . in package names (#790)
  • 5f44a03 Release 5.30.5
  • d4c5af9 Use root testDir fallback in projects in playwright plugin
  • 1e64b6c Try harder to resolve package name
  • e2bdb95 Consider module.exports = require() to be re-exports
  • f9cc400 Release 5.30.4
  • 1002b67 Bun is catching up
  • Additional commits viewable in compare view

Updates otpauth from 9.3.2 to 9.3.4

Release notes

Sourced from otpauth's releases.

v9.3.4

What's Changed

Full Changelog: hectorm/otpauth@v9.3.3...v9.3.4

v9.3.3

What's Changed

Full Changelog: hectorm/otpauth@v9.3.2...v9.3.3

Commits
  • 58f712b 9.3.4
  • dd589c4 Update type definition in TOTP.validate method
  • 0ef4964 Bump the github-actions-all group with 4 updates (#551)
  • de62295 Set default value for digits in HOTP.validate, fixes #550
  • 8507037 Update dependencies
  • ccdad51 9.3.3
  • 18af4c3 Allow spaces in base32 and hex encoded secrets, fixes #547
  • 1030089 Update dependencies
  • ce9a5c0 Build types in the “build” target
  • 68e1387 Update comment, Playwright's "latest" tag will not be updated ( microsoft/pla...
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the patch group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [dompurify](https://github.com/cure53/DOMPurify) | `3.1.6` | `3.1.7` |
| [@types/chrome](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/chrome) | `0.0.271` | `0.0.272` |
| [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jquery) | `3.5.30` | `3.5.31` |
| [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash) | `4.17.7` | `4.17.9` |
| [@types/react-outside-click-handler](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-outside-click-handler) | `1.3.3` | `1.3.4` |
| [knip](https://github.com/webpro-nl/knip/tree/HEAD/packages/knip) | `5.30.2` | `5.30.6` |
| [otpauth](https://github.com/hectorm/otpauth) | `9.3.2` | `9.3.4` |


Updates `dompurify` from 3.1.6 to 3.1.7
- [Release notes](https://github.com/cure53/DOMPurify/releases)
- [Commits](cure53/DOMPurify@3.1.6...3.1.7)

Updates `@types/chrome` from 0.0.271 to 0.0.272
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/chrome)

Updates `@types/jquery` from 3.5.30 to 3.5.31
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jquery)

Updates `@types/lodash` from 4.17.7 to 4.17.9
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash)

Updates `@types/react-outside-click-handler` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-outside-click-handler)

Updates `knip` from 5.30.2 to 5.30.6
- [Release notes](https://github.com/webpro-nl/knip/releases)
- [Changelog](https://github.com/webpro-nl/knip/blob/main/packages/knip/.release-it.json)
- [Commits](https://github.com/webpro-nl/knip/commits/5.30.6/packages/knip)

Updates `otpauth` from 9.3.2 to 9.3.4
- [Release notes](https://github.com/hectorm/otpauth/releases)
- [Commits](hectorm/otpauth@v9.3.2...v9.3.4)

---
updated-dependencies:
- dependency-name: dompurify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/chrome"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/jquery"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/lodash"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: "@types/react-outside-click-handler"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: knip
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
- dependency-name: otpauth
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 29, 2024
Copy link

codecov bot commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.79%. Comparing base (8318d74) to head (46432dc).
Report is 326 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9213      +/-   ##
==========================================
+ Coverage   74.24%   74.79%   +0.55%     
==========================================
  Files        1332     1366      +34     
  Lines       40817    42149    +1332     
  Branches     7634     7879     +245     
==========================================
+ Hits        30306    31527    +1221     
- Misses      10511    10622     +111     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Sep 29, 2024

Playwright test results

passed  127 passed
flaky  7 flaky
skipped  4 skipped

Details

report  Open report ↗︎
stats  138 tests across 45 suites
duration  1 day, 10 hours, 38 minutes
commit  46432dc
info  For more information on how to debug and view this report, see our readme

Flaky tests

chrome › tests/pageEditor/addStarterBrick.spec.ts › Add starter brick to mod
msedge › tests/pageEditor/addStarterBrick.spec.ts › Add starter brick to mod
chrome › tests/runtime/sidebar/sidebarNavigation.spec.ts › sidebar mod panels are persistent during navigation
chrome › tests/telemetry/errors.spec.ts › can report errors to telemetry service
msedge › tests/telemetry/errors.spec.ts › can report a service worker error to telemetry service
msedge › tests/telemetry/errors.spec.ts › can report an indexdb error to telemetry service
msedge › tests/workshop/createMod.spec.ts › can create a new mod from a yaml definition and update it

Skipped tests

chrome › tests/regressions/doNotCloseSidebarOnPageEditorSave.spec.ts › #8104: Do not automatically close the sidebar when saving in the Page Editor
msedge › tests/regressions/doNotCloseSidebarOnPageEditorSave.spec.ts › #8104: Do not automatically close the sidebar when saving in the Page Editor
chrome › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options
msedge › tests/runtime/googleSheetsIntegration.spec.ts › can activate a google spreadsheet mod with config options

@github-actions github-actions bot merged commit 8ac0656 into main Sep 30, 2024
21 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/patch-a251409841 branch September 30, 2024 20:45
@mnholtz mnholtz added this to the 2.1.3 milestone Oct 4, 2024
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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants