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(dev-deps): ⬆️ update devdependencies (non-major) (minor) #140

Merged
merged 1 commit into from
Mar 17, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/eslint-parser (source) ^7.19.1 -> ^7.21.3 age adoption passing confidence
@types/jest (source) 29.4.4 -> 29.5.0 age adoption passing confidence
@typescript-eslint/eslint-plugin 5.54.1 -> 5.55.0 age adoption passing confidence
@typescript-eslint/parser 5.54.1 -> 5.55.0 age adoption passing confidence
eslint (source) 8.35.0 -> 8.36.0 age adoption passing confidence
execa ^7.0.0 -> ^7.1.1 age adoption passing confidence
release-it 15.8.0 -> 15.9.0 age adoption passing confidence
stylelint (source) 15.2.0 -> 15.3.0 age adoption passing confidence

Release Notes

babel/babel

v7.21.3

Compare Source

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

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.55.0

Compare Source

Features

5.54.1 (2023-03-06)

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

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
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
release-it/release-it

v15.9.0

Compare Source

  • Update dependencies (2271e2a)
  • Remove unnecessary await (b34a9d5)
  • Support function for configuring github/gitlab releaseNotes (#​987) (81e18fa)
stylelint/stylelint

v15.3.0

Compare Source


Configuration

📅 Schedule: Branch creation - "after 12am and before 5am on saturday" in timezone Asia/Kolkata, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot added the DevDependency 🔼 Pull requests that update a dev dependency file label Mar 17, 2023
@vercel
Copy link

vercel bot commented Mar 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
next-react-app ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 17, 2023 at 7:13PM (UTC)

kodiakhq[bot]
kodiakhq bot previously approved these changes Mar 17, 2023
@kodiakhq kodiakhq bot merged commit 46c858b into main Mar 17, 2023
@kodiakhq kodiakhq bot deleted the renovate/devdependencies-(non-major) branch March 17, 2023 19:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevDependency 🔼 Pull requests that update a dev dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants