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

Merged
merged 1 commit into from
May 24, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.21.4 -> ^7.21.8 age adoption passing confidence
@babel/plugin-transform-modules-commonjs (source) ^7.21.2 -> ^7.21.5 age adoption passing confidence
@babel/preset-typescript (source) ^7.21.4 -> ^7.21.5 age adoption passing confidence
@babel/template (source) ^7.20.7 -> ^7.21.9 age adoption passing confidence
@babel/types (source) ^7.21.4 -> ^7.21.5 age adoption passing confidence
@types/node (source) ^18.16.1 -> ^18.16.14 age adoption passing confidence
@types/semver (source) ^7.3.13 -> ^7.5.0 age adoption passing confidence
@vitest/coverage-c8 (source) ^0.30.1 -> ^0.31.1 age adoption passing confidence
eslint (source) ^8.39.0 -> ^8.41.0 age adoption passing confidence
eslint-config-unjs ^0.1.0 -> ^0.2.0 age adoption passing confidence
mlly ^1.2.0 -> ^1.2.1 age adoption passing confidence
pkg-types ^1.0.2 -> ^1.0.3 age adoption passing confidence
pnpm (source) 8.3.1 -> 8.5.1 age adoption passing confidence
semver ^7.5.0 -> ^7.5.1 age adoption passing confidence
std-env ^3.3.2 -> ^3.3.3 age adoption passing confidence
terser-webpack-plugin ^5.3.7 -> ^5.3.9 age adoption passing confidence
ts-loader ^9.4.2 -> ^9.4.3 age adoption passing confidence
tslib (source) ^2.5.0 -> ^2.5.2 age adoption passing confidence
vite (source) ^4.3.2 -> ^4.3.8 age adoption passing confidence
vitest ^0.30.1 -> ^0.31.1 age adoption passing confidence
webpack ^5.80.0 -> ^5.83.1 age adoption passing confidence
webpack-cli (source) ^5.0.2 -> ^5.1.1 age adoption passing confidence

Release Notes

babel/babel

v7.21.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

v7.21.5

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
🐛 Bug Fix
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #​15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin
vitest-dev/vitest

v0.31.1

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Remove browser from allowed pools inside poolMatchGlob config option. Please, use Vitest workspaces for running tests in the browser.

  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
eslint/eslint

v8.41.0

Compare Source

Features

  • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#​17184) (Milos Djermanovic)
  • 8bf5505 feat: expose shouldUseFlatConfig (#​17169) (Connor Prussin)

Bug Fixes

  • 4f5440d fix: incorrect warning message for ignored dotfiles (#​17196) (Milos Djermanovic)
  • 94da96c fix: unify LintMessage type (#​17076) (Brandon Mills)
  • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#​17139) (Milos Djermanovic)
  • 9682d66 fix: switch grapheme-splitter to graphemer (#​17160) (fisker Cheung)

Documentation

  • 7709b14 docs: Update README (GitHub Actions Bot)
  • 7f183e0 docs: Update triage process description (#​17157) (Nicholas C. Zakas)
  • b68346b docs: fix license to reflect relicensing of jshint (#​17165) (Stefan Bischof)

Chores

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

unjs/eslint-config

v0.2.0

Compare Source

compare changes

🏡 Chore
  • Enable github actions (60faa49)
  • Update eslint-plugin-unicorn (#​8)
  • ⚠️ Update all dependencies (758c65f)
⚠️ Breaking Changes
  • ⚠️ Update all dependencies (758c65f)
❤️ Contributors
  • Pooya Parsa (@​pi0)
  • Nozomu Ikuta
unjs/mlly

v1.2.1

Compare Source

compare changes

🩹 Fixes
  • findStaticImports: Allow accents in import names (#​170)
📖 Documentation
🏡 Chore
❤️ Contributors
unjs/pkg-types

v1.0.3

Compare Source

compare changes

🩹 Fixes
  • Add exports.types field (#​120)
📖 Documentation
  • Remove duplicate usage in readme (#​115)
🤖 CI
  • Remove lint workflow from matrix (a5a00af)
  • Revert to node 16 (f6cb62c)
❤️ Contributors
pnpm/pnpm

v8.5.1

Compare Source

Patch Changes

  • Expanded missing command error, including 'did you mean' #​6492.
  • When installation fails because the lockfile is not up-to-date with the package.json file(s), print out what are the differences #​6536.
  • Normalize current working directory on Windows #​6524.

Our Gold Sponsors

Our Silver Sponsors

v8.5.0

Compare Source

Minor Changes

  • pnpm patch-remove command added #​6521.

Patch Changes

  • pnpm link -g <pkg-name> should not modify the package.json file #​4341.
  • The deploy command should not ask for confirmation to purge the node_modules directory #​6510.
  • Show cyclic workspace dependency details #​5059.
  • Node.js range specified through the engines field should match prerelease versions #​6509.

Our Gold Sponsors

Our Silver Sponsors

v8.4.0

Compare Source

Minor Changes

  • pnpm publish supports the --provenance CLI option #​6435.

Patch Changes

  • Link the bin files of local workspace dependencies, when node-linker is set to hoisted 6486.
  • Ask the user to confirm the removal of node_modules directory unless the --force option is passed.
  • Do not create a node_modules folder with a .modules.yaml file if there are no dependencies inside node_modules.

Our Gold Sponsors

Our Silver Sponsors


Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" (UTC), Automerge - "after 1am and before 2am" (UTC).

🚦 Automerge: Enabled.

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 force-pushed the renovate/all-minor-patch branch 7 times, most recently from 79db60a to b5ca14f Compare May 4, 2023 00:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from f659ba8 to cc79a95 Compare May 11, 2023 23:12
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 10 times, most recently from 201b3bf to 6cf8cf6 Compare May 17, 2023 22:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 33583b0 to 7be3657 Compare May 23, 2023 19:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7be3657 to 0f891ea Compare May 24, 2023 12:13
@pi0 pi0 merged commit 1c002f9 into main May 24, 2023
0 of 2 checks passed
@pi0 pi0 deleted the renovate/all-minor-patch branch May 24, 2023 13:32
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.

None yet

1 participant