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

Merged
merged 1 commit into from May 8, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/parser (source) ^7.21.5 -> ^7.21.8 age adoption passing confidence
@types/node (source) ^18.16.3 -> ^18.16.5 age adoption passing confidence
@types/react (source) ^18.2.0 -> ^18.2.6 age adoption passing confidence
@unocss/reset ^0.51.8 -> ^0.51.12 age adoption passing confidence
@vueuse/core ^10.1.0 -> ^10.1.2 age adoption passing confidence
eslint (source) ^8.39.0 -> ^8.40.0 age adoption passing confidence
pnpm (source) 8.3.1 -> 8.4.0 age adoption passing confidence
unocss ^0.51.8 -> ^0.51.12 age adoption passing confidence
vite (source) ^4.3.3 -> ^4.3.5 age adoption passing confidence
vitest ^0.30.1 -> ^0.31.0 age adoption passing confidence
vue-tsc ^1.6.1 -> ^1.6.4 age adoption passing confidence

Release Notes

babel/babel

v7.21.8

Compare Source

v7.21.8 (2023-05-02)
👓 Spec Compliance
🐛 Bug Fix
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin
Committers: 2
unocss/unocss

v0.51.12

Compare Source

v0.51.11

Compare Source

v0.51.10

Compare Source

v0.51.9

Compare Source

vueuse/vueuse

v10.1.2

Compare Source

eslint/eslint

v8.40.0

Compare Source

Features

  • 5db7808 feat: improve flat config errors for invalid rule options and severities (#​17140) (Josh Goldberg ✨)
  • f5574dc feat: Add findConfigFile() method to FlatESLint (#​17142) (Nicholas C. Zakas)
  • e52b98b feat: add sourceCode property to the rule context (#​17107) (Nitin Kumar)
  • 1468f5b feat: add physicalFilename property to the rule context (#​17111) (Nitin Kumar)
  • 0df4d4f feat: add cwd to rule context (#​17106) (Nitin Kumar)
  • 52018f2 feat: add filename property to the rule context (#​17108) (Nitin Kumar)
  • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#​17105) (Nitin Kumar)

Bug Fixes

  • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#​17151) (Nicholas C. Zakas)

Documentation

  • e980bf3 docs: Update README (GitHub Actions Bot)
  • e92a6fc docs: Update README (GitHub Actions Bot)
  • af5fe64 docs: Fix custom rule schema docs (#​17115) (Adam Jones)
  • 4a352a9 docs: explain how to include predefined globals (#​17114) (Marcus Wyatt)
  • 5ea15d9 docs: add mastodon link in readme (#​17110) (唯然)

Chores

pnpm/pnpm

v8.4.0

Compare Source

Minor Changes

  • pnpm publish supports the --provenance CLI option #​6435.

Patch Changes

  • Link the bin files of local workspace dependencies, when node-linker is set to hoisted 6486.
  • Ask the user to confirm the removal of node_modules directory unless the --force option is passed.
  • Do not create a node_modules folder with a .modules.yaml file if there are no dependencies inside node_modules.

Our Gold Sponsors

Our Silver Sponsors

vitejs/vite

v4.3.5

Compare Source

v4.3.4

Compare Source

vitest-dev/vitest

v0.31.0

Compare Source

   🚨 Breaking Changes
  • Update mock implementation to support ESM runtime, introduce "vi.hoisted"  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3258 (0c09a)

    • Bypass ESM import order restriction with vi.hoisted to run code before imports are executed:
    vi.hoisted(() => vi.setSystemTime(new Date(2022, 1, 1)))

    You can also use it to pass variables to vi.mock:

    const { mockedMethod } = vi.hoisted(() => {
      return { mockedMethod: vi.fn() }
    })   
    vi.mocked('./path/to/module.js', () => {
      return { originalMethod: mockedMethod }
    })
  • Move assertion declarations to expect package  -  by @​sheremet-va in https://github.com/vitest-dev/vitest/issues/3294 (cf3af)

    • The change should be minor:
    - declare namespace Vi {
    + declare module 'vitest' {
       interface Assertion<T = any> extends CustomMatchers<T> {}
       interface AsymmetricMatchersContaining extends CustomMatchers {}
    }
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools

v1.6.4

Compare Source

  • feat: support color pickers for inline css
  • feat: support lang="vue" (#​3105) - thanks @​HunYan-io
  • fix: when the source type of v-for is any, the item type should be any (#​3108) (#​3112)
  • fix: avoid slots report error when noPropertyAccessFromIndexSignature enabled (#​3106)
  • fix(component-type-helpers): import module causes tsc error (#​3114)
  • fix: empty slot name auto-complete not working
  • fix: accessing an unknown slot name does not report an error
  • fix: format adds spaces to v-for if nested template element assigns type to slot props (#​2750) (#​2757)
  • fix: parentheses auto insert not working in template

Breaking changes

  • drop support for Vue 3.3 slots short definition (#​3116)

v1.6.3

Compare Source

  • feat: expose custom blocks attrs (#​3099) - thanks @​HunYan-io
  • fix: event "@​update:" syntax causes TS error (#​3100)
  • fix: generic attr unexpectedly trimmed when formatting if attr value includes "<" (#​3101)
  • fix: required event props always shows in missing props hint
  • fix: exclude null / undefined from v-for source type (#​3102)

v1.6.2

Compare Source

  • fix: consume required props for events (#​2468)
  • fix: support infer v-for types for generic (#​2758)
  • fix: slot missing props don't report error
  • fix: cannot assign generic component to components option of defineComponent
  • fix: "TS1002: Unterminated string literal" in slots edge case (#​2710)
  • fix: generic component prop with default type incorrect (#​2754)

Configuration

📅 Schedule: Branch creation - "before 3am 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 May 8, 2023
@stackblitz
Copy link

stackblitz bot commented May 8, 2023

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

@socket-security
Copy link

New dependency changes detected. Learn more about Socket for GitHub ↗︎


👍 No new dependency issues detected in pull request

Bot Commands

To ignore an alert, reply with a comment starting with @SocketSecurity ignore followed by a space separated list of package-name@version specifiers. e.g. @SocketSecurity ignore [email protected] bar@* or ignore all packages with @SocketSecurity ignore-all

Pull request alert summary
Issue Status
Install scripts ✅ 0 issues
Native code ✅ 0 issues
Bin script shell injection ✅ 0 issues
Unresolved require ✅ 0 issues
Invalid package.json ✅ 0 issues
HTTP dependency ✅ 0 issues
Git dependency ✅ 0 issues
Potential typo squat ✅ 0 issues
Known Malware ✅ 0 issues
Telemetry ✅ 0 issues
Protestware/Troll package ✅ 0 issues

📊 Modified Dependency Overview:

➕ Added Package Capability Access +/- Transitive Count Publisher
@types/[email protected] None +3 types
⬆️ Updated Package Version Diff Added Capability Access +/- Transitive Count Publisher
[email protected] 1.6.1...1.6.4 None +9/-3 johnsoncodehk
[email protected] 0.51.8...0.51.12 None +26/-26 antfu
@vueuse/[email protected] 10.1.0...10.1.2 None +3/-4 antfu
@unocss/[email protected] 0.51.8...0.51.12 None +0/-0 antfu

🚮 Removed packages: @babel/[email protected], @types/[email protected]

@sxzz sxzz merged commit dc65ebf into main May 8, 2023
7 checks passed
@sxzz sxzz deleted the renovate/all-minor-patch branch May 8, 2023 09:26
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

1 participant