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 devdependencies-non-major #105

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 5, 2022

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@storybook/addon-actions (source) 6.5.13 -> 6.5.16 age adoption passing confidence
@storybook/addon-essentials (source) 6.5.13 -> 6.5.16 age adoption passing confidence
@storybook/addon-links (source) 6.5.13 -> 6.5.16 age adoption passing confidence
@storybook/react (source) 6.5.13 -> 6.5.16 age adoption passing confidence
@tailwindcss/typography 0.5.8 -> 0.5.15 age adoption passing confidence
@testing-library/jest-dom 5.16.5 -> 5.17.0 age adoption passing confidence
@testing-library/user-event 14.4.3 -> 14.5.2 age adoption passing confidence
@types/d3 (source) 7.4.0 -> 7.4.3 age adoption passing confidence
@types/node (source) 20.10.6 -> 20.17.12 age adoption passing confidence
@types/react (source) 17.0.52 -> 17.0.83 age adoption passing confidence
@types/react-dom (source) 17.0.18 -> 17.0.26 age adoption passing confidence
@types/react-type-animation (source) 1.1.1 -> 1.1.4 age adoption passing confidence
autoprefixer 10.4.13 -> 10.4.20 age adoption passing confidence
babel-loader 8.3.0 -> 8.4.1 age adoption passing confidence
commitizen 4.2.5 -> 4.3.1 age adoption passing confidence
eslint-config-next (source) 12.3.3 -> 12.3.4 age adoption passing confidence
eslint-config-prettier 8.5.0 -> 8.10.0 age adoption passing confidence
eslint-plugin-import 2.26.0 -> 2.31.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.6.1 -> 6.10.2 age adoption passing confidence
eslint-plugin-react 7.31.11 -> 7.37.3 age adoption passing confidence
eslint-plugin-react-hooks (source) 4.6.0 -> 4.6.2 age adoption passing confidence
prettier (source) 2.7.1 -> 2.8.8 age adoption passing confidence
tailwindcss (source) 3.2.4 -> 3.4.17 age adoption passing confidence
typescript (source) 4.9.3 -> 4.9.5 age adoption passing confidence

Release Notes

storybookjs/storybook (@​storybook/addon-actions)

v6.5.16

Compare Source

Bug Fixes
  • Angular: Fix handling of docsMode option in angular builder #​20608
  • Angular: Fix webpackStatsJson types in angular-builder #​20296
Dependency Upgrades
  • Security: Upgrade json5 dependency #​20526

v6.5.15

Compare Source

Bug Fixes
  • Support Angular 15.0.4 #​20287
  • CLI: execute automigrations when pressing enter in the prompts #​20208

v6.5.14

Compare Source

Bug Fixes
  • Angular: Fix "webpack_require.nmd is not a function issue" in Angular 15 #​20043
  • CLI/React native: Fix addons template to import register instead of manager #​19620
Maintenance
  • Core: Patch preview-web and refs to support React Native #​19975
Dependency Upgrades
  • Upgrade loader-utils to 2.0.4 in storysource and source-loader #​19891
tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.15

Compare Source

Fixed
  • Support installing with alpha versions of Tailwind CSS v4 (#​358)

v0.5.14

Compare Source

  • Fix table text alignment (#​346)

v0.5.13

Compare Source

Fixed
  • Don't apply margins to <br> elements contained in an <li> in FF (#​350)

v0.5.12

Compare Source

Added
  • Use logical properties for better RTL support (#​323)

v0.5.11

Compare Source

Added
Fixed
  • Fix space between <figcaption> and <video> (#​339)

v0.5.10

Compare Source

Fixed
  • Fix space between <figcaption> and <pre> (#​313)
  • Remove typography styles from not-prose elements in addition to their children (#​301)
  • Add <picture> styles (#​314)
  • Fix prose-invert when used with colors in light mode (#​315)
  • Add <kbd> styles (#​317)
  • Add description list (<dl>, <dt>, <dd>) styles (#​316)

v0.5.9

Compare Source

Fixed
  • Ensure p styles are inserted before .lead styles (#​294)
testing-library/jest-dom (@​testing-library/jest-dom)

v5.17.0

Compare Source

Features
  • New toHaveAccessibleErrorMessage better implementing the spec, deprecate toHaveErrorMessage (#​503) (d717c66)
testing-library/user-event (@​testing-library/user-event)

v14.5.2

Compare Source

Bug Fixes
  • remove interop and deep DTL imports (6a3c896)

v14.5.1

Compare Source

Bug Fixes

v14.5.0

Compare Source

Bug Fixes
Features
  • types: Add additional type exports for UserEvent & Options (#​1112) (da00e8d)
postcss/autoprefixer (autoprefixer)

v10.4.20

Compare Source

  • Fixed fit-content prefix for Firefox.

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.

v10.4.18

Compare Source

  • Fixed removing -webkit-box-orient on -webkit-line-clamp (@​Goodwine).

v10.4.17

Compare Source

  • Fixed user-select: contain prefixes.

v10.4.16

Compare Source

  • Improved performance (by Romain Menke).
  • Fixed docs (by Christian Oliff).

v10.4.15

Compare Source

  • Fixed ::backdrop prefixes (by 一丝).
  • Fixed docs (by Christian Oliff).

v10.4.14

Compare Source

  • Improved startup time and reduced JS bundle size (by Kārlis Gaņģis).
babel/babel-loader (babel-loader)

v8.4.1

Compare Source

v8.4.0

Compare Source

commitizen/cz-cli (commitizen)

v4.3.1

Compare Source

4.3.1 (2024-09-27)
Bug Fixes

v4.3.0

Compare Source

Features

v4.2.6

Compare Source

4.2.6 (2022-12-06)
Bug Fixes
vercel/next.js (eslint-config-next)

v12.3.4

Compare Source

prettier/eslint-config-prettier (eslint-config-prettier)

v8.10.0

Compare Source

  • Added: [max-statements-per-line]. Thanks to @​Zamiell!

v8.9.0

Compare Source

  • Added: [vue/array-element-newline]. Thanks to @​xcatliu!

v8.8.0

Compare Source

v8.7.0

Compare Source

v8.6.0

Compare Source

  • Added: [vue/multiline-ternary]. Thanks to @​xcatliu!
import-js/eslint-plugin-import (eslint-plugin-import)

v2.31.0

Compare Source

Added
Fixed
Changed

v2.30.0

Compare Source

Added
Fixed
Changed
  • [Docs] no-extraneous-dependencies: Make glob pattern description more explicit ([#​2944], thanks [@​mulztob])
  • [no-unused-modules]: add console message to help debug [#​2866]
  • [Refactor] ExportMap: make procedures static instead of monkeypatching exportmap ([#​2982], thanks [@​soryy708])
  • [Refactor] ExportMap: separate ExportMap instance from its builder logic ([#​2985], thanks [@​soryy708])
  • [Docs] order: Add a quick note on how unbound imports and --fix ([#​2640], thanks [@​minervabot])
  • [Tests] appveyor -> GHA (run tests on Windows in both pwsh and WSL + Ubuntu) ([#​2987], thanks [@​joeyguerra])
  • [actions] migrate OSX tests to GHA ([ljharb#37], thanks [@​aks-])
  • [Refactor] exportMapBuilder: avoid hoisting ([#​2989], thanks [@​soryy708])
  • [Refactor] ExportMap: extract "builder" logic to separate files ([#​2991], thanks [@​soryy708])
  • [Docs] [order]: update the description of the pathGroupsExcludedImportTypes option ([#​3036], thanks [@​liby])
  • [readme] Clarify how to install the plugin ([#​2993], thanks [@​jwbth])

v2.29.1

Compare Source

Fixed

v2.29.0

Compare Source

Added

v2.28.1

Compare Source

Fixed
Changed

v2.28.0

Compare Source

Fixed
  • [no-duplicates]: remove duplicate identifiers in duplicate imports ([#​2577], thanks [@​joe-matsec])
  • [consistent-type-specifier-style]: fix accidental removal of comma in certain cases ([#​2754], thanks [@​bradzacher])
  • [Perf] ExportMap: Improve ExportMap.for performance on larger codebases ([#​2756], thanks [@​leipert])
  • [no-extraneous-dependencies]/TypeScript: do not error when importing inline type from dev dependencies ([#​1820], thanks [@​andyogo])
  • [newline-after-import]/TypeScript: do not error when re-exporting a namespaced import ([#​2832], thanks [@​laurens-dg])
  • [order]: partial fix for [#​2687] (thanks [@​ljharb])
  • [no-duplicates]: Detect across type and regular imports ([#​2835], thanks [@​benkrejci])
  • [extensions]: handle . and .. properly ([#​2778], thanks [@​benasher44])
  • [no-unused-modules]: improve schema (thanks [@​ljharb])
  • [no-unused-modules]: report error on binding instead of parent export ([#​2842], thanks [@​Chamion])
Changed
  • [Docs] [no-duplicates]: fix example schema ([#​2684], thanks [@​simmo])
  • [Docs] [group-exports]: fix syntax highlighting ([#​2699], thanks [@​devinrhode2])
  • [Docs] [extensions]: reference node ESM behavior ([#​2748], thanks [@​xM8WVqaG])
  • [Refactor] [exports-last]: use array.prototype.findlastindex (thanks [@​ljharb])
  • [Refactor] [no-anonymous-default-export]: use object.fromentries (thanks [@​ljharb])
  • [Refactor] [no-unused-modules]: use array.prototype.flatmap (thanks [@​ljharb])

v2.27.5

Compare Source

Fixed

v2.27.4

Compare Source

Fixed
  • semver should be a prod dep ([#​2668])

v2.27.3

Compare Source

Fixed
  • [no-empty-named-blocks]: rewrite rule to only check import declarations ([#​2666])

v2.27.2

Compare Source

Fixed
  • [no-duplicates]: do not unconditionally require typescript ([#​2665])

v2.27.1

Compare Source

Fixed

v2.27.0

Compare Source

Added
Fixed
Changed

Configuration

📅 Schedule: Branch creation - "every 2 weeks on Monday before 7am" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested review from dnsos and vogelino as code owners December 5, 2022 04:10
@renovate
Copy link
Contributor Author

renovate bot commented Dec 5, 2022

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@vercel
Copy link

vercel bot commented Dec 5, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
haushaltsdaten ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 7, 2025 3:32am

@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 99f1ee5 to 35e556f Compare December 5, 2022 21:47
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 35e556f to bb851ed Compare December 6, 2022 13:53
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from bb851ed to 84db647 Compare December 7, 2022 19:52
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 84db647 to 365f348 Compare December 8, 2022 03:16
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 365f348 to b9d0b81 Compare December 8, 2022 20:32
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from b9d0b81 to d2b6218 Compare December 10, 2022 20:29
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from d2b6218 to 2b5038d Compare December 11, 2022 19:10
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 2b5038d to f45f944 Compare December 13, 2022 22:27
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from f45f944 to 6952247 Compare December 16, 2022 23:00
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 6952247 to d6f940e Compare December 20, 2022 16:59
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from d6f940e to 6427654 Compare December 26, 2022 18:09
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 6427654 to ac50294 Compare January 2, 2023 20:41
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from ac50294 to c7377a5 Compare January 6, 2023 21:34
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 1c7aa7b to b2ae0ca Compare November 1, 2024 08:51
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from b2ae0ca to fe6d574 Compare November 3, 2024 09:38
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from fe6d574 to 1953704 Compare November 4, 2024 05:12
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 1953704 to 26b5439 Compare November 15, 2024 02:20
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 26b5439 to 02613eb Compare November 23, 2024 11:24
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 02613eb to bacb0ee Compare November 26, 2024 06:00
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from bacb0ee to 259b4da Compare November 28, 2024 18:01
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 259b4da to 681fcba Compare December 3, 2024 20:59
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 681fcba to 9b5cfb7 Compare December 9, 2024 23:54
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 9b5cfb7 to 89ee7d1 Compare December 11, 2024 17:10
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 89ee7d1 to ee3bd6d Compare December 21, 2024 17:40
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from ee3bd6d to 2e64878 Compare December 25, 2024 02:31
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 2e64878 to 1cda4e5 Compare January 1, 2025 08:35
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.

0 participants