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

fix(deps): update all non-major dependencies #12389

Merged
merged 2 commits into from Mar 21, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@babel/core (source) ^7.21.0 -> ^7.21.3 age adoption passing confidence dependencies patch
@babel/parser (source) ^7.21.2 -> ^7.21.3 age adoption passing confidence devDependencies patch
@babel/types (source) ^7.21.2 -> ^7.21.3 age adoption passing confidence devDependencies patch
@types/node (source) ^18.14.6 -> ^18.15.5 age adoption passing confidence devDependencies minor
@types/prompts (source) ^2.4.2 -> ^2.4.3 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin ^5.54.1 -> ^5.56.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser ^5.54.1 -> ^5.56.0 age adoption passing confidence devDependencies minor
@vitejs/plugin-vue (source) ^4.0.0 -> ^4.1.0 age adoption passing confidence devDependencies minor
autoprefixer ^10.4.13 -> ^10.4.14 age adoption passing confidence dependencies patch
core-js ^3.29.0 -> ^3.29.1 age adoption passing confidence dependencies patch
eslint (source) ^8.35.0 -> ^8.36.0 age adoption passing confidence devDependencies minor
eslint-define-config ^1.15.0 -> ^1.17.0 age adoption passing confidence devDependencies minor
eslint-plugin-regexp ^1.12.0 -> ^1.13.0 age adoption passing confidence devDependencies minor
execa ^7.0.0 -> ^7.1.1 age adoption passing confidence devDependencies minor
fs-extra ^11.1.0 -> ^11.1.1 age adoption passing confidence devDependencies patch
lint-staged ^13.1.2 -> ^13.2.0 age adoption passing confidence devDependencies minor
mlly ^1.1.1 -> ^1.2.0 age adoption passing confidence devDependencies minor
node-fetch ^3.3.0 -> ^3.3.1 age adoption passing confidence devDependencies patch
phoenix ^1.7.1 -> ^1.7.2 age adoption passing confidence dependencies patch
pnpm (source) 7.29.0 -> 7.30.0 age adoption passing confidence packageManager minor
preact (source) ^10.13.0 -> ^10.13.1 age adoption passing confidence dependencies patch
prettier (source) 2.8.4 -> 2.8.5 age adoption passing confidence devDependencies patch
rimraf ^4.1.2 -> ^4.4.0 age adoption passing confidence devDependencies minor
sass ^1.58.3 -> ^1.59.3 age adoption passing confidence devDependencies minor
svelte (source) ^3.55.1 -> ^3.57.0 age adoption passing confidence devDependencies minor
terser (source) ^5.16.5 -> ^5.16.6 age adoption passing confidence devDependencies patch
tj-actions/changed-files v35.6.1 -> v35.7.2 age adoption passing confidence action minor
tsx ^3.12.3 -> ^3.12.6 age adoption passing confidence devDependencies patch
vite (source) ^4.2.0 -> ^4.2.1 age adoption passing confidence devDependencies patch
vitepress (source) ^1.0.0-alpha.49 -> ^1.0.0-alpha.61 age adoption passing confidence devDependencies patch
vitest ^0.29.2 -> ^0.29.7 age adoption passing confidence devDependencies patch
ws ^8.12.1 -> ^8.13.0 age adoption passing confidence devDependencies minor

Release Notes

babel/babel (@​babel/core)

v7.21.3

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
🔬 Output optimization
babel/babel (@​babel/parser)

v7.21.3

Compare Source

v7.21.3 (2023-03-14)

Thanks @​amoeller, @​Harpica, and @​nzakas for your first PRs!

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
🏠 Internal
🔬 Output optimization
Committers: 8
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.56.0

Compare Source

Bug Fixes
  • eslint-plugin: [member-ordering] check order when optionalityOrder is present with no optional members (#​6619) (6aff431)
  • eslint-plugin: [no-misused-promises] avoid unnecessary calls to getContextualType (#​6193) (745cfe4)
  • eslint-plugin: [no-misused-promises] fix incorrect detection of void functions in JSX attributes (#​6638) (9e41cee)
  • eslint-plugin: [strict-boolean-expression] support falsy and truthy literals simultaneously (#​6672) (62ef487)
  • eslint-plugin: [strict-boolean-expressions] handle truthy enums (#​6618) (0d0639f)
  • eslint-plugin: add TSPropertySignature with TSFunctionType annotation to typeMethod selector (#​6645) (3fc5c63)
Features
  • eslint-plugin: add allowNever support to restrict-template-expressions (#​6554) (423f164)

v5.55.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#​6597) (d73d7d3)
  • eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#​6569) (2d8c196)
Features

5.54.1 (2023-03-06)

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

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

v5.56.0

Compare Source

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

v5.55.0

Compare Source

Features

5.54.1 (2023-03-06)

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

vitejs/vite-plugin-vue

v4.1.0

Compare Source

  • fix: avoid resolving to 2.7 compiler-sfc (cf36b3e)
postcss/autoprefixer

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
zloirock/core-js

v3.29.1

Compare Source

eslint/eslint

v8.36.0

Compare Source

Features

Bug Fixes

  • 92c1943 fix: correctly iterate files matched by glob patterns (#​16831) (Nitin Kumar)

Documentation

  • b98fdd4 docs: Update README (GitHub Actions Bot)
  • caf08ce docs: fix estree link in custom formatters docs (#​16967) (Milos Djermanovic)
  • 3398431 docs: Custom Parsers cleanup/expansion (#​16887) (Ben Perlmutter)
  • 19d3531 docs: Update README (GitHub Actions Bot)
  • b09a512 docs: detect and fix broken links (#​16837) (Nitin Kumar)

Chores

Shinigami92/eslint-define-config

v1.17.0

Compare Source

diff

  • Upgrade to TypeScript 5
  • Allow parserOptions.project to be null (#​175)
  • Update rules for: [eslint, typescript-eslint]

v1.16.0

Compare Source

diff

  • Fix and sync config.rule type to eslint Linter.Rule (#​172)
  • Update rules for: [eslint, typescript-eslint, graphql, jsdoc, unicorn, vue-pug]
ota-meshi/eslint-plugin-regexp

v1.13.0

Compare Source

✨ Enhancements

Full Changelog: ota-meshi/eslint-plugin-regexp@v1.12.0...v1.13.0

sindresorhus/execa

v7.1.1

Compare Source

Features

Bug fixes

v7.1.0

Compare Source

Features

import {$} from 'execa';

const branch = await $`git branch --show-current`;
await $`dep deploy --branch=${branch}`;
// Similar to `echo unicorns > stdout.txt` in Bash
await execa('echo', ['unicorns']).pipeStdout('stdout.txt');

// Similar to `echo unicorns 2> stdout.txt` in Bash
await execa('echo', ['unicorns']).pipeStderr('stderr.txt');

// Similar to `echo unicorns &> stdout.txt` in Bash
await execa('echo', ['unicorns'], {all: true}).pipeAll('all.txt');
// Similar to `cat < stdin.txt` in Bash
const {stdout} = await execa('cat', {inputFile: 'stdin.txt'});
console.log(stdout);
//=> 'unicorns'
  • Add verbose option to print each command on stderr before executing it. This can also be enabled by setting the NODE_DEBUG=execa environment variable in the current process.
> node file.js
unicorns
rainbows

> NODE_DEBUG=execa node file.js
[16:50:03.305] echo unicorns
unicorns
[16:50:03.308] echo rainbows
rainbows
jprichardson/node-fs-extra

v11.1.1

Compare Source

  • Preserve timestamps when moving files across devices (#​992, #​994)
okonet/lint-staged

v13.2.0

Compare Source

Bug Fixes
  • dependencies: replace colorette with chalk for better color support detection (f598725)
  • use index-based stash references for improved MSYS2 compatibility (#​1270) (60fcd99)
Features

v13.1.4

Compare Source

v13.1.3

Compare Source

unjs/mlly

v1.2.0

Compare Source

compare changes

🚀 Enhancements
  • findTypeExports for finding type exports (#​156)
❤️ Contributors
node-fetch/node-fetch

v3.3.1

Compare Source

Bug Fixes
phoenixframework/phoenix

v1.7.2

Compare Source

Enhancements
  • [Endpoint] Add socket draining for batched and orchestrated Channel/LiveView socket shutdown
  • [code reloader] Improve the compilation error page to remove horizontal scrolling and include all warnings and errors from compilation
  • [phx.new] Support the --no-tailwind and --no-esbuild flags
  • [phx.new] Move heroicons to assets/vendor
  • [phx.new] Simplify core modal to use the new JS.exec instruction to reduce footprint
  • [sockets] Allow custom csrf_token_keys in WebSockets
pnpm/pnpm

v7.30.0

Compare Source

Minor Changes

  • Allow to set a custom directory for storing patch files via the patches-dir setting #​6215

Patch Changes

  • New directories should be prepended to NODE_PATH in command shims, not appended.
  • Retry copying file on EBUSY error #​6201.

Our Gold Sponsors

Our Silver Sponsors

v7.29.3

Compare Source

Patch Changes

  • Command shim should not set higher priority to the node_modules/.pnpm/node_modules directory through the NODE_PATH env variable, then the command's own node_modules directory #​5176.
  • extend-node-path is set back to true by default. It was set to false in v7.29.2 in order to fix issues with multiple versions of Jest in one workspace. It has caused other issues, so now we keep extending NODE_PATH. We have fixed the Jest issue with a different solution #​6213.

Our Gold Sponsors

Our Silver Sponsors

v7.29.2

Compare Source

v7.29.1

Compare Source

Patch Changes

  • Settings related to authorization should be set/deleted by npm CLI #​6181.

Our Gold Sponsors

Our Silver Sponsors

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 Mar 13, 2023
@stackblitz
Copy link

stackblitz bot commented Mar 13, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7b6ec4d to 8fc6fa0 Compare March 13, 2023 04:54
@sapphi-red
Copy link
Member

It seems there's a type error: DefinitelyTyped/DefinitelyTyped#64687 (comment)

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 5c49046 to 7fa5587 Compare March 14, 2023 17:03
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Mar 14, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 17 times, most recently from e0a0df4 to cfba856 Compare March 20, 2023 23:23
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from cfba856 to d5633e6 Compare March 21, 2023 06:16
@bluwy
Copy link
Member

bluwy commented Mar 21, 2023

Pinning @types/prompt for now so we can merge the rest.

@renovate
Copy link
Contributor Author

renovate bot commented Mar 21, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@patak-dev patak-dev merged commit 3e60b77 into main Mar 21, 2023
11 checks passed
@patak-dev patak-dev deleted the renovate/all-minor-patch branch March 21, 2023 06:43
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

3 participants