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

chore(deps): update dependencies (non-major) #1212

Merged
merged 10 commits into from
May 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 1, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.21.3 -> ^7.21.5 age adoption passing confidence
@changesets/cli (source) ^2.26.0 -> ^2.26.1 age adoption passing confidence
@codemirror/autocomplete ^6.4.2 -> ^6.6.0 age adoption passing confidence
@codemirror/commands ^6.2.2 -> ^6.2.3 age adoption passing confidence
@codemirror/lang-markdown ^6.1.0 -> ^6.1.1 age adoption passing confidence
@codemirror/language-data ^6.1.0 -> ^6.3.0 age adoption passing confidence
@codemirror/lint ^6.2.0 -> ^6.2.1 age adoption passing confidence
@codemirror/search ^6.3.0 -> ^6.4.0 age adoption passing confidence
@codemirror/theme-one-dark ^6.1.1 -> ^6.1.2 age adoption passing confidence
@emotion/cache (source) ^11.10.5 -> ^11.10.8 age adoption passing confidence
@emotion/css (source) ^11.10.6 -> ^11.10.8 age adoption passing confidence
@emotion/react (source) ^11.10.6 -> ^11.10.8 age adoption passing confidence
@emotion/styled (source) ^11.10.6 -> ^11.10.8 age adoption passing confidence
@floating-ui/react (source) ^0.22.0 -> ^0.24.0 age adoption passing confidence
@lhci/cli ^0.11.0 -> ^0.12.0 age adoption passing confidence
@microsoft/api-extractor (source) ^7.34.4 -> ^7.34.6 age adoption passing confidence
@mui/icons-material (source) ^5.11.11 -> ^5.11.16 age adoption passing confidence
@mui/material (source) ^5.11.13 -> ^5.12.2 age adoption passing confidence
@mui/system (source) ^5.11.13 -> ^5.12.1 age adoption passing confidence
@next/bundle-analyzer ^13.2.4 -> ^13.3.2 age adoption passing confidence
@types/jest (source) ^29.5.0 -> ^29.5.1 age adoption passing confidence
@types/node (source) ^18.15.5 -> ^18.16.3 age adoption passing confidence
@types/react (source) ^18.0.28 -> ^18.2.0 age adoption passing confidence
@types/react-dom (source) ^18.0.11 -> ^18.2.1 age adoption passing confidence
@vitest/coverage-c8 ^0.30.0 -> ^0.30.1 age adoption passing confidence
electron 24.1.1 -> 24.1.3 age adoption passing confidence
esbuild ^0.17.12 -> ^0.17.18 age adoption passing confidence
esbuild-node-externals ^1.6.0 -> ^1.7.0 age adoption passing confidence
eslint (source) ^8.36.0 -> ^8.39.0 age adoption passing confidence
happy-dom ^9.3.2 -> ^9.10.1 age adoption passing confidence
micromark-extension-gfm-strikethrough ^1.0.4 -> ^1.0.5 age adoption passing confidence
next (source) ^13.2.4 -> ^13.3.2 age adoption passing confidence
playwright-chromium (source) ^1.31.2 -> ^1.33.0 age adoption passing confidence
pnpm (source) 8.2.0 -> 8.3.1 age adoption passing confidence
prettier (source) ^2.8.5 -> ^2.8.8 age adoption passing confidence
sharp (changelog) ^0.31.3 -> ^0.32.1 age adoption passing confidence
turbo (source) ^1.8.4 -> ^1.9.3 age adoption passing confidence
typescript (source) ^5.0.2 -> ^5.0.4 age adoption passing confidence

Release Notes

babel/babel

v7.21.5

Compare Source

👓 Spec Compliance
  • babel-generator, babel-parser, babel-types
🐛 Bug Fix
  • babel-core, babel-generator, babel-plugin-transform-modules-commonjs, babel-plugin-transform-react-jsx
  • babel-preset-env
💅 Polish
🏠 Internal
  • babel-core
  • babel-helper-fixtures, babel-preset-typescript
    • #​15568 Handle .overrides and .env when resolving plugins/presets from fixture options (@​JLHwung)
  • babel-helper-create-class-features-plugin, babel-helper-create-regexp-features-plugin

v7.21.4

Compare Source

🐛 Bug Fix
  • babel-core, babel-helper-module-imports, babel-preset-typescript
  • babel-generator
💅 Polish
  • babel-helper-create-class-features-plugin, babel-plugin-proposal-class-properties, babel-plugin-transform-typescript, babel-traverse
🏠 Internal
changesets/changesets

v2.26.1

Compare Source

Patch Changes
  • #​1115 feddc88 Thanks @​Andarist! - Call pnpm publish directly from the directory of the published package. This allows pnpm to correctly handle configured publishConfig.directory.
codemirror/autocomplete

v6.6.0

Compare Source

Bug fixes

Fix a bug in insertCompletionText that caused it to replace the wrong range when a result set's to fell after the cursor.

New features

Functions returned by snippet can now be called without a completion object.

v6.5.1

Compare Source

Bug fixes

Keep completions open when interaction with an info tooltip moves focus out of the editor.

v6.5.0

Compare Source

Bug fixes

When closeBrackets skips a bracket, it now generates a change that overwrites the bracket.

Replace the entire selected range when picking a completion with a non-cursor selection active.

New features

Completions can now provide a section field that is used to group them into sections.

The new positionInfo option can be used to provide custom logic for positioning the info tooltips.

codemirror/commands

v6.2.3

Compare Source

Bug fixes

Block commenting the selection no longer includes indentation on the first line.

codemirror/lang-markdown

v6.1.1

Compare Source

Bug fixes

Fix the declaration of comentTokens language data for Markdown.

Fix a bug in deleteMarkupBackward that would cause it to delete pieces of continued paragraphs below list item markers.

codemirror/language-data

v6.3.0

Compare Source

New features

Use the @​codemirror/lang-sass package for .sass and .scss files.

v6.2.1

Compare Source

Bug fixes

Associate Gemfile and Rakefile files with Ruby.

v6.2.0

Compare Source

New features

Include support for Vue.

Include support for Angular templates.

codemirror/lint

v6.2.1

Compare Source

Bug fixes

The linter function now eagerly includes all lint-related extensions, rather than appending them to the configuration as-needed, so that turning off linting by clearing the compartment that contains it works properly.

codemirror/search

v6.4.0

Compare Source

Bug fixes

The findNext and findPrevious commands now select the search field text if that field is focused.

New features

The scrollToMatch callback option now receives the editor view as a second parameter.

codemirror/theme-one-dark

v6.1.2

Compare Source

Bug fixes

Make sure the selection background styling overrides the base style rules.

emotion-js/emotion

v11.10.8

Compare Source

Patch Changes
floating-ui/floating-ui

v0.24.0

Compare Source

Refactors

  • Bump @floating-ui/react-dom to v2 (#​2300)

Bug Fixes

  • fix(useTypeahead): opening when typing a space on non-button reference with useClick, and timing of onTypingChange callback setting to false (#​2305)

  • fix(FloatingArrow): add ability to override internal styles (#​2308)

  • fix(FloatingFocusManager): better handle subtree changes (#​2305)

v0.23.1

Compare Source

Bug Fixes

  • fix(FloatingList): properly update when list contains only one item (#​2294)

  • fix(FloatingFocusManager): separate initialFocus and returnFocus effects (#​2295)

    Wait for unmount transition before returning focus

  • fix(FloatingFocusManager): ignore outside guards while transitioning out (#​2295)

v0.23.0

Compare Source

New Features

  • feat(safePolygon): replace restMs option with requireIntent boolean option (#​2284)

    When multiple reference elements next to each other have hoverable floating elements, requireIntent (true by default) ensures the triangle polygon does not block hover events too aggressively compared to restMs by calculating the cursor speed to determine intent.

  • feat: FloatingList and useListItem exports (#​2269)

    This enables easy creation of composable children APIs without needing to map children and passing an index as a prop — including the ability to nest items in another tag or component.

Bug Fixes

  • fix(useClick): ignore Space keyup if Space keydown on same element did not precede it (#​2277)

  • fix(useDelayGroupContext): isInstantPhase bool sometimes being incorrectly false (#​2286)

  • fix(FloatingPortal): adjust cleanup strategy to better work with React.StrictMode and conditional rendering (#​2286)

v0.22.3

Compare Source

Bug Fixes

  • fix(FloatingFocusManager): respect autoFocus prop on children (#​2264)

  • fix(FloatingFocusManager): wait for tree nodes context to be updated (#​2265)

  • fix(FloatingFocusManager): wait for microtask before selecting tabbable elements for initial focus (#​2270)

v0.22.2

Compare Source

Bug Fixes

  • fix(useHover): check pointerType for contains check (#​2255)

v0.22.1

Compare Source

Bug Fixes

  • fix(useInteractions): merging function props that return values (#​2244)

  • fix(useClientPoint): keep anchored to reference on autoUpdate in applicable scenarios (#​2249)

  • fix(useHover): touch interactivity of floating element without safePolygon (#​2253)

  • fix(useTransitionStyles): reduce initial re-renders (#​2254)

GoogleChrome/lighthouse-ci

v0.12.0

Compare Source

v0.11.1

Compare Source

v0.11.1 (2023-04-12)

mui/material-ui

v5.11.16

Compare Source

Apr 4, 2023

A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:

  • 💅 Added tabs on API pages of Base UI to switch between component and hook references (#​35938) @​mnajdova
  • 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.11.16
@mui/icons-material@5.11.16
@mui/joy@5.0.0-alpha.74
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​amal-qb, @​danilo-leal, @​DevinCLane, @​gitstart, @​hbjORbj, @​HeVictor, @​LadyBluenotes, @​michaldudak, @​mj12albert, @​mnajdova, @​oliviertassinari, @​RBerthier, @​sai6855, @​siriwatknp, @​viclafouch, @​yushanwebdev

vercel/next.js

v13.3.2

Compare Source

Core Changes
  • Refactor require hooks: #​48506
  • Use decodeReplyFromBusboy in node runtime: #​48686
  • Do not suggest adding "use client" if using next/router in app: #​48680
  • Reland "app-router: new client-side cache semantics": #​48695
  • fix: TS plugin showing warning for global-error file's reset prop: #​48756
  • Add support for draft mode: #​48669
  • Compile Next.js core client-side files using default target: #​48750
  • Lazy DevHtmlAsset chunk generation: #​48768
  • Update naming for Next.js Analytics: #​48618
  • Add support for async instrumentation register: #​48575
  • Prefer realpathSync.native over realpathSync: #​48698
  • Fix issue with instrumentation in a standalone build: #​48615
  • Polyfill FormData for Node.js < 18: #​48783
  • Error on legacy runtime config under app dir: #​48774
  • Fix Windows path in route join (#​48603): #​48779
  • Add missing repository prop to package.json: #​48803
  • fix: Update @swc/helpers to v0.5.1: #​48808
  • Fix hash apply after server-patch action: #​48813
  • Improve typing of resolve metadata: #​48670
  • Only track client entry modules in the client reference manifest: #​48814
  • Vendor react@experimental: #​48697
  • fix query for app dir in turbopack: #​48828
  • Polyfill FormData with edge-runtime primitives: #​48826
  • Add async context to server request handler: #​48626
  • Fix accessing strict of undefined in writeConfigurationDefaults: [#​48799](https://togithub.com/vercel/next.js/issu

@github-actions
Copy link
Contributor

github-actions bot commented May 1, 2023

Preview Deployment f6bc331:

Home

Editor playground

@renovate
Copy link
Contributor Author

renovate bot commented May 1, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@codecov
Copy link

codecov bot commented May 1, 2023

Codecov Report

Patch coverage: 58.33% and no project coverage change.

Comparison is base (1c65380) 85.82% compared to head (f6bc331) 85.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1212   +/-   ##
=======================================
  Coverage   85.82%   85.82%           
=======================================
  Files         129      129           
  Lines        6721     6724    +3     
  Branches      796      797    +1     
=======================================
+ Hits         5768     5771    +3     
  Misses        953      953           
Impacted Files Coverage Δ
...r/src/extensions/table-components/TableTooltip.tsx 25.73% <0.00%> (ø)
...itor/src/extensions/table-components/TableMenu.tsx 24.05% <50.00%> (ø)
...rc/extensions/table-components/TableCellButton.tsx 59.48% <60.00%> (ø)
.../src/extensions/table-components/use-table-menu.ts 67.34% <66.66%> (ø)
...itor/src/components/wysiwyg/CodeLanguageSelect.tsx 60.00% <80.00%> (ø)
...itor/src/extensions/codemirror/codemirror-setup.ts 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ocavue ocavue merged commit 11b210d into master May 1, 2023
@ocavue ocavue deleted the renovate/dependencies-non-major branch May 1, 2023 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant