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

chore(deps): update all non-major dependencies #14

Merged
merged 1 commit into from
Dec 13, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) ^18.11.9 -> ^18.11.13 age adoption passing confidence
@vitest/coverage-c8 ^0.25.1 -> ^0.25.7 age adoption passing confidence
eslint (source) ^8.27.0 -> ^8.29.0 age adoption passing confidence
pnpm (source) 7.14.2 -> 7.18.2 age adoption passing confidence
prettier (source) ^2.7.1 -> ^2.8.1 age adoption passing confidence
prettier-plugin-organize-imports ^3.1.1 -> ^3.2.1 age adoption passing confidence
rollup (source) ^3.2.5 -> ^3.7.3 age adoption passing confidence
tsup ^6.4.0 -> ^6.5.0 age adoption passing confidence
typescript (source) ^4.8.4 -> ^4.9.4 age adoption passing confidence
unplugin ^1.0.0 -> ^1.0.1 age adoption passing confidence
vite (source) ^3.2.3 -> ^3.2.5 age adoption passing confidence
vite-plugin-inspect ^0.7.7 -> ^0.7.10 age adoption passing confidence
vitest ^0.25.1 -> ^0.25.7 age adoption passing confidence
vue (source) ^3.2.41 -> ^3.2.45 age adoption passing confidence
webpack ^5.74.0 -> ^5.75.0 age adoption passing confidence

Release Notes

vitest-dev/vitest

v0.25.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.25.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.25.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint

v8.29.0

Compare Source

Features

  • 49a07c5 feat: add allowParensAfterCommentPattern option to no-extra-parens (#​16561) (Nitin Kumar)
  • e6a865d feat: prefer-named-capture-group add suggestions (#​16544) (Josh Goldberg)
  • a91332b feat: In no-invalid-regexp validate flags also for non-literal patterns (#​16583) (trosos)

Documentation

Chores

v8.28.0

Compare Source

Features

  • 63bce44 feat: add ignoreClassFieldInitialValues option to no-magic-numbers (#​16539) (Milos Djermanovic)
  • 8385ecd feat: multiline properties in rule key-spacing with option align (#​16532) (Francesco Trotta)
  • a4e89db feat: no-obj-calls support Intl (#​16543) (Sosuke Suzuki)

Bug Fixes

  • c50ae4f fix: Ensure that dot files are found with globs. (#​16550) (Nicholas C. Zakas)
  • 9432b67 fix: throw error for first unmatched pattern (#​16533) (Milos Djermanovic)
  • e76c382 fix: allow * 1 when followed by / in no-implicit-coercion (#​16522) (Milos Djermanovic)

Documentation

Chores

pnpm/pnpm

v7.18.2

Compare Source

Patch Changes

  • Added --json to the pnpm publish --help output #​5773.
  • pnpm update should not replace workspace:*, workspace:~, and workspace:^ with workspace:<version> #​5764.
  • The fatal error should be printed in JSON format, when running a pnpm command with the --json option #​5710.
  • Throw an error while missing script start or file server.js #​5782.
  • pnpm license list should not fail if a license file is an executable #​5740.

Our Gold Sponsors

Our Silver Sponsors

v7.18.1

Compare Source

Patch Changes

  • The update notifier should suggest using the standalone script, when pnpm was installed using a standalone script #​5750.
  • Vulnerabilities that don't have CVEs codes should not be skipped by pnpm audit if an ignoreCves list is declared in package.json #​5756.
  • It should be possible to use overrides with absolute file paths #​5754.
  • pnpm audit --json should ignore vulnerabilities listed in auditConfig.ignoreCves #​5734.
  • pnpm licenses should print help, not just an error message #​5745.

Our Gold Sponsors

Our Silver Sponsors

v7.18.0

Compare Source

Minor Changes

  • Overrides may be defined as a reference to a spec for a direct dependency by prefixing the name of the package you wish the version to match with a `# pnpm.

    {
      "dependencies": {
        "foo": "^1.0.0"
      },
      "overrides": {
        // the override is defined as a reference to the dependency
        "foo": "$foo",
        // the referenced package does not need to match the overridden one
        "bar": "$foo"
      }
    }

    Issue: #​5703

Patch Changes

  • pnpm audit should work when the project's package.json has no version field #​5728
  • Dependencies specified via * should be updated to semver ranges by pnpm update #​5681.
  • It should be possible to override a dependency with a local package using relative path from the workspace root directory #​5493.
  • Exit with non-zero exit code when child process exits with a non-zero exit clode #​5525.
  • pnpm add should prefer local projects from the workspace, even if they use prerelease versions #​5316

Our Gold Sponsors

Our Silver Sponsors

v7.17.1

Compare Source

Patch Changes

  • pnpm set-script and pnpm pkg are passed through to npm #​5683.
  • pnpm publish <tarball path> should exit with non-0 exit code when publish fails #​5396.
  • readPackage hooks should not modify the package.json files in a workspace #​5670.
  • Comments in package.json5 are preserver #​2008.
  • pnpm setup should create PNPM_HOME as a non-expandable env variable on Windows #​4658.
  • Fix the CLI help of the pnpm licenses command.

Our Gold Sponsors

Our Silver Sponsors

v7.17.0

Compare Source

Minor Changes

  • Added a new command pnpm licenses list, which displays the licenses of the packages #​2825

Patch Changes

  • pnpm update --latest !foo should not update anything if the only dependency in the project is the ignored one #​5643.
  • pnpm audit should send the versions of workspace projects for audit.
  • Hoisting with symlinks should not override external symlinks and directories in the root of node_modules.
  • The pnpm.updateConfig.ignoreDependencies setting should work with multiple dependencies in the array #​5639.

Our Gold Sponsors

Our Silver Sponsors

v7.16.1

Compare Source

Patch Changes

  • Sync all injected dependencies when hoisted node linker is used #​5630

Our Gold Sponsors

Our Silver Sponsors

v7.16.0

Compare Source

Minor Changes

  • Support pnpm env list to list global or remote Node.js versions #​5546.

Patch Changes

  • Replace environment variable placeholders with their values, when reading .npmrc files in subdirectories inside a workspace #​2570.
  • Fix a

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 becomes conflicted, 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.

@renovate renovate bot changed the title chore(deps): update peerdependency vue to ^3.2.42 chore(deps): update peerdependency vue to ^3.2.43 Nov 9, 2022
@renovate renovate bot changed the title chore(deps): update peerdependency vue to ^3.2.43 chore(deps): update all non-major dependencies Nov 9, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 1e4b378 to d3a6e21 Compare November 16, 2022 21:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 8844e9c to 815d1e6 Compare November 25, 2022 17:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from ab93723 to 7cabc46 Compare December 4, 2022 00:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 15 times, most recently from 00f3f34 to bd9e49f Compare December 12, 2022 09:44
@tobiasdiez tobiasdiez merged commit b7ff47e into main Dec 13, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch December 13, 2022 02:15
tobiasdiez pushed a commit that referenced this pull request Aug 4, 2024
tobiasdiez added a commit that referenced this pull request Aug 4, 2024
* chore: init

* chore: remove enforce

* chore: npm run

* fix: nuxt options

* chore: update deps

* chore: fix tsup commands (#1)

* fix: path, close #2

* build: use tsup.config.ts

* chore: update dependencies (#5)

* chore: update deps

* fix: `pnpm run dev` error (#7)

* fix: pnpm run dev error

* style: lint fix

* fix: fix dev error (#9)

* chore: update deps

* chore: update

* fix: cjs exports (#10) (#11)

* feat: add esbuild export (#12)

* ci: update release script

* chore: update deps

* feat: add esbuild export (#14)

* feat: add esbuild export (#13)

* chore: lint

* chore: add deps of 'chalk' (#15)

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>

* chore: update deps

* fix: 'UserOptions' set to optional (#18)

* feat: use type=module (#16) (#17)

* fix: pnpm workspace config (#19)

* chore: update deps

* fix: nuxt module hooks (#20)

* chore: update deps

* chore: update deps

* chore: update ci matrix

* chore: update deps

* chore: lint

* feat: update builds

* ci: add permission

* docs: update (#21)

* docs: update playground link (#22)

* feat: template update (#25)

* fix: require(...) is not a function (#28)

* update

* fix linter

* fix astro

* fix tests

* use jiti over esno

* update all eslint

* dedupe

* update node used for linter

* fix prettier

---------

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
Co-authored-by: TropicalRaisel <87331818+TropicalRaisel@users.noreply.github.com>
Co-authored-by: dengqing <dengqing0821@gmail.com>
Co-authored-by: Tedy <1197633750@qq.com>
Co-authored-by: snowingfox <1503401882@qq.com>
Co-authored-by: Rongger <934004841@qq.com>
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
Co-authored-by: Alex Liu <larch.liu@gmail.com>
Co-authored-by: ntnyq <ntnyq13@gmail.com>
Co-authored-by: Robert Soriano <sorianorobertc@gmail.com>
Co-authored-by: Ray <i@mk1.io>
Co-authored-by: yuyin <38490578+yuyinws@users.noreply.github.com>
Co-authored-by: lrs <104537923+RuSenLi@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant