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

Merged
merged 1 commit into from Jun 13, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 13, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@emotion/react ^11.9.0 -> ^11.9.3 age adoption passing confidence
@microsoft/api-extractor (source) ^7.24.2 -> ^7.25.0 age adoption passing confidence
@rollup/plugin-typescript ^8.3.2 -> ^8.3.3 age adoption passing confidence
@sveltejs/vite-plugin-svelte ^1.0.0-next.47 -> ^1.0.0-next.49 age adoption passing confidence
@typescript-eslint/eslint-plugin ^5.27.0 -> ^5.27.1 age adoption passing confidence
@typescript-eslint/parser ^5.27.0 -> ^5.27.1 age adoption passing confidence
eslint-define-config ^1.5.0 -> ^1.5.1 age adoption passing confidence
less (source) ^4.1.2 -> ^4.1.3 age adoption passing confidence
lint-staged ^13.0.0 -> ^13.0.1 age adoption passing confidence
mrmime ^1.0.0 -> ^1.0.1 age adoption passing confidence
pnpm (source) 7.1.9 -> 7.2.1 age adoption passing confidence
pnpm (source) ^7.1.9 -> ^7.2.1 age adoption passing confidence
react-switch ^6.0.0 -> ^6.1.0 age adoption passing confidence
rollup-plugin-license ^2.8.0 -> ^2.8.1 age adoption passing confidence
sass ^1.52.2 -> ^1.52.3 age adoption passing confidence
tailwindcss (source) ^3.0.24 -> ^3.1.2 age adoption passing confidence
terser (source) ^5.13.1 -> ^5.14.1 age adoption passing confidence
vite ^2.9.9 -> ^2.9.12 age adoption passing confidence
vitest ^0.14.1 -> ^0.14.2 age adoption passing confidence
vue-router ^4.0.15 -> ^4.0.16 age adoption passing confidence
vue-tsc ^0.37.0 -> ^0.37.5 age adoption passing confidence
ws ^8.7.0 -> ^8.8.0 age adoption passing confidence

Release Notes

emotion-js/emotion

v11.9.3

Compare Source

Patch Changes
rollup/plugins

v8.3.3

2022-06-10

Bugfixes
  • fix: allow tslib peerDependency to be optional for npm and pnpm (#​1191)
sveltejs/vite-plugin-svelte

v1.0.0-next.49

Compare Source

Minor Changes
  • New experimental option sendWarningsToBrowser (#​372)
Patch Changes
  • fix hmr not updating a component when returning to the last working state from an error state (#​371)

v1.0.0-next.48

Compare Source

Minor Changes
  • Automate setting of compilerOptions.hydratable from kit.browser.hydrate option (#​368)
Patch Changes
  • Do not try to resolve svelte field in __vite-browser-external, see (#​362)" (#​363)
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v5.27.1

Compare Source

Bug Fixes
  • eslint-plugin: [space-infix-ops] correct PropertyDefinition with typeAnnotation (#​5113) (d320174)
  • eslint-plugin: [space-infix-ops] regression fix for conditional types (#​5135) (e5238c8)
  • eslint-plugin: [space-infix-ops] regression fix for type aliases (#​5138) (4e13deb)
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v5.27.1

Compare Source

Note: Version bump only for package @​typescript-eslint/parser

Shinigami92/eslint-define-config

v1.5.1

Compare Source

diff

  • Update ESLint config type (#​111)
  • Update rules for: [eslint]
less/less.js

v4.1.3

Compare Source

okonet/lint-staged

v13.0.1

Compare Source

Bug Fixes
  • correct spelling of "0 files" (f27f1d4)
  • suppress error from process.kill when killing tasks on failure (f2c6bdd)
  • deps: update pidtree@^0.6.0 to fix screen size error in WSL (1a77e42)
  • ignore "No matching pid found" error (cb8a432)
  • prevent possible race condition when killing tasks on failure (bc92aff)
Performance Improvements
  • use EventsEmitter instead of setInterval for killing tasks on failure (c508b46)
lukeed/mrmime

v1.0.1

Compare Source

Patches


Full Changelog: lukeed/mrmime@v1.0.0...v1.0.1

pnpm/pnpm

v7.2.1

Compare Source

Patch Changes

  • Support Node.js from v14.6.
  • Don't fail when the cafile setting is specified #​4877. This fixes a regression introduced in pnpm v7.2.0.

Our Sponsors

#### What's Changed * fix: support Node.js v14.6 by @​zkochan in https://github.com/pnpm/pnpm/pull/4878

Full Changelog: pnpm/pnpm@v7.2.0...v7.2.1

v7.2.0

Compare Source

Minor Changes

  • A new setting is supported for ignoring specific deprecation messages: pnpm.allowedDeprecatedVersions. The setting should be provided in the pnpm section of the root package.json file. The below example will mute any deprecation warnings about the request package and warnings about express v1:

    {
      "pnpm": {
        "allowedDeprecatedVersions": {
          "request": "*",
          "express": "1"
        }
      }
    }

    Related issue: #​4306
    Related PR: #​4864

Patch Changes

  • Update the compatibility database.
  • Report only the first occurrence of a deprecated package.
  • Add better hints to the peer dependency issue errors.

Our Sponsors

#### What's Changed * fix(setup): use @​pnpm/os.env.path-extender by @​zkochan in https://github.com/pnpm/pnpm/pull/4862 * fix: don't report the same deprecated package multiple times by @​zkochan in https://github.com/pnpm/pnpm/pull/4863 * feat: allowed deprecated versions by @​zkochan in https://github.com/pnpm/pnpm/pull/4864 * fix: add better peer dep error hints by @​zkochan in https://github.com/pnpm/pnpm/pull/4875

Full Changelog: pnpm/pnpm@v7.1.9...v7.2.0

markusenglund/react-switch

v6.1.0

Compare Source

Added
  • Add react@18 as a peerDependency (@​smhg)
Changed
  • Replace Enzyme with React testing library (@​smhg)
mjeanroy/rollup-plugin-license

v2.8.1

Compare Source

sass/dart-sass

v1.52.3

Compare Source

  • Fix crash when trailing loud comments (/* ... */) appear twice in a row
    across two different imports which themselves imported the same file each.
tailwindlabs/tailwindcss

v3.1.2

Compare Source

Fixed
  • Ensure \ is a valid arbitrary variant token (#​8576)
  • Enable postcss-import in the CLI by default in watch mode (#​8574, #​8580)

v3.1.1

Compare Source

Fixed
  • Fix candidate extractor regression (#​8558)
  • Split ::backdrop into separate defaults group (#​8567)
  • Fix postcss plugin type (#​8564)
  • Fix class detection in markdown code fences and slim templates (#​8569)

v3.1.0

Compare Source

Fixed
  • Types: allow for arbitrary theme values (for 3rd party plugins) (#​7926)
  • Don’t split vars with numbers in them inside arbitrary values (#​8091)
  • Require matching prefix when detecting negatives (#​8121)
  • Handle duplicate At Rules without children (#​8122)
  • Allow arbitrary values with commas in @apply (#​8125)
  • Fix intellisense for plugins with multiple @apply rules (#​8213)
  • Improve type detection for arbitrary color values (#​8201)
  • Support PostCSS config options in config file in CLI (#​8226)
  • Remove default [hidden] style in preflight (#​8248)
  • Only check selectors containing base apply candidates for circular dependencies (#​8222)
  • Rewrite default class extractor (#​8204)
  • Move important selector to the front when @apply-ing selector-modifying variants in custom utilities (#​8313)
  • Error when registering an invalid custom variant (#​8345)
  • Create tailwind.config.cjs file in ESM package when running init (#​8363)
  • Fix matchVariants that use at-rules and placeholders (#​8392)
  • Improve types of the tailwindcss/plugin (#​8400)
  • Allow returning parallel variants from addVariant or matchVariant callback functions (#​8455)
  • Try using local postcss installation first in the CLI (#​8270)
  • Allow default ring color to be a function (#​7587)
  • Don't inherit to value from parent gradients (#​8489)
  • Remove process dependency from log functions (#​8530)
  • Ensure we can use @import 'tailwindcss/...' without node_modules (#​8537)
Changed
  • Only apply hover styles when supported (future) (#​8394)
  • Respect default ring color opacity (future) (#​8448, 3f4005e)
Added
  • Support PostCSS Document nodes (#​7291)
  • Add text-start and text-end utilities (#​6656)
  • Support customizing class name when using darkMode: 'class' (#​5800)
  • Add --poll option to the CLI (#​7725)
  • Add new border-spacing utilities (#​7102)
  • Add enabled variant (#​7905)
  • Add TypeScript types for the tailwind.config.js file (#​7891)
  • Add backdrop variant (#​7924, #​8526)
  • Add grid-flow-dense utility (#​8193)
  • Add mix-blend-plus-lighter utility (#​8288)
  • Add arbitrary variants (#​8299)
  • Add experimental matchVariant API (#​8310, 34fd0fb8)
  • Add prefers-contrast media query variants (#​8410)
  • Add opacity support when referencing colors with theme function (#​8416)
  • Add postcss-import support to the CLI (#​8437)
  • Add optional variant (#​8486)
  • Add <alpha-value> placeholder support for custom colors (#​8501)
terser/terser

v5.14.1

Compare Source

  • keep_numbers option added to TypeScript defs (#​1208)
  • Fixed parsing of nested template strings (#​1204)

v5.14.0

Compare Source

vitejs/vite

v2.9.12

Compare Source

v2.9.11

Compare Source

v2.9.10

Compare Source

vitest-dev/vitest

v0.14.2

Compare Source

Bug Fixes
Features
vuejs/router

v4.0.16

Compare Source

Bug Fixes
johnsoncodehk/volar

v0.37.5

Compare Source

  • feat: support petite-vue
  • fix: don't active VitePress intellisense for .md if file path in not include by tsconfig (#​1430)
  • fix: cannot direct execution of fileReferences command (#​1419)
  • fix: avoid "`" auto close break markdown code block input (#​1428)
  • fix: component props completion info box missing in template
  • fix: false positive props type error when JS component usage in TS component (#​1426)
  • fix: cannot recognize component properties in type reference in template (#​1422)
  • fix: slot binding type annotation not working if parent component is <component :is> (#​1425)
  • fix: patch invalid : character in tag name (#​1435)
  • fix: auto closing pairs not working in template expressions (#​1437)
  • perf: faster markdown content parsing for vitepress
Our Sponsors

v0.37.3

Compare Source

  • feat: support find file references
  • feat: improve vitepress markdown parse reliability (#​1410)
  • feat: vueCompilerOptions.experimentalSuppressInvalidJsxElementTypeErrors default true (#​1405)
  • fix: fixed TS error with props beginning with data* (#​1413)

v0.37.2

Compare Source

  • feat: show deprecation message for experimentalCompatMode
  • fix: kebab case component type broken in vue 2 (#​1405)

v0.37.1

Compare Source

  • feat: add experimentalSuppressInvalidJsxElementTypeErrors option to ignore missing component import error (#​1404)
  • perf: support auto-import cache even TS version < 4.7 (#​1406)
  • perf: simplify template generated tsx code
websockets/ws

v8.8.0

Compare Source

Features

  • Added the WS_NO_BUFFER_UTIL and WS_NO_UTF_8_VALIDATE environment
    variables (becf237).

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, click this checkbox.

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 Jun 13, 2022
@patak-dev patak-dev merged commit 9a1fd4c into main Jun 13, 2022
@patak-dev patak-dev deleted the renovate/all-minor-patch branch June 13, 2022 05:26
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

3 participants