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

Merged
merged 1 commit into from Apr 29, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 14, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/jest (source) 29.5.0 -> 29.5.1 age adoption passing confidence
eslint (source) 8.36.0 -> 8.38.0 age adoption passing confidence
lerna (source) 6.5.1 -> 6.6.1 age adoption passing confidence
sass 1.59.3 -> 1.62.0 age adoption passing confidence
ts-jest (source) 29.0.5 -> 29.1.0 age adoption passing confidence

Release Notes

eslint/eslint

v8.38.0

Compare Source

Features

  • a1d561d feat: Move getDeclaredVariables and getAncestors to SourceCode (#​17059) (Nicholas C. Zakas)

Bug Fixes

  • 1c1ece2 fix: do not report on RegExp(...args) in require-unicode-regexp (#​17037) (Francesco Trotta)

Documentation

  • 7162d34 docs: Mention new config system is complete (#​17068) (Nicholas C. Zakas)
  • 0fd6bb2 docs: Update README (GitHub Actions Bot)
  • c83531c docs: Update/remove external links, eg. point to eslint-community (#​17061) (Pelle Wessman)
  • a3aa6f5 docs: Clarify no-div-regex rule docs (#​17051) (Francesco Trotta)
  • b0f11cf docs: Update README (GitHub Actions Bot)
  • da8d52a docs: Update the second object instance for the "no-new" rule (#​17020) (Ahmadou Waly NDIAYE)
  • 518130a docs: switch language based on current path (#​16687) (Percy Ma)
  • 24206c4 docs: Update README (GitHub Actions Bot)

Chores

v8.37.0

Compare Source

Features

Bug Fixes

  • 619f3fd fix: correctly handle null default config in RuleTester (#​17023) (Brad Zacher)
  • 1fbf118 fix: getFirstToken/getLastToken on comment-only node (#​16889) (Francesco Trotta)
  • 129e252 fix: Fix typo in logical-assignment-operators rule description (#​17000) (Francesco Trotta)

Documentation

Chores

lerna/lerna

v6.6.1

Compare Source

Bug Fixes
  • build-metadata reference in lerna schema (e2349ad)
  • deps: update to rimraf v4, remove path-exists (#​3616) (2f2ee2a)
  • lerna schema type for contents should be string (1625757)

v6.6.0

Compare Source

Bug Fixes
  • update arborist package to get rid of deprecated warning (#​3559) (aff38a7)
Features

6.5.1 (2023-02-14)

Bug Fixes
  • add missing dependency on js-yaml (187f480)
sass/dart-sass

v1.62.0

Compare Source

  • Deprecate the use of multiple !global or !default flags on the same
    variable. This deprecation is named duplicate-var-flags.

  • Allow special numbers like var() or calc() in the global functions:
    grayscale(), invert(), saturate(), and opacity(). These are also
    native CSS filter functions. This is in addition to number values which were
    already allowed.

  • Fix a cosmetic bug where an outer rule could be duplicated after nesting was
    resolved, instead of re-using a shared rule.

v1.61.0

Compare Source

  • Potentially breaking change: Drop support for End-of-Life Node.js 12.

  • Fix remaining cases for the performance regression introduced in 1.59.0.

Embedded Sass
  • The JS embedded host now loads files from the working directory when using the
    legacy API.

v1.60.0

Compare Source

  • Add support for the pi, e, infinity, -infinity, and NaN constants in
    calculations. These will be interpreted as the corresponding numbers.

  • Add support for unknown constants in calculations. These will be interpreted
    as unquoted strings.

  • Serialize numbers with value infinity, -infinity, and NaN to calc()
    expressions rather than CSS-invalid identifiers. Numbers with complex units
    still can't be serialized.

kulshekhar/ts-jest

v29.1.0

Compare Source

Features

29.0.5 (2023-01-13)

Reverts

29.0.4 (2023-01-10)

Bug Fixes

29.0.3 (2022-09-28)

Bug Fixes
Features
  • add useESM option to pathsToModuleNameMapper options (#​3792) (eabe906)

29.0.2 (2022-09-23)

Bug Fixes

29.0.2 (2022-09-22)

Bug Fixes

29.0.1 (2022-09-13)

Bug Fixes
  • legacy: include existing globals config in cached config (#​3803) (e79be47)
Features
  • add typings for ts-jest options via transform config (#​3805) (664b0f2)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 Mar 14, 2023
@codecov
Copy link

codecov bot commented Mar 14, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (df0c632) 100.00% compared to head (b93e829) 100.00%.

❗ Current head b93e829 differs from pull request most recent head 427dd4d. Consider uploading reports for the commit 427dd4d to get more accurate results

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #567   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines           36        36           
  Branches         9         9           
=========================================
  Hits            36        36           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0bff28c to eb10c11 Compare March 14, 2023 20:24
@renovate renovate bot changed the title chore(deps): update devdependency @types/jest to ^29.4.1 chore(deps): update devdependency @types/jest to ^29.4.2 Mar 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from eb10c11 to 9d9eee0 Compare March 15, 2023 09:07
@renovate renovate bot changed the title chore(deps): update devdependency @types/jest to ^29.4.2 chore(deps): update devdependency @types/jest to ^29.4.3 Mar 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d9eee0 to 30b7b1b Compare March 15, 2023 19:26
@renovate renovate bot changed the title chore(deps): update devdependency @types/jest to ^29.4.3 chore(deps): update devdependency @types/jest to ^29.4.4 Mar 15, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 30b7b1b to aa7afe7 Compare March 15, 2023 22:44
@renovate renovate bot changed the title chore(deps): update devdependency @types/jest to ^29.4.4 chore(deps): update devdependency @types/jest to ^29.5.0 Mar 17, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from eb2bdd5 to c7a78ce Compare March 17, 2023 16:37
@renovate renovate bot changed the title chore(deps): update devdependency @types/jest to ^29.5.0 chore(deps): update all non-major dependencies Mar 19, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 10a1069 to 355bf2e Compare March 24, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 20da28e to 30933d7 Compare March 28, 2023 13:42
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 1611345 to be011a6 Compare April 2, 2023 15:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 84499cc to 1add002 Compare April 12, 2023 00:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 659e58b to 81dd209 Compare April 22, 2023 00:50
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 81dd209 to 427dd4d Compare April 26, 2023 02:22
@rchl rchl merged commit 2fbdcf2 into master Apr 29, 2023
6 checks passed
@rchl rchl deleted the renovate/all-minor-patch branch April 29, 2023 20:30
renovate bot added a commit to tomacheese/tomacheese.com that referenced this pull request Nov 16, 2023
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nuxt/typescript-build](https://togithub.com/nuxt/typescript) |
[`3.0.1` ->
`3.0.2`](https://renovatebot.com/diffs/npm/@nuxt%2ftypescript-build/3.0.1/3.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2ftypescript-build/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2ftypescript-build/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2ftypescript-build/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2ftypescript-build/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt/typescript (@&#8203;nuxt/typescript-build)</summary>

###
[`v3.0.2`](https://togithub.com/nuxt/typescript/releases/tag/%40nuxt/typescript-build%403.0.2)

[Compare
Source](https://togithub.com/nuxt/typescript/compare/@nuxt/typescript-build@3.0.1...@nuxt/typescript-build@3.0.2)

#### Fixes

- Bump `consola` dependency from 2.x to 3.x to align with most Nuxt 2
packages

#### What's Changed

- chore(deps): update all non-major dependencies by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#567
- chore(deps): lock file maintenance
(packages/typescript-build/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#590
- chore(deps): lock file maintenance
(packages/typescript-runtime/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#591
- chore(deps): lock file maintenance (package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#589
- chore(deps): update dependency consola to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#592
- chore(deps): update dependency consola to v3.1.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#595
- chore(deps): update devdependency lerna to v6.6.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#599
- docs: add extra information about options handling by
[@&#8203;rchl](https://togithub.com/rchl) in
[nuxt/typescript#594
- chore(deps): update devdependency eslint to v8.41.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#600
- chore(deps): lock file maintenance (package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#596
- chore(deps): lock file maintenance
(packages/typescript-runtime/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#598
- chore(deps): lock file maintenance
(packages/typescript-build/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#597
- chore(deps): lock file maintenance
(packages/typescript-runtime/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#603
- chore(deps): lock file maintenance
(packages/typescript-build/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#602
- chore(deps): lock file maintenance (package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#601
- fix(docs): fix missing content on some pages by
[@&#8203;rchl](https://togithub.com/rchl) in
[nuxt/typescript#610
- chore(deps): update all non-major dependencies by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#608
- chore(deps): update all non-major dependencies by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#620
- chore(deps): update dependency ts-node to v10 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#510
- chore(deps): update devdependency lerna to v7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#609
- chore(deps): lock file maintenance
(packages/typescript-build/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#606
- chore(deps): lock file maintenance
(packages/typescript-runtime/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#607
- chore(deps): lock file maintenance (package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#605

**Full Changelog**:
https://github.com/nuxt/typescript/compare/[@&#8203;nuxt/typescript-build](https://togithub.com/nuxt/typescript-build)[@&#8203;3](https://togithub.com/3).0.1...[@&#8203;nuxt/typescript-build](https://togithub.com/nuxt/typescript-build)[@&#8203;3](https://togithub.com/3).0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tomacheese/tomacheese.com).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot added a commit to tomacheese/tomacheese.com that referenced this pull request Nov 16, 2023
[![Mend Renovate logo
banner](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@nuxt/typescript-runtime](https://togithub.com/nuxt/typescript) |
[`3.0.1` ->
`3.0.2`](https://renovatebot.com/diffs/npm/@nuxt%2ftypescript-runtime/3.0.1/3.0.2)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@nuxt%2ftypescript-runtime/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@nuxt%2ftypescript-runtime/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@nuxt%2ftypescript-runtime/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@nuxt%2ftypescript-runtime/3.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>nuxt/typescript (@&#8203;nuxt/typescript-runtime)</summary>

###
[`v3.0.2`](https://togithub.com/nuxt/typescript/releases/tag/%40nuxt/typescript-build%403.0.2)

[Compare
Source](https://togithub.com/nuxt/typescript/compare/@nuxt/typescript-runtime@3.0.1...@nuxt/typescript-runtime@3.0.2)

#### Fixes

- Bump `consola` dependency from 2.x to 3.x to align with most Nuxt 2
packages

#### What's Changed

- chore(deps): update all non-major dependencies by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#567
- chore(deps): lock file maintenance
(packages/typescript-build/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#590
- chore(deps): lock file maintenance
(packages/typescript-runtime/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#591
- chore(deps): lock file maintenance (package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#589
- chore(deps): update dependency consola to v3 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#592
- chore(deps): update dependency consola to v3.1.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#595
- chore(deps): update devdependency lerna to v6.6.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#599
- docs: add extra information about options handling by
[@&#8203;rchl](https://togithub.com/rchl) in
[nuxt/typescript#594
- chore(deps): update devdependency eslint to v8.41.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#600
- chore(deps): lock file maintenance (package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#596
- chore(deps): lock file maintenance
(packages/typescript-runtime/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#598
- chore(deps): lock file maintenance
(packages/typescript-build/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#597
- chore(deps): lock file maintenance
(packages/typescript-runtime/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#603
- chore(deps): lock file maintenance
(packages/typescript-build/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#602
- chore(deps): lock file maintenance (package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#601
- fix(docs): fix missing content on some pages by
[@&#8203;rchl](https://togithub.com/rchl) in
[nuxt/typescript#610
- chore(deps): update all non-major dependencies by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#608
- chore(deps): update all non-major dependencies by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#620
- chore(deps): update dependency ts-node to v10 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#510
- chore(deps): update devdependency lerna to v7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#609
- chore(deps): lock file maintenance
(packages/typescript-build/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#606
- chore(deps): lock file maintenance
(packages/typescript-runtime/package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#607
- chore(deps): lock file maintenance (package.json) by
[@&#8203;renovate](https://togithub.com/renovate) in
[nuxt/typescript#605

**Full Changelog**:
https://github.com/nuxt/typescript/compare/[@&#8203;nuxt/typescript-build](https://togithub.com/nuxt/typescript-build)[@&#8203;3](https://togithub.com/3).0.1...[@&#8203;nuxt/typescript-build](https://togithub.com/nuxt/typescript-build)[@&#8203;3](https://togithub.com/3).0.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/tomacheese/tomacheese.com).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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