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

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@rollup/pluginutils (source) ^5.0.2 -> ^5.0.4 age adoption passing confidence
@sxzz/eslint-config ^3.3.2 -> ^3.6.1 age adoption passing confidence
@types/node (source) ^20.4.8 -> ^20.8.2 age adoption passing confidence
@types/rollup-plugin-css-only (source) ^3.1.0 -> ^3.1.1 age adoption passing confidence
@vue-macros/test-utils ^1.1.1 -> ^1.1.3 age adoption passing confidence
bumpp ^9.1.1 -> ^9.2.0 age adoption passing confidence
eslint (source) ^8.46.0 -> ^8.50.0 age adoption passing confidence
lightningcss ^1.21.5 -> ^1.22.0 age adoption passing confidence
magic-string ^0.30.2 -> ^0.30.4 age adoption passing confidence
pnpm (source) 8.6.12 -> 8.8.0 age adoption passing confidence
prettier (source) ^3.0.1 -> ^3.0.3 age adoption passing confidence
rollup (source) ^3.28.0 -> ^3.29.4 age adoption passing confidence
tsx ^3.12.7 -> ^3.13.0 age adoption passing confidence
typescript (source) ^5.1.6 -> ^5.2.2 age adoption passing confidence
unplugin ^1.4.0 -> ^1.5.0 age adoption passing confidence
vite (source) ^4.4.9 -> ^4.4.10 age adoption passing confidence
vitest ^0.34.1 -> ^0.34.6 age adoption passing confidence

Release Notes

rollup/plugins (@​rollup/pluginutils)

v5.0.4

Compare Source

2023-08-26

Updates
  • docs: configure correct options #​1563

v5.0.3

Compare Source

2023-08-13

Bugfixes
  • fix: add current working dirctory when pattern starts with one * #​1547
sxzz/eslint-config (@​sxzz/eslint-config)

v3.6.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.6.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v3.5.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.5.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.5.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.5.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.5.0

Compare Source

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

v3.4.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vue-macros/vue-macros (@​vue-macros/test-utils)

v1.1.3

Compare Source

Patch Changes

v1.1.2

Compare Source

Patch Changes
antfu/bumpp (bumpp)

v9.2.0

Compare Source

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

v8.50.0

Compare Source

Features

  • 27d5a9e feat: add suggestions to array-callback-return (#​17590) (Tanuj Kanti)
  • f9082ff feat: flat-rule-tester make sure default config always matches (#​17585) (fnx)
  • 83914ad feat: Implement SourceCode#applyInlineConfig() (#​17351) (Nicholas C. Zakas)
  • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#​17576) (Francesco Trotta)
  • 85a3d9e feat: allowVoid option in array-callback-return (#​17564) (Tanuj Kanti)

Bug Fixes

  • cc4d26b fix: Ensure deprecated context.parserServices warns (#​17593) (Nicholas C. Zakas)
  • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#​17587) (Nicholas C. Zakas)
  • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#​17571) (Yosuke Ota)

Documentation

  • 1800537 docs: Fix and standardize JSX code examples (#​17591) (Francesco Trotta)
  • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#​17589) (Francesco Trotta)
  • 20893d4 docs: fix incorrect tag's place (#​17575) (Tanuj Kanti)
  • bd7a71f docs: Update README (GitHub Actions Bot)

Chores

v8.49.0

Compare Source

Features

  • da09f4e feat: Implement onUnreachableCodePathStart/End (#​17511) (Nicholas C. Zakas)
  • 32b2327 feat: Emit deprecation warnings in RuleTester (#​17527) (Nicholas C. Zakas)
  • acb7df3 feat: add new enforce option to lines-between-class-members (#​17462) (Nitin Kumar)

Documentation

  • ecfb54f docs: Update README (GitHub Actions Bot)
  • de86b3b docs: update no-promise-executor-return examples (#​17529) (Nitin Kumar)
  • 032c4b1 docs: add typescript template (#​17500) (James)
  • cd7da5c docs: Update README (GitHub Actions Bot)

Chores

v8.48.0

Compare Source

Features
  • 1fbb3b0 feat: correct update direction in for-direction (#​17483) (Francesco Trotta)
  • d73fbf2 feat: rule tester do not create empty valid or invalid test suites (#​17475) (fnx)
  • ee2f718 feat: Allow void in rule no-promise-executor-return (#​17282) (nopeless)
Bug Fixes
  • 7234f6a fix: update RuleTester JSDoc and deprecations (#​17496) (Jonas Berlin)
Documentation
  • 7a51d77 docs: no-param-reassign mention strict mode (#​17494) (Stephen Hardy)
  • 9cd7ac2 docs: add fetch script to package.json conventions (#​17459) (Nitin Kumar)
  • cab21e6 docs: advice for inline disabling of rules (#​17458) (Ashish Yadav)
  • 056499d docs: fix example of flat config from plugin (#​17482) (Francesco Trotta)
  • 9e9edf9 docs: update documentation URL in error message (#​17465) (Nitin Kumar)
Chores

v8.47.0

Compare Source

Features

  • 53d7508 feat: update regex for methods with thisArg (#​17439) (Francesco Trotta)

Bug Fixes

  • 631648e fix: do not report on shadowed constructors in no-new-wrappers (#​17447) (Francesco Trotta)

Documentation

Chores

parcel-bundler/lightningcss (lightningcss)

v1.22.0

Compare Source

Added

  • Updated CSS nesting to the latest spec which allows element selectors to be nested without a preceding & selector. Since it is shipping in all major browsers, nesting support is now enabled by default (no need to add to the drafts config). 🥳
  • Support for parsing the @​scope rule

Fixed

  • Fix bugs merging rules containing :is and :-webkit-any
  • Fix specificity of :not selector list down leveling. Instead of :not(.a, .b) compiling to :not(.a):not(.b), it now compiles to :not(:is(.a, .b)) (down leveled to :-webkit-any if needed). This preserves the specificity rather than raising it for each :not.
  • Fix the version selector in the playground on lightningcss.dev
  • Updated the Vite usage docs now that it is built in

v1.21.8

Compare Source

v1.21.7

Compare Source

v1.21.6

Compare Source

Fixes

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

v0.30.4

Compare Source

Bug Fixes

v0.30.3

Compare Source

Bug Fixes
pnpm/pnpm (pnpm)

v8.8.0

Compare Source

Minor Changes

  • Add --reporter-hide-prefix option for run command to hide project name as prefix for lifecycle log outputs of running scripts #​7061.

Patch Changes

  • Pass through the --ignore-scripts command to install, when running pnpm dedupe --ignore-scripts #​7102.
  • Throw meaningful error for config sub commands#​7106.
  • When the node-linker is set to hoisted, the package.json files of the existing dependencies inside node_modules will be checked to verify their actual versions. The data in the node_modules/.modules.yaml and node_modules/.pnpm/lock.yaml may not be fully reliable, as an installation may fail after changes to dependencies were made but before those state files were updated #​7107.
  • Don't update git-hosted dependencies when adding an unrelated dependency #​7008.

Our Gold Sponsors

Our Silver Sponsors

v8.7.6

Compare Source

Patch Changes

  • Don't run the prepublishOnly scripts of git-hosted dependencies #​7026.
  • Fix a bug in which use-node-version or node-version isn't passed down to checkEngine when using pnpm workspace, resulting in an error #​6981.
  • Don't print out each deprecated subdependency separately with its deprecation message. Just print out a summary of all the deprecated subdependencies #​6707.
  • Fixed an ENOENT error that was sometimes happening during install with "hoisted" node_modules #​6756.

Our Gold Sponsors

Our Silver Sponsors

v8.7.5

Compare Source

Patch Changes

  • Improve performance of installation by using a worker for creating the symlinks inside node_modules/.pnpm #​7069.
  • Tarballs that have hard links are now unpacked successfully. This fixes a regression introduced in v8.7.0, which was shipped with our new in-house tarball parser #​7062.

Our Gold Sponsors

Our Silver Sponsors

v8.7.4

Compare Source

Patch Changes

  • Fix a bug causing the pnpm server to hang if a tarball worker was requested while another worker was exiting #​7041.
  • Fixes a regression published with pnpm v8.7.3. Don't hang while reading package.json from the content-addressable store #​7051.
  • Allow create scoped package with preferred version. #​7053
  • Reverting a change shipped in v8.7 that caused issues with the pnpm deploy command and "injected dependencies" #​6943.

Our Gold Sponsors

Our Silver Sponsors


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.

@renovate renovate bot added the dependencies label Oct 2, 2023
@stackblitz
Copy link

stackblitz bot commented Oct 2, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@socket-security
Copy link

socket-security bot commented Oct 2, 2023

Updated and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Packages Version New capabilities Transitives Size Publisher
vitest 0.34.1...0.34.6 environment +4/-3 7.59 MB oreanno
vite 4.4.9...4.4.10 None +2/-1 5.99 MB vitebot
tsx 3.12.7...3.13.0 eval, environment +1/-1 518 kB hirokiosame
eslint 8.46.0...8.50.0 None +0/-0 2.96 MB eslintbot
rollup 3.28.0...3.29.4 None +0/-0 2.52 MB lukastaegert
typescript 5.1.6...5.2.2 None +0/-0 40.6 MB typescript-bot

🚮 Removed packages: [email protected], [email protected]

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0069078 to e6aed41 Compare October 3, 2023 08:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e6aed41 to 9145e12 Compare October 4, 2023 08:24
@sxzz sxzz merged commit 44af8a1 into main Oct 5, 2023
7 of 8 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch October 5, 2023 05:30
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.

1 participant