Skip to content
This repository has been archived by the owner on Dec 30, 2023. It is now read-only.

chore(Renovate): ⬆️ Update configs #108

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@terminal-nerds/browserslist-config (source) 0.3.0 -> 0.4.0 age adoption passing confidence
@terminal-nerds/eslint-config (source) 0.24.0 -> 0.28.0 age adoption passing confidence
@terminal-nerds/lint-staged-config (source) 0.5.0 -> 0.8.0 age adoption passing confidence
@terminal-nerds/prettier-config (source) 0.12.0 -> 0.16.0 age adoption passing confidence
@terminal-nerds/syncpack-config (source) 0.6.0 -> 0.9.0 age adoption passing confidence
@terminal-nerds/tsup-config (source) 0.4.0 -> 0.8.0 age adoption passing confidence
@terminal-nerds/typescript-config (source) 0.6.1 -> 0.10.0 age adoption passing confidence
@terminal-nerds/vitest-config (source) 0.9.0 -> 0.13.0 age adoption passing confidence
browserslist 4.21.5 -> 4.22.2 age adoption passing confidence
depcheck 1.4.3 -> 1.4.7 age adoption passing confidence
eslint (source) 8.41.0 -> 8.56.0 age adoption passing confidence
lint-staged 13.2.2 -> 13.3.0 age adoption passing confidence
markdownlint-cli 0.34.0 -> 0.38.0 age adoption passing confidence
typescript (source) 5.0.4 -> 5.3.3 age adoption passing confidence
vitest (source) 0.31.1 -> 0.34.6 age adoption passing confidence

Release Notes

terminal-nerds/configs (@​terminal-nerds/browserslist-config)

v0.4.0

Compare Source

Minor Changes

v0.3.3

Compare Source

Patch Changes

v0.3.2

Compare Source

@​terminal-nerds/browserslist-config

0.4.0

Minor Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

0.1.2

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

v0.3.1

Compare Source

Patch Changes
terminal-nerds/configs (@​terminal-nerds/eslint-config)

v0.28.0

Compare Source

Minor Changes
Patch Changes

v0.27.0

Compare Source

Minor Changes
Patch Changes

v0.26.0

Compare Source

Minor Changes

v0.25.0

Compare Source

Minor Changes
Patch Changes
terminal-nerds/configs (@​terminal-nerds/lint-staged-config)

v0.8.0

Compare Source

Minor Changes
Patch Changes

v0.7.0

Compare Source

Minor Changes
Patch Changes

v0.6.0

Compare Source

Minor Changes
Patch Changes
terminal-nerds/configs (@​terminal-nerds/prettier-config)

v0.16.0

Compare Source

Minor Changes

v0.15.0

Compare Source

Minor Changes
Patch Changes

v0.14.0

Compare Source

Minor Changes

v0.13.0

Compare Source

Minor Changes
Patch Changes
terminal-nerds/configs (@​terminal-nerds/syncpack-config)

v0.9.0

Compare Source

Minor Changes

v0.8.1

Compare Source

Patch Changes

v0.8.0

Compare Source

Minor Changes

v0.7.0

Compare Source

Minor Changes
terminal-nerds/configs (@​terminal-nerds/tsup-config)

v0.8.0

Compare Source

Minor Changes

v0.7.0

Compare Source

Minor Changes
Patch Changes

v0.6.0

Compare Source

Minor Changes

v0.5.0

Compare Source

Minor Changes
terminal-nerds/configs (@​terminal-nerds/typescript-config)

v0.10.0

Compare Source

Minor Changes

v0.9.0

Compare Source

Minor Changes

v0.8.0

Compare Source

Minor Changes

v0.7.0

Compare Source

Minor Changes
terminal-nerds/configs (@​terminal-nerds/vitest-config)

v0.13.0

Compare Source

Minor Changes
Patch Changes

v0.12.0

Compare Source

Minor Changes
Patch Changes

v0.11.0

Compare Source

Minor Changes

v0.10.0

Compare Source

Minor Changes
Patch Changes
browserslist/browserslist (browserslist)

v4.22.2

Compare Source

v4.22.1

Compare Source

v4.22.0

Compare Source

v4.21.11

Compare Source

  • Added warning to --update-db to move to new CLI (by Ivan Vasilev).
  • Fixed docs (by Tatsunori Uchino).

v4.21.10

Compare Source

  • Updated Firefox ESR.

v4.21.9

Compare Source

  • Fixed Opera Mobile edge cases (by Steve Repsher).

v4.21.8

Compare Source

  • Fixed supports query and mobileToDesktop (by Steve Repsher).

v4.21.7

Compare Source

  • Fixed last queries for Android (by Steve Repsher).

v4.21.6

Compare Source

  • Fixed time queries with mobileToDesktop (by Steve Repsher).
  • Fixed docs (by Tatsunori Uchino, Will Stone, and Dominik Pschenitschni).
depcheck/depcheck (depcheck)

v1.4.7

Compare Source

Full Changelog

Fixed bugs:

  • False positive missing dependency with SCSS files on Windows #​838
  • A dynamic import with template string literal is not found by depcheck #​779

Merged pull requests:

v1.4.6

Compare Source

Full Changelog

Closed issues:

  • Add explicitResourceManagement to default TS babel config #​833
  • Flag to make logs readable and less verbose #​759

Merged pull requests:

  • Add explicitResourceManagement to TypeScript babel settings #​834 (jtbandes)
  • Support projects field in jest configuration #​831 (dobesv)
  • Handle scoped package bin with default name #​830 (dobesv)
  • feat: add --quiet flag to suppress No depcheck issue messages #​829 (openam)
  • fix(sass): don't detect transitive dependencies #​827 (miluoshi)
  • feat(tsconfig): support tsconfig.json files with comments #​826 (miluoshi)
  • fix(storybook): parse package names out of addons array #​825 (miluoshi)

v1.4.5

Compare Source

Full Changelog

eslint/eslint (eslint)

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,on sunday,before 5am every weekday" in timezone Asia/Taipei, 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 requested a review from a team May 31, 2023 14:15
@renovate renovate bot added ⚙️ configuration Configuration changes 🧩 dependencies Related to the dependencies labels May 31, 2023
@renovate renovate bot requested a review from xeho91 May 31, 2023 14:15
@changeset-bot
Copy link

changeset-bot bot commented May 31, 2023

⚠️ No Changeset found

Latest commit: 8def78f

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate
Copy link
Contributor Author

renovate bot commented May 31, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pnpm-lock.yaml
Scope: all 17 workspace projects
.                                        |  WARN  There are cyclic workspace dependencies: /tmp/renovate/repos/github/terminal-nerds/snippets/packages/array, /tmp/renovate/repos/github/terminal-nerds/snippets/packages/number, /tmp/renovate/repos/github/terminal-nerds/snippets/packages/environment
.                                        |  WARN  Your pnpm-lock.yaml was generated by a newer version of pnpm. It is a compatible version but it might get downgraded to version 6.0
 ERROR  /@ampproject/remapping@2.2.1 is an invalid relative dependency path

pnpm: /@ampproject/remapping@2.2.1 is an invalid relative dependency path
    at Object.parse2 [as parse] (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:114178:15)
    at nameVerFromPkgSnapshot (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:114287:28)
    at addPreferredVersionsFromLockfile (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:196837:89)
    at getPreferredVersionsFromLockfileAndManifests (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:196831:7)
    at _installInContext (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:197757:142)
    at async installInContext (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:198099:16)
    at async _install (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:197622:25)
    at async mutateModules (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:197344:23)
    at async recursive (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:198939:50)
    at async installDeps (/opt/containerbase/tools/pnpm/8.5.1/node_modules/pnpm/dist/pnpm.cjs:199235:11)

@ghost
Copy link

ghost commented May 31, 2023

👇 Click on the image for a new way to code review

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map legend

@renovate renovate bot force-pushed the renovate/configs branch 3 times, most recently from 500cef6 to 84098ec Compare June 1, 2023 06:56
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update dependency browserslist to v4.21.6 chore(Renovate): ⬆️ Update dependency browserslist to v4.21.7 Jun 1, 2023
@renovate renovate bot force-pushed the renovate/configs branch 2 times, most recently from c5510ca to 0b6dfbd Compare June 2, 2023 13:19
@renovate renovate bot changed the title chore(Renovate): ⬆️ Update dependency browserslist to v4.21.7 chore(Renovate): ⬆️ Update configs Jun 2, 2023
@renovate renovate bot force-pushed the renovate/configs branch 5 times, most recently from b7a8c2f to fd172aa Compare June 9, 2023 19:44
@renovate renovate bot force-pushed the renovate/configs branch 6 times, most recently from 34e5c87 to c63e13e Compare June 20, 2023 07:55
@renovate renovate bot force-pushed the renovate/configs branch 4 times, most recently from b1aaf29 to 623448f Compare July 2, 2023 01:51
@renovate renovate bot force-pushed the renovate/configs branch 4 times, most recently from 1147aba to f8511e6 Compare August 28, 2023 21:32
@renovate renovate bot force-pushed the renovate/configs branch 3 times, most recently from a783831 to 93b190f Compare September 11, 2023 22:57
@renovate renovate bot force-pushed the renovate/configs branch 2 times, most recently from 3eae05c to 436ce34 Compare September 19, 2023 08:11
@renovate renovate bot force-pushed the renovate/configs branch 5 times, most recently from 654cada to c1c9715 Compare September 30, 2023 00:58
@renovate renovate bot force-pushed the renovate/configs branch 2 times, most recently from 8fe0396 to c697f27 Compare October 2, 2023 11:18
@renovate renovate bot force-pushed the renovate/configs branch 2 times, most recently from efeb0c1 to 3e59db1 Compare October 23, 2023 21:57
@renovate renovate bot force-pushed the renovate/configs branch 3 times, most recently from 81388e8 to a49b182 Compare November 26, 2023 13:54
@renovate renovate bot force-pushed the renovate/configs branch 2 times, most recently from 92da424 to 7d06669 Compare December 4, 2023 21:58
@renovate renovate bot force-pushed the renovate/configs branch 3 times, most recently from 11eb69d to 08e288b Compare December 12, 2023 07:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
⚙️ configuration Configuration changes 🧩 dependencies Related to the dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants