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 devdependencies (non-major) #86

Merged
merged 1 commit into from Jan 21, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
eslint (source) 8.31.0 -> 8.32.0 age adoption passing confidence
prettier (source) 2.8.2 -> 2.8.3 age adoption passing confidence
vitest 0.27.1 -> 0.27.2 age adoption passing confidence

Release Notes

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)
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 />
vitest-dev/vitest

v0.27.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: Branch creation - "before 5am on the first day of the month" (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 changed the title chore(deps): update dependency eslint to v8.27.0 chore(deps): update devdependencies (non-major) Nov 7, 2022
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 8 times, most recently from 84ad7e3 to 3aa1126 Compare November 14, 2022 15:17
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from db6a14d to ef30da1 Compare November 15, 2022 21:58
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) chore(deps): update devdependencies (non-major) - autoclosed Nov 15, 2022
@renovate renovate bot closed this Nov 15, 2022
@renovate renovate bot deleted the renovate/devdependencies-(non-major) branch November 15, 2022 22:47
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) - autoclosed chore(deps): update devdependencies (non-major) Nov 18, 2022
@renovate renovate bot reopened this Nov 18, 2022
@renovate renovate bot restored the renovate/devdependencies-(non-major) branch November 18, 2022 21:57
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from ef30da1 to d791417 Compare November 19, 2022 01:02
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) chore(deps): update dependency eslint to v8.28.0 Nov 19, 2022
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from d791417 to 03ac23b Compare November 20, 2022 14:42
@renovate renovate bot changed the title chore(deps): update dependency eslint to v8.28.0 chore(deps): update devdependencies (non-major) Nov 20, 2022
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 7 times, most recently from 0401dc0 to b642384 Compare November 27, 2022 02:04
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 2 times, most recently from 2416256 to cbd4ec0 Compare November 29, 2022 05:35
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 07321ed to c53fc2f Compare December 17, 2022 01:48
@renovate renovate bot changed the title chore(deps): update devdependencies (non-major) Update devDependencies (non-major) Dec 17, 2022
@renovate renovate bot changed the title Update devDependencies (non-major) chore(deps): update devdependencies (non-major) Dec 17, 2022
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 21cbdb9 to 4c25462 Compare December 22, 2022 11:40
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 5 times, most recently from 6a5a0a7 to 87822af Compare January 2, 2023 17:56
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 4 times, most recently from 357d545 to bb497a0 Compare January 9, 2023 12:58
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch 6 times, most recently from 0ac9c50 to 2ed99ec Compare January 17, 2023 07:48
@renovate renovate bot force-pushed the renovate/devdependencies-(non-major) branch from 2ed99ec to ae5b87f Compare January 21, 2023 06:14
@tomosterlund tomosterlund merged commit 5c608a4 into master Jan 21, 2023
@tomosterlund tomosterlund deleted the renovate/devdependencies-(non-major) branch January 21, 2023 06:19
@felix-berlin
Copy link
Collaborator

🎉 This PR is included in version 1.15.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants