vivid
vivid copied to clipboard
chore(deps): update devdependencies (non-major) (master) (patch)
This PR contains the following updates:
[!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
Patch Changes
9e49e7a: fix(deps): update @web/* dependencies
v0.19.8
Patch Changes
2629244: Change return type from Assertion to Promise<Assertion>
v0.19.7
Patch Changes
735b009: Avoid saving unchanged snapshots
v0.19.6
Patch Changes
a7e9c20: chore(semantic-dom-diff): updates dependencies
v0.19.5
Patch Changes
storybookjs/storybook (@storybook/addon-a11y)
v6.3.13
Dependency Upgrades
- Bump cli-table3 to fix colors bug (#17180)
v6.3.12
Bug Fixes
- CLI: Force
sb upgradeto use latest version ofnpm-check-updates(#16336)
v6.3.11
Bug Fixes
- CLI: Fix CRA version detection crash (#16308)
chaijs/chai (chai)
v4.3.10
This release simply bumps all dependencies to their latest non-breaking versions.
What's Changed
- upgrade all dependencies by @keithamus in https://github.com/chaijs/chai/pull/1540
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.9...v4.3.10
v4.3.9
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
What's Changed
- 4.x.x: Fix link to commit logs on GitHub by @bugwelle in https://github.com/chaijs/chai/pull/1487
- build(deps): bump socket.io-parser from 4.0.4 to 4.0.5 by @dependabot in https://github.com/chaijs/chai/pull/1488
- Small typo in test.js by @mavaddat in https://github.com/chaijs/chai/pull/1459
- docs: specify return type of objDisplay by @scarf005 in https://github.com/chaijs/chai/pull/1490
- Update CONTRIBUTING.md by @matheus-rodrigues00 in https://github.com/chaijs/chai/pull/1521
- Fix: update exports.version to current version by @peanutenthusiast in https://github.com/chaijs/chai/pull/1534
New Contributors
- @bugwelle made their first contribution in https://github.com/chaijs/chai/pull/1487
- @mavaddat made their first contribution in https://github.com/chaijs/chai/pull/1459
- @scarf005 made their first contribution in https://github.com/chaijs/chai/pull/1490
- @matheus-rodrigues00 made their first contribution in https://github.com/chaijs/chai/pull/1521
- @peanutenthusiast made their first contribution in https://github.com/chaijs/chai/pull/1534
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.7...v4.3.8
v4.3.7
What's Changed
- fix: deep-eql bump package to support symbols comparison by @snewcomer in https://github.com/chaijs/chai/pull/1483
Full Changelog: https://github.com/chaijs/chai/compare/v4.3.6...v4.3.7
v4.3.6
Update loupe to 2.3.1
v4.3.5
paulmillr/chokidar (chokidar)
v3.5.3
What's Changed
- types: use correct type def for ignored option by @iheyunfei in https://github.com/paulmillr/chokidar/pull/1140
- Update chokidar-cli link in README.md by @mcecode in https://github.com/paulmillr/chokidar/pull/1142
- handle promise rejection when a symlink's target does not exist. Fixe… by @nicks in https://github.com/paulmillr/chokidar/pull/1010
- fix: improve
addandunwatchTypeScript definitions by @alan-agius4 in https://github.com/paulmillr/chokidar/pull/1157 - Enable dtslinting by @alan-agius4 in https://github.com/paulmillr/chokidar/pull/1158
- style: delete yarn.lock by @alan-agius4 in https://github.com/paulmillr/chokidar/pull/1159
New Contributors
- @iheyunfei made their first contribution in https://github.com/paulmillr/chokidar/pull/1140
- @mcecode made their first contribution in https://github.com/paulmillr/chokidar/pull/1142
- @nicks made their first contribution in https://github.com/paulmillr/chokidar/pull/1010
- @alan-agius4 made their first contribution in https://github.com/paulmillr/chokidar/pull/1157
Full Changelog: https://github.com/paulmillr/chokidar/compare/3.5.2...3.5.3
depcheck/depcheck (depcheck)
v1.4.7
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:
- Update babel packages to latest #843 (legobeat)
- Support package.json subpath imports #836 (dobesv)
- --quiet: don't print an empty line if nothing to report #835 (seansfkelley)
- chore: bump dependencies #801 (legobeat)
v1.4.6
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
v1.4.3
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:
- feat(eslint): add support for .eslintrc.cjs #681 (shian15810)
- feat(types): improve typings #680 (shian15810)
- cli: --oneline option #679 (vanodevium)
- fix: allow using @types-module for typescript type-only imports #670 (rexxars)
- Support next.config.js with next-transpile-modules #660 (crossjs)
- Fix scss parsing for non-import '@' keywords #658 (Dylanlan)
- feat: detect deps used with -r in package.json #657 (Dylanlan)
- Support babel.config.js(on) files #656 (crossjs)
import-js/eslint-plugin-import (eslint-plugin-import)
v2.25.4
Fixed
importType: avoid crashing on a non-string' ([#2305], thanks [@ljharb])- [
first]: prevent crash when parsing angular templates ([#2210], thanks [@ljharb]) importType: properly resolve@/*-aliased imports as internal ([#2334], thanks [@ombene])- [
named]/ExportMap: handle named imports from CJS modules that use dynamic import ([#2341], thanks [@ludofischer])
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
Fixed
- [
extensions]: ignore unresolveable type-only imports ([#2270], [#2271], thanks [@jablko]) importType: fixisExternalModulecalculation ([#2282], thanks [@mx-bernhard])- [
no-import-module-exports]: avoid false positives with a shadowedmoduleorexports([#2297], thanks [@ljharb])
Changed
- [Docs] [
order]: add type to the default groups ([#2272], thanks [@charpeni]) - [readme] Add note to TypeScript docs to install appropriate resolver ([#2279], thanks [@johnthagen])
- [Refactor]
importType: combine redundantisScopedandisScopedModule(thanks [@ljharb]) - [Docs] HTTP => HTTPS ([#2287], thanks [@Schweinepriester])
sindresorhus/got (got)
v11.8.6
- Destroy request object after successful response
v11.8.5
- Backport security fix https://github.com/sindresorhus/got/commit/861ccd9ac2237df762a9e2beed7edd88c60782dc
v11.8.3
typicode/husky (husky)
v7.0.4
No changes. Husky v7.0.3 was reverted, this version is the same as v7.0.2.
v7.0.3
immerjs/immer (immer)
v9.0.21
Bug Fixes
v9.0.20
Bug Fixes
v9.0.19
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
Bug Fixes
- Preserve insertion order of Sets, fixes #819 (#976) (b3eeb69)
- unnecessarily recursive Draft type (#990) (b9eae1d)
v9.0.17
Bug Fixes
v9.0.16
Bug Fixes
v9.0.15
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
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code