vivid icon indicating copy to clipboard operation
vivid copied to clipboard

chore(deps): update devdependencies (non-major) (master) (patch)

Open mend-for-github-com[bot] opened this issue 1 year ago • 2 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@open-wc/semantic-dom-diff (source) 0.19.4 -> 0.19.9 age adoption passing confidence
@storybook/addon-a11y (source) 6.3.10 -> 6.3.13 age adoption passing confidence
@storybook/addon-actions (source) 6.3.10 -> 6.3.13 age adoption passing confidence
@storybook/addon-controls (source) 6.3.10 -> 6.3.13 age adoption passing confidence
@storybook/addon-docs (source) 6.3.10 -> 6.3.13 age adoption passing confidence
@storybook/addon-viewport (source) 6.3.10 -> 6.3.13 age adoption passing confidence
@storybook/addons (source) 6.3.10 -> 6.3.13 age adoption passing confidence
@storybook/theming (source) 6.3.10 -> 6.3.13 age adoption passing confidence
@storybook/web-components (source) 6.3.10 -> 6.3.13 age adoption passing confidence
@types/ramda (source) 0.27.44 -> 0.27.66 age adoption passing confidence
@types/serve-handler (source) 6.1.1 -> 6.1.4 age adoption passing confidence
@whitespace/storybook-addon-html 5.0.0 -> 5.0.3 age adoption passing confidence
chai (source) 4.3.4 -> 4.3.10 age adoption passing confidence
chai-a11y-axe (source) 1.3.1 -> 1.3.2 age adoption passing confidence
chokidar 3.5.2 -> 3.5.3 age adoption passing confidence
command-line-args 5.2.0 -> 5.2.1 age adoption passing confidence
command-line-usage 6.1.1 -> 6.1.3 age adoption passing confidence
depcheck 1.4.2 -> 1.4.7 age adoption passing confidence
eslint-plugin-import 2.25.2 -> 2.25.4 age adoption passing confidence
fibers 5.0.0 -> 5.0.3 age adoption passing confidence
glob 7.2.0 -> 7.2.3 age adoption passing confidence
got 11.8.2 -> 11.8.6 age adoption passing confidence
husky 7.0.2 -> 7.0.4 age adoption passing confidence
immer 9.0.6 -> 9.0.21 age adoption passing confidence
jimp 0.16.1 -> 0.16.13 age adoption passing confidence
karma-chrome-launcher 3.1.0 -> 3.1.1 age adoption passing confidence
karma-file-fixtures-preprocessor 3.0.1 -> 3.0.2 age adoption passing confidence
karma-firefox-launcher 2.1.1 -> 2.1.3 age adoption passing confidence
lint-staged 11.2.0 -> 11.2.6 age adoption passing confidence
minimist 1.2.6 -> 1.2.8 age adoption passing confidence
standard-version 9.3.1 -> 9.3.2 age adoption passing confidence
style-dictionary 3.0.1 -> 3.0.3 age adoption passing confidence
stylelint-no-unsupported-browser-features 5.0.2 -> 5.0.4 age adoption passing confidence
ts-loader 9.2.5 -> 9.2.9 age adoption passing confidence
tslib (source) 2.3.0 -> 2.3.1 age adoption passing confidence
web-component-analyzer 1.1.6 -> 1.1.7 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

open-wc/open-wc (@​open-wc/semantic-dom-diff)

v0.19.9

Compare Source

Patch Changes
  • 9e49e7a: fix(deps): update @​web/* dependencies

v0.19.8

Compare Source

Patch Changes
  • 2629244: Change return type from Assertion to Promise<Assertion>

v0.19.7

Compare Source

Patch Changes
  • 735b009: Avoid saving unchanged snapshots

v0.19.6

Patch Changes
  • a7e9c20: chore(semantic-dom-diff): updates dependencies

v0.19.5

Patch Changes
  • b9b11ad: support snapshot testing with Web Test Runner
  • b6e868d: Use latest dependencies
  • 40837d1: - use latest axe-core
    • allow not required attributes in role testing
  • 580ce0e: Snapshot testing with WTR updated to not modify the snapshot files running the test
storybookjs/storybook (@​storybook/addon-a11y)

v6.3.13

Compare Source

Dependency Upgrades
  • Bump cli-table3 to fix colors bug (#​17180)

v6.3.12

Compare Source

Bug Fixes
  • CLI: Force sb upgrade to use latest version of npm-check-updates (#​16336)

v6.3.11

Compare Source

Bug Fixes
  • CLI: Fix CRA version detection crash (#​16308)
whitespace-se/storybook-addon-html (@​whitespace/storybook-addon-html)

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

chaijs/chai (chai)

v4.3.10

Compare Source

This release simply bumps all dependencies to their latest non-breaking versions.

What's Changed

Full Changelog: https://github.com/chaijs/chai/compare/v4.3.9...v4.3.10

v4.3.9

Compare Source

Upgrade dependencies.

This release upgrades dependencies to address CVE-2023-43646 where a large function name can cause "catastrophic backtracking" (aka ReDOS attack) which can cause the test suite to hang.

Full Changelog: https://github.com/chaijs/chai/compare/v4.3.8...v4.3.9

v4.3.8

Compare Source

What's Changed
New Contributors

Full Changelog: https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8

v4.3.7

Compare Source

What's Changed

Full Changelog: https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7

v4.3.6

Compare Source

Update loupe to 2.3.1

v4.3.5

Compare Source

open-wc/open-wc (chai-a11y-axe)

v1.3.2

Patch Changes
  • 40837d1: - use latest axe-core
    • allow not required attributes in role testing
  • 6940a3c: fix: override bad publication
paulmillr/chokidar (chokidar)

v3.5.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/paulmillr/chokidar/compare/3.5.2...3.5.3

75lb/command-line-args (command-line-args)

v5.2.1

Compare Source

75lb/command-line-usage (command-line-usage)

v6.1.3

Compare Source

v6.1.2

Compare Source

depcheck/depcheck (depcheck)

v1.4.7

Compare Source

Full Changelog

Fixed bugs:

  • False positive missing dependency with SCSS files on Windows #​838
  • A dynamic import with template string literal is not found by depcheck #​779

Merged pull requests:

v1.4.6

Compare Source

Full Changelog

Closed issues:

  • Add explicitResourceManagement to default TS babel config #​833
  • Flag to make logs readable and less verbose #​759

Merged pull requests:

  • Add explicitResourceManagement to TypeScript babel settings #​834 (jtbandes)
  • Support projects field in jest configuration #​831 (dobesv)
  • Handle scoped package bin with default name #​830 (dobesv)
  • feat: add --quiet flag to suppress No depcheck issue messages #​829 (openam)
  • fix(sass): don't detect transitive dependencies #​827 (miluoshi)
  • feat(tsconfig): support tsconfig.json files with comments #​826 (miluoshi)
  • fix(storybook): parse package names out of addons array #​825 (miluoshi)

v1.4.5

Compare Source

Full Changelog

v1.4.3

Compare Source

Full Changelog

Fixed bugs:

  • Different results when running depcheck from npm install -g vs npx #​689
  • Fails with Top-Level Await #​671

Closed issues:

  • false alert on file src/server.js #​655
  • Svelte Support #​650
  • False positive: types-only dependencies #​568

Merged pull requests:

import-js/eslint-plugin-import (eslint-plugin-import)

v2.25.4

Compare Source

Fixed
Changed
  • [no-default-import]: report on the token "default" instead of the entire node ([#​2299], thanks [@​pmcelhaney])
  • [Docs] [order]: Remove duplicate mention of default ([#​2280], thanks [@​johnthagen])
  • [Deps] update eslint-module-utils

v2.25.3

Compare Source

Fixed
Changed
laverdet/node-fibers (fibers)

v5.0.2

Compare Source

v5.0.1

Compare Source

isaacs/node-glob (glob)

v7.2.3

Compare Source

v7.2.2

Compare Source

sindresorhus/got (got)

v11.8.6

Compare Source

  • Destroy request object after successful response

v11.8.5

Compare Source

  • Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc

v11.8.3

Compare Source

typicode/husky (husky)

v7.0.4

Compare Source

No changes. Husky v7.0.3 was reverted, this version is the same as v7.0.2.

v7.0.3

Compare Source

immerjs/immer (immer)

v9.0.21

Compare Source

Bug Fixes
  • ensure type exports is first in package.json export declaration (#​1018) (b6ccd0f)

v9.0.20

Compare Source

Bug Fixes

v9.0.19

Compare Source

Bug Fixes
  • don't freeze drafts returned from produce if they were passed in as draft (#​917) (46867f8)
  • produce results should never be frozen when returned from nested produces, to prevent 'hiding' drafts. Fixes #​935 (a810960)
  • release and publish from 'main' rather than 'master' branch (82acc40)
  • revert earlier fix (#​990) for recursive types (#​1014) (3eeb331)
  • Upgrade Github actions to Node 16 attempt 1 (9d4ea93)
  • Upgrade Github actions to Node 16 attempt 2 (082eecd)

v9.0.18

Compare Source

Bug Fixes

v9.0.17

Compare Source

Bug Fixes

v9.0.16

Compare Source

Bug Fixes
  • protect isDraftable against undefined constructor (#​969) (ced4563)

v9.0.15

Compare Source

Bug Fixes
  • Add "types" to exports for TypeScript 4.7 ([#​946](https://redirec

Configuration

📅 Schedule: Branch creation - "before 5am every weekday" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • [ ] If you want to rebase/retry this PR, check this box

disabled

:rocket:

Latest successful build of the PR deployed here.

:rocket:

github-actions[bot] avatar Oct 09 '24 02:10 github-actions[bot]