Bump the npm_and_yarn group with 6 updates
Bumps the npm_and_yarn group with 6 updates:
| Package | From | To |
|---|---|---|
| braces | 3.0.2 |
3.0.3 |
| ip | 1.1.9 |
removed |
| @web/test-runner | 0.15.0 |
0.18.3 |
| @open-wc/testing | 3.1.7 |
3.2.2 |
| micromatch | 4.0.5 |
4.0.8 |
| ws | 7.5.9 |
7.5.10 |
Updates braces from 3.0.2 to 3.0.3
Commits
74b2db23.0.388f1429update eslint. lint, fix unit tests.415d660Snyk js braces 6838727 (#40)190510ffix tests, skip 1 test in test/braces.expand716eb9freadme bumpa5851e5Merge pull request #37 from coderaiser/fix/vulnerability2092bd1feature: braces: add maxSymbols (https://github.com/micromatch/braces/issues/...9f5b4cffix: vulnerability (https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727)98414f9remove funding file665ab5dupdate keepEscaping doc (#27)- Additional commits viewable in compare view
Removes ip
Updates @web/test-runner from 0.15.0 to 0.18.3
Release notes
Sourced from @web/test-runner's releases.
@web/test-runner@0.18.3Patch Changes
- 6914f3b6: Show suites names for
summaryReporterwhenflattenoption is true
@web/test-runner@0.18.2Patch Changes
- 6a97a691: Unify visual-written representation of skipped tests.
@web/test-runner@0.18.1Patch Changes
- Updated dependencies [4cc90648]
@web/test-runner-chrome@0.16.0
@web/test-runner-chrome@0.16.0Minor Changes
- 4cc90648: Update Puppeteer to version 22. Remove Puppeteer KnownDevices, before the update named devices, export.
@web/test-runner-puppeteer@0.16.0Minor Changes
- 4cc90648: Update Puppeteer to version 22. Remove Puppeteer KnownDevices, before the update named devices, export.
Patch Changes
- Updated dependencies [4cc90648]
@web/test-runner-chrome@0.16.0
Changelog
Sourced from @web/test-runner's changelog.
0.18.3
Patch Changes
- 6914f3b6: Show suites names for
summaryReporterwhenflattenoption is true0.18.2
Patch Changes
- 6a97a691: Unify visual-written representation of skipped tests.
0.18.1
Patch Changes
- Updated dependencies [4cc90648]
@web/test-runner-chrome@0.16.00.18.0
Minor Changes
- c185cbaa: Set minimum node version to 18
Patch Changes
- Updated dependencies [c185cbaa]
0.17.3
Patch Changes
- Updated dependencies [43be7391]
- Updated dependencies [60dda46f]
0.17.2
Patch Changes
... (truncated)
Commits
9a88d83Version Packages (#2774)6914f3bfix(test-runner): show suites for summaryReporter({ flatten: true }) (#2773)03f3c6fVersion Packages43eb130fix(test-runner): unify visual-written representation of skipped tests6aefbecVersion Packages400fe3cchore: remove unused ci stuff, other stuff runs in ci already now5792e9cAdd file extensions to file imports835bb24Version Packagesd0079c6Merge pull request #2394 from koddsson/set-node-engines-to-node-18f375cf6Version Packages- Additional commits viewable in compare view
Updates @open-wc/testing from 3.1.7 to 3.2.2
Release notes
Sourced from @open-wc/testing's releases.
@open-wc/testing@3.2.2Patch Changes
- e94ca9aa: chore(testing): remove unused dependencies"
@open-wc/testing@3.2.1Patch Changes
- 84e38ab1: Use split versions for all lit dependencies
- Updated dependencies [84e38ab1]
@open-wc/testing-helpers@2.3.1
@open-wc/testing@3.1.8Patch Changes
- 91a5d224: fix(deps): update dependency
@types/chai-domto v1- Updated dependencies [077d07eb]
@open-wc/testing-helpers@2.2.1
Changelog
Sourced from @open-wc/testing's changelog.
3.2.2
Patch Changes
- e94ca9aa: chore(testing): remove unused dependencies"
3.2.1
Patch Changes
- 84e38ab1: Use split versions for all lit dependencies
- Updated dependencies [84e38ab1]
@open-wc/testing-helpers@2.3.13.2.0
Minor Changes
- 935c8ffe: Drop support for Node@14
Patch Changes
- 3289e0eb: Add oneDefaultPreventedEvent export into testing package and no-side-effect indexes
- Updated dependencies [935c8ffe]
- Updated dependencies [3289e0eb]
- Updated dependencies [80c6ae66]
- [email protected]
@open-wc/semantic-dom-diff@0.20.0@open-wc/testing-helpers@2.3.03.1.8
Patch Changes
- 91a5d224: fix(deps): update dependency
@types/chai-domto v1- Updated dependencies [077d07eb]
@open-wc/testing-helpers@2.2.1
Commits
c4debddVersion Packages (#2737)e94ca9achore(testing): remove unused dependencies (#2736)d91a621Version Packages14e4270feat: new a11y rules (#2686)57ddb3cVersion Packages3289e0efix(testing|testing-helpers): export oneDefaultPreventedEvent through testing...74f51a7Version Packagesf077923fix(deps): update dependency@types/chai-domto v1- See full diff in compare view
Updates micromatch from 4.0.5 to 4.0.8
Release notes
Sourced from micromatch's releases.
4.0.8
Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you see automated scanners saying otherwise, don't be scared.
Changelog
Sourced from micromatch's changelog.
[4.0.8] - 2024-08-22
- backported CVE-2024-4067 fix (from v4.0.6) over to 4.x branch
[4.0.7] - 2024-05-22
- this is basically v4.0.5, with some README updates
- it is vulnerable to CVE-2024-4067
- Updated braces to v3.0.3 to avoid CVE-2024-4068
- does NOT break API compatibility
[4.0.6] - 2024-05-21
- Added
hasBracesto check if a pattern contains braces.- Fixes CVE-2024-4067
- BREAKS API COMPATIBILITY
- Should be labeled as a major release, but it's not.
Commits
8bd704e4.0.8a0e6841run verb to generate README documentation4ec2884Merge branch 'v4' into hauserkristof-feature/v4.0.803aa805Merge pull request #266 from hauserkristof/feature/v4.0.8814f5f7lint67fcce6fix: CHANGELOG about braces & CVE-2024-4068, v4.0.5113f2e3fix: CVE numbers in CHANGELOGd9dbd9afeat: updated CHANGELOG2ab1315fix: use actions/setup-node@v41406ea3feat: rework test to work on macos with node 10,12 and 14- Additional commits viewable in compare view
Updates ws from 7.5.9 to 7.5.10
Release notes
Sourced from ws's releases.
7.5.10
Bug fixes
- Backported e55e5106 to the 7.x release line (22c28763).
Commits
d962d70[dist] 7.5.1022c2876[security] Fix crash when the Upgrade header cannot be read (#2231)- See full diff 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 You can disable automated security fix PRs for this repo from the Security Alerts page.