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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/pluginutils (source) ^5.0.5 -> ^5.1.0 age adoption passing confidence
@sxzz/eslint-config ^3.7.4 -> ^3.11.0 age adoption passing confidence
@sxzz/prettier-config ^2.0.0 -> ^2.0.2 age adoption passing confidence
@types/node (source) ^20.9.2 -> ^20.12.12 age adoption passing confidence
bumpp ^9.2.0 -> ^9.4.1 age adoption passing confidence
eslint (source) ^8.54.0 -> ^8.57.0 age adoption passing confidence
magic-string ^0.30.5 -> ^0.30.10 age adoption passing confidence
pnpm (source) 8.10.5 -> 8.15.8 age adoption passing confidence
prettier (source) ^3.1.0 -> ^3.2.5 age adoption passing confidence
rollup (source) ^4.5.0 -> ^4.17.2 age adoption passing confidence
rollup-plugin-esbuild ^6.1.0 -> ^6.1.1 age adoption passing confidence
tsup (source) ^8.0.1 -> ^8.0.2 age adoption passing confidence
tsx ^4.1.4 -> ^4.10.2 age adoption passing confidence
typescript (source) ^5.2.2 -> ^5.4.5 age adoption passing confidence
unplugin ^1.5.1 -> ^1.10.1 age adoption passing confidence
vite (source) ^5.0.2 -> ^5.2.11 age adoption passing confidence
vitest (source) ^1.0.4 -> ^1.6.0 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/pluginutils)

v5.1.0

2023-11-28

Features
  • feat: add includeArbitraryNames: true to dataToEsm (#​1635)
Updates
  • doc: correct the return type of createFilter (#​1633)
sxzz/eslint-config (@​sxzz/eslint-config)

v3.11.0

Compare Source

   🚀 Features
    View changes on GitHub

v3.10.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.10.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v3.9.1

Compare Source

   🚀 Features
    View changes on GitHub

v3.9.0

Compare Source

Minor Changes

  • Replace eslint-plugin-i with eslint-plugin-import-x for supporting ESLint v9.

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.8.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.6

Compare Source

   🚀 Features
    View changes on GitHub

v3.8.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.4

Compare Source

   🚀 Features
    View changes on GitHub

v3.8.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.2

Compare Source

   🚀 Features
    View changes on GitHub

v3.8.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.8.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.7.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.7.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
sxzz/prettier-config (@​sxzz/prettier-config)

v2.0.2

Compare Source

v2.0.1

Compare Source

antfu/bumpp (bumpp)

v9.4.1

Compare Source

v9.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.3.1

Compare Source

   🚀 Features
    View changes on GitHub

v9.3.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v9.2.1

Compare Source

   🚀 Features
    View changes on GitHub
eslint/eslint (eslint)

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

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

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

rich-harris/magic-string (magic-string)

v0.30.10

Compare Source

Bug Fixes

v0.30.9

Compare Source

Performance Improvements
  • avoid create uncessary overrides for replace (a1b857c)

v0.30.8

Compare Source

Bug Fixes
  • handle last empty line correctly when using update/overwrite (#​274) (29c7bfa)

v0.30.7

Compare Source

Features

v0.30.6

Compare Source

Features
pnpm/pnpm (pnpm)

v8.15.8

Compare Source

v8.15.7

Compare Source

v8.15.6

Compare Source

Patch Changes

  • The exit code of the child process should be preserved on pnpm run #​7817.
  • When sorting packages in a workspace, take into account workspace dependencies specified as peerDependencies #​7813.
  • Add --ignore-scripts argument to prune command #​7836.

Platinum Sponsors

Gold Sponsors

Silver Sponsors

v8.15.5

Compare Source

v8.15.4

Compare Source

v8.15.3

Compare Source

Patch Changes

  • Remove vulnerable "ip" package from the dependencies #​7652.

Platinum Sponsors

Gold Sponsors

Our Silver Sponsors

v8.15.2

Compare Source

Patch C


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (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.

Copy link

stackblitz bot commented Nov 27, 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 4 times, most recently from b01a784 to 191fcc1 Compare November 28, 2023 18:50
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Nov 28, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from e58ce4b to 15d83c1 Compare December 6, 2023 09:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from e5a7e54 to d7c6684 Compare December 13, 2023 13:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from c462f60 to 20646c9 Compare December 15, 2023 18:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from c7ed329 to 82de080 Compare April 30, 2024 11:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from 32d6378 to 641c914 Compare May 6, 2024 19:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 55167c0 to 4656e29 Compare May 13, 2024 11:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4656e29 to 786641e Compare May 14, 2024 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants