Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

chore(deps): update npm development dependencies (major) #23

Merged
merged 1 commit into from
Dec 16, 2023

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
knip (source) 2.43.0 -> 3.8.1 age adoption passing confidence
vitest (source) 0.34.6 -> 1.0.4 age adoption passing confidence

Release Notes

webpro/knip (knip)

v3.8.1

Compare Source

  • Fix regexes in ignored bins/deps for non-root workspace (resolves #​392) (82635fc)
  • Update dependencies (9456b89)
  • Publish (4821581)
  • Add draft "slim down to speed up" (7faa5d6)

v3.8.0

Compare Source

  • Document --isolate-workspaces + reword principal → program (c5f98fd)
  • Add mem usage + major gc events (f72bf62)

v3.7.1

Compare Source

  • Filter out some odd stuff in custom settings resolver in eslint plugin (790646a)
  • Improve handling of import type nodes in JSDoc (8c3d77c)
  • Deduplicate workspace names (#​391) (28d43bb)

v3.7.0

Compare Source

  • Move @npmcli/package-json from dev → dependencies (2157f57)
  • Introduce experimental --fix feature (resolves #​63) (cf1619c)
  • Move tweets to mock (2f8e78f)

v3.6.1

Compare Source

  • Respect isIncludeEntryExports for class & enum members (#​360) (fae9b75)
  • Edit "handing issues" (7c3d2df)
  • Timerify getImportsAndExports (7c614b7)
  • Add "unresolved" to issueTypes in JSON Schema + sort (e44a033)
  • fix(schema): Added "binaries" to issueTypes (#​385) (efd607c)
  • Add sponsorship copy + funding.yml (bb5a983)
  • Improve guidance for newcomers through configuration topics (closes #​384) (e32011f)

v3.6.0

Compare Source

  • Update/sync dependencies (a2060f7)
  • Improve and support regex in ignoreBinaries and ignoreDependencies (resolves #​315, resolves #​383) (40f9791)
  • Add "findReferences" to performance page (a11a6f3)
  • Log message about 404 file edge case in debug mode (72c5004)
  • Improve names and readability a tad + skip work if nsExports or nsTypes is excluded (a288c3e)

v3.5.1

Compare Source

  • Add snapshotResolver option to jest plugin (closes #​291) (95bf66c)
  • Add argos-ci/argos repo to integration test suite (35adacf)
  • Add some projects using Knip to homepage (130a35d)
  • Improve regex for astro check (b6c7816)
  • Import less underscores in plugins (d5918f1)
  • Try to make plugin template a little bit more accessible (855337f)
  • Clarify when plugins are enabled (6966298)
  • Improve heuristic for enabling node-test-runner plugin (1f784b4)
  • Add xargs to ignored global binaries (963eb4e)
  • Rename module name helper (db8f01a)
  • Use basename and extname over endsWith for file names (0a58237)
  • Fix sitemap (aeb9137)
  • Fix gitignore item (0ee4f25)

v3.5.0

Compare Source

  • Ignore generated files when in md linker checker (beb5c41)
  • Fix test for absence of test config in vitest plugin (3b1135b)
  • Move "script parser" section to dedicated feature page to make entry files more accessible (c2ff2b3)
  • Add common pattern to config file patterns in vite and vitest plugins (302798e)
  • Add extensions to config file patterns in webpack plugin (1f857a4)
  • Add unused img to assert it does not end up as unused dependency or file (18ff2b9)
  • Fix up plugin doc template (d69c4a5)
  • Remove generated files (8530720)
  • Fix contributors list (953fc12)
  • Remove "new" button (b2fdfc0)
  • Update link in CLI help text (cf2c50d)
  • vitest: Detect whether coverage is enabled in npm scripts (#​378) (9fc7d1f)

v3.4.0

Compare Source

  • Refactor module resolution for non-std files + group related tests (fixes #​376) (1154a09)
  • Move @types/node to peer deps + include node types with compiler options (closes #​317) (e7c26d9)
  • Fix Windows issue when trying git command to get hooks path (resolves #​377) (b854409)
  • Sort keywords (73845d0)

v3.3.5

Compare Source

  • Update dependencies (7b81801)
  • Improve consistency (fba7a0a)
  • Swallow errors for git init cmd (81c5736)
  • Add extra favicon/manifest meta files (c10f4a9)
  • Edit performance page (4372519)

v3.3.4

Compare Source

  • Add page about performance to docs (7513521)
  • Improve caching for relative paths in module resolver (6292c7f)
  • Add nice tweet to testimonials (f947b0a)

v3.3.3

Compare Source

  • Include lockfile change in release commit (6cb92b3)
  • Don't sanitize virtual:* imports (resolves #​370) (9697689)
  • Add TanStack/query to integration suite (09f7a58)
  • Don't complain about ignoredWorkspaces without a package.json (42dbfce)
  • Rename test + fixture (flow-node → export-declaration) (ecee44b)

v3.3.2

Compare Source

  • Edit configuration page (9d7eccf)
  • Add missing test to nx plugin (2fb17d2)
  • Add includeEntryExports to workspace config in TS and JSON schema (1a848d9)
  • Fix errors with space-separated include/exclude arg (ec64c07)
  • Return stdout, stderr, status from exec test helper (f0ae9e7)
  • Add footer w/ license, name, links (9499c89)

v3.3.1

Compare Source

  • Add referenced optional peer deps to docs (6b97b9c)
  • Don't report optional peer dependency as unused if hosts have the peer as optional (8b20201)
  • Auto-format Markdown (1936c6d)

v3.3.0

Compare Source

  • Fix up JSDoc visitor and try harder to find import types (70691ff)
  • Add support for build.lib.entry paths in vite plugin (f6c1d93)
  • Add posDecl to exportDeclaration visitor + support function declarations (#​353) (5054906)
  • Add posDecl to distinguish export identifier vs declaration (to findReferences) (e5eef1f)
  • Add link to jiti issue (740eeb1)
  • Add schema.json for JSONC (#​320) (e7696e1)

v3.2.0

Compare Source

  • adds support for package.json shared prettier configuration (#​368) (121015f)

v3.1.0

Compare Source

  • Throw for duplicate package names (closes #​339) (8e1dca6)
  • Override potentially expensive compiler options, just in case (c7234b7)
  • Throw for invalid issue types when using include/exclude filter (closes #​366) (4e42ff8)
  • Remove target, module and moduleResolution from compiler option overrides (6407d4d)
  • Mention MNWE/MRE in docs (db951b2)
  • Exclude negated production patterns in default mode (resolves #​352) (fca87f8)
  • Don't try to load fake path in tsconfig-loader (7c80ad1)
  • Add --isolate-workspaces flag (undocumented) (b0913ac)
  • Add a few more testimonials 🧡 (0321a8d)

v3.0.2

Compare Source

v3.0.1

Compare Source

  • Add README.md to knip package (ef54583)

v3.0.0

Compare Source

  • Update dependencies (f709e24)
  • Clean up some bits for v3 (9f1a42e)
  • Add line and col in default reporter to issues that include pos (closes #​335) (3547fc2)
  • Run tests etc. across workspaces from root script (08aa7d7)
  • Add minimal reproduction templates to docs (e2b5f0c)
  • Fix up some links + plugin list (ede47e9)
vitest-dev/vitest (vitest)

v1.0.4

Compare Source

The previous release was built incorrectly and didn't include the performance fix. This release fixes that.

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.0.3

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v1.0.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.0.0

Compare Source

Vitest 1.0 is here! This release page lists all changes made to the project during the beta. For the migration guide, please refer to the documentation.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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

This PR has been generated by Mend Renovate. View repository job log here.

@github-actions github-actions bot added the booth Cabina de votación label Nov 27, 2023
@renovate renovate bot force-pushed the renovate/major-npm-dev branch 9 times, most recently from 4b7dd10 to cd56d5c Compare December 2, 2023 13:20
@renovate renovate bot changed the title chore(deps): update dependency knip to v3 chore(deps): update npm development dependencies (major) Dec 4, 2023
@renovate renovate bot force-pushed the renovate/major-npm-dev branch 8 times, most recently from d775ebd to 3f92c85 Compare December 9, 2023 21:19
@renovate renovate bot force-pushed the renovate/major-npm-dev branch 3 times, most recently from 88ed9ab to 63c85ec Compare December 13, 2023 15:17
@renovate renovate bot force-pushed the renovate/major-npm-dev branch from 63c85ec to e12e662 Compare December 14, 2023 01:20
@github-actions github-actions bot added ci Integración continua conflictos Hay conflictos que impiden una fusión limpia labels Dec 14, 2023
@renovate renovate bot force-pushed the renovate/major-npm-dev branch from e12e662 to 6e12734 Compare December 14, 2023 01:26
@github-actions github-actions bot removed the conflictos Hay conflictos que impiden una fusión limpia label Dec 14, 2023
@renovate renovate bot force-pushed the renovate/major-npm-dev branch from 6e12734 to 5b21da4 Compare December 14, 2023 01:32
@github-actions github-actions bot added the conflictos Hay conflictos que impiden una fusión limpia label Dec 14, 2023
@renovate renovate bot force-pushed the renovate/major-npm-dev branch from 5b21da4 to 21e940d Compare December 14, 2023 01:39
@github-actions github-actions bot removed ci Integración continua conflictos Hay conflictos que impiden una fusión limpia labels Dec 14, 2023
@github-actions github-actions bot added the ci Integración continua label Dec 14, 2023
@renovate renovate bot force-pushed the renovate/major-npm-dev branch from 21e940d to 1f3c882 Compare December 14, 2023 01:46
@github-actions github-actions bot added the conflictos Hay conflictos que impiden una fusión limpia label Dec 14, 2023
@github-actions github-actions bot removed the conflictos Hay conflictos que impiden una fusión limpia label Dec 14, 2023
@renovate renovate bot force-pushed the renovate/major-npm-dev branch from 1f3c882 to 3787024 Compare December 14, 2023 07:33
@github-actions github-actions bot removed the ci Integración continua label Dec 14, 2023
@renovate renovate bot force-pushed the renovate/major-npm-dev branch 2 times, most recently from 526a38c to 4e2b429 Compare December 15, 2023 15:39
@renovate renovate bot force-pushed the renovate/major-npm-dev branch from 4e2b429 to 88c6c2e Compare December 16, 2023 12:37
@ferferga ferferga merged commit 741d413 into master Dec 16, 2023
20 checks passed
@ferferga ferferga deleted the renovate/major-npm-dev branch December 16, 2023 12:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
booth Cabina de votación dependencies
Projects
Status: Hecho
Development

Successfully merging this pull request may close these issues.

1 participant