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 #114

Merged
merged 1 commit into from Jan 16, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 9, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/fs-extra (source) ^11.0.0 -> ^11.0.1 age adoption passing confidence devDependencies patch
@types/jsonwebtoken (source) ^9.0.0 -> ^9.0.1 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin ^5.48.0 -> ^5.48.1 age adoption passing confidence devDependencies patch
@typescript-eslint/parser ^5.48.0 -> ^5.48.1 age adoption passing confidence devDependencies patch
actions/checkout v3.2.0 -> v3.3.0 age adoption passing confidence action minor
actions/setup-node v3.5.1 -> v3.6.0 age adoption passing confidence action minor
bullmq ^3.5.3 -> ^3.5.6 age adoption passing confidence dependencies patch
eslint (source) ^8.31.0 -> ^8.32.0 age adoption passing confidence devDependencies minor
eslint-define-config ^1.13.0 -> ^1.14.0 age adoption passing confidence devDependencies minor
eslint-plugin-import ^2.26.0 -> ^2.27.4 age adoption passing confidence devDependencies minor
eslint-plugin-vue (source) ^9.8.0 -> ^9.9.0 age adoption passing confidence devDependencies minor
fork-ts-checker-webpack-plugin ^7.2.14 -> ^7.3.0 age adoption passing confidence devDependencies minor
ioredis ^5.2.4 -> ^5.2.5 age adoption passing confidence dependencies patch
jest-extended ^3.2.2 -> ^3.2.3 age adoption passing confidence devDependencies patch
nodemailer (source) ^6.8.0 -> ^6.9.0 age adoption passing confidence dependencies minor
pinia ^2.0.28 -> ^2.0.29 age adoption passing confidence dependencies patch
pnpm (source) 7.23.0 -> 7.25.0 age adoption passing confidence packageManager minor
prettier (source) ^2.8.2 -> ^2.8.3 age adoption passing confidence devDependencies patch
puppeteer (source) ^19.5.0 -> ^19.5.2 age adoption passing confidence dependencies patch
ts-jest (source) ^29.0.3 -> ^29.0.5 age adoption passing confidence devDependencies patch
vitepress (source) ^1.0.0-alpha.35 -> ^1.0.0-alpha.36 age adoption passing confidence devDependencies patch
vitest ^0.26.3 -> ^0.27.1 age adoption passing confidence devDependencies minor
vuetify (source) ^2.6.13 -> ^2.6.14 age adoption passing confidence dependencies patch

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.48.1

Compare Source

Note: Version bump only for package @​typescript-eslint/eslint-plugin

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.48.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

actions/checkout

v3.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v3.2.0...v3.3.0

actions/setup-node

v3.6.0: Add Support for Nightly, Canary and RC builds for Node.js

Compare Source

In scope of this release we added support to download nightly, rc (https://github.com/actions/setup-node/pull/611) and canary (https://github.com/actions/setup-node/pull/619) Node.js distributions.

For nightly versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-nightly'
      - run: npm ci
      - run: npm test
For canary versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16-v8-canary’
      - run: npm ci
      - run: npm test
For rc versions:
jobs:
  build:
    runs-on: ubuntu-latest
    name: Node sample
    steps:
      - uses: actions/checkout@v3
      - uses: actions/setup-node@v3
        with:
          node-version: '16.0.0-rc.1’
      - run: npm ci
      - run: npm test

Note: For more examples please refer to documentation.

Besides, we added the following changes as:

taskforcesh/bullmq

v3.5.6

Compare Source

Bug Fixes

v3.5.5

Compare Source

Bug Fixes

v3.5.4

Compare Source

Bug Fixes
eslint/eslint

v8.32.0

Compare Source

Features

  • fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#​16658) (YeonJuan)

Bug Fixes

Documentation

  • 17b65ad docs: IA Update page URL move (#​16665) (Ben Perlmutter)
  • 5981296 docs: fix theme switcher button (#​16752) (Sam Chen)
  • 6669413 docs: deploy prerelease docs under the /docs/next/ path (#​16541) (Nitin Kumar)
  • 78ecfe0 docs: use inline code for rule options name (#​16768) (Percy Ma)
  • fc2ea59 docs: Update README (GitHub Actions Bot)
  • 762a872 docs: Update README (GitHub Actions Bot)

Chores

  • 2952d6e chore: sync templates/*.md files with issue templates (#​16758) (gfyoung)
  • 3e34418 chore: Add new issues to triage project (#​16740) (Nicholas C. Zakas)
Shinigami92/eslint-define-config

v1.14.0

Compare Source

diff

  • Add settings for flat config (#​164)
import-js/eslint-plugin-import

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed
vuejs/eslint-plugin-vue

v9.9.0

Compare Source

✨ Enhancements

🐛 Bug Fixes

Full Changelog: vuejs/eslint-plugin-vue@v9.8.0...v9.9.0

TypeStrong/fork-ts-checker-webpack-plugin

v7.3.0

Compare Source

Features
luin/ioredis

v5.2.5

Compare Source

Bug Fixes
  • Named export to support ESM imports in Typescript (#​1695) (cdded57)

    With this change, users would be able to import Redis with import { Redis} from 'ioredis'. This makes it possible to import Redis in an ESM project. The original way (import Redis from 'ioredis') will still be supported but will be deprecated in the next major version.

jest-community/jest-extended

v3.2.3

Compare Source

What's Changed

Full Changelog: jest-community/jest-extended@v3.2.2...v3.2.3

nodemailer/nodemailer

v6.9.0

Compare Source

  • Do not throw if failed to resolve IPv4 addresses
  • Include EHLO extensions in the send response
  • fix sendMail function: callback should be optional
vuejs/pinia

v2.0.29

Compare Source

Please refer to CHANGELOG.md for details.

pnpm/pnpm

v7.25.0

Compare Source

Minor Changes

  • When patching a dependency that is already patched, the existing patch is applied to the dependency, so that the new edit are applied on top of the existing ones. To ignore the existing patches, run the patch command with the --ignore-existing option #​5632.
  • When extend-node-path is set to false, the NODE_PATH environment variable is not set in the command shims #​5910

Patch Changes

  • Ensure the permission of bin file when prefer-symlinked-executables is set to true #​5913.
  • If an external tool or a user have removed a package from node_modules, pnpm should add it back on install. This was only an issue with node-linker=hoisted.

Our Gold Sponsors

Our Silver Sponsors

v7.24.3

Compare Source

Patch Changes

  • Don't break lockfile v6 on repeat install if use-lockfile-v6 is not set to true.

Our Gold Sponsors

Our Silver Sponsors

v7.24.2

Compare Source

Minor Changes

  • Added support for pnpm-lock.yaml format v6. This new format will be the new lockfile format in pnpm v8. To use the new lockfile format, use the use-lockfile-v6=true setting in .npmrc. Or run pnpm install --use-lockfile-v6 #​5810.

Patch Changes

  • pnpm run should fail if the path to the project contains colon(s).

  • pnpm config set key=value should work the same as pnpm config set key value #​5889.

  • The upload of built artifacts (side effects) should not fail when node-linker is set to hoisted and installation runs on a project that already had a node_modules directory #​5823.

    This fixes a bug introduced by #​5814.

  • pnpm exec should work when the path to the project contains colon(s) #​5846.

  • Git-hosted dependencies should not be built, when ignore-scripts is set to true #​5876.

Our Gold Sponsors

Our Silver Sponsors

v7.24.1

Compare Source

v7.24.0

Compare Source

prettier/prettier

v2.8.3

Compare Source

diff

Allow self-closing tags on custom elements (#​14170 by @​fisker)

See Angular v15.1.0 release note for details.

// Input
<app-test/>

// Prettier 2.8.2
SyntaxError: Only void and foreign elements can be self closed "app-test" (1:1)
> 1 | <app-test/>
    | ^^^^^^^^^
  2 |

// Prettier 2.8.3
<app-test />
puppeteer/puppeteer

v19.5.2: puppeteer: v19.5.2

Compare Source

Miscellaneous Chores
  • puppeteer: Synchronize puppeteer versions
Dependencies
  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 19.5.1 to 19.5.2

v19.5.1:


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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 added the dependencies Pull requests that update a dependency file label Jan 9, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 21 times, most recently from 975fc37 to 6d7ddfc Compare January 15, 2023 06:55
@lukashroch lukashroch merged commit b27cfeb into master Jan 16, 2023
@lukashroch lukashroch deleted the renovate/all-minor-patch branch January 16, 2023 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant