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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 14, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tailwindcss/typography 0.5.9 -> 0.5.16 age adoption passing confidence
@​technologiestiftung/semantic-release-config 1.2.1 -> 1.2.4 age adoption passing confidence
@testing-library/react 14.0.0 -> 14.3.1 age adoption passing confidence
@testing-library/user-event 14.4.3 -> 14.6.0 age adoption passing confidence
@types/node (source) 18.17.1 -> 18.19.71 age adoption passing confidence
@types/node-fetch (source) 2.6.4 -> 2.6.12 age adoption passing confidence
@types/react (source) 17.0.62 -> 17.0.83 age adoption passing confidence
@types/sanitize-html (source) 2.9.0 -> 2.13.0 age adoption passing confidence
autoprefixer 10.4.14 -> 10.4.20 age adoption passing confidence
dotenv 16.3.1 -> 16.4.7 age adoption passing confidence
eslint (source) 8.46.0 -> 8.57.1 age adoption passing confidence
eslint-config-next (source) 13.4.12 -> 13.5.8 age adoption passing confidence
eslint-plugin-import 2.28.0 -> 2.31.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.7.1 -> 6.10.2 age adoption passing confidence
eslint-plugin-react 7.33.1 -> 7.37.4 age adoption passing confidence
node-fetch 2.6.12 -> 2.7.0 age adoption passing confidence
postcss (source) 8.4.31 -> 8.5.1 age adoption passing confidence
tailwindcss (source) 3.3.3 -> 3.4.17 age adoption passing confidence
ts-node (source) 10.9.1 -> 10.9.2 age adoption passing confidence

Release Notes

tailwindlabs/tailwindcss-typography (@​tailwindcss/typography)

v0.5.16

Compare Source

Fixed
  • Support installing with beta versions of Tailwind CSS v4 (#​365)

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)
testing-library/react-testing-library (@​testing-library/react)

v14.3.1

Compare Source

Bug Fixes

v14.3.0

Compare Source

v14.2.2

Compare Source

v14.2.1

Compare Source

Bug Fixes
  • Update types to support all possible react component return values (#​1272) (55e79c2)

v14.2.0

Compare Source

Features
  • add reactStrictMode option to enable strict mode render (#​1241) (0880eba)

v14.1.2

Compare Source

Bug Fixes

v14.1.1

Compare Source

Bug Fixes

v14.1.0

Compare Source

Features
testing-library/user-event (@​testing-library/user-event)

v14.6.0

Compare Source

Features
Bug Fixes
  • clipboard: await DataTransferItem.getAsString() callback (#​1251) (7b11b0e)
  • event: assign pointer coords to MouseEvent (#​1039) (8528972)
  • pointer: check PointerCoords.x in isDifferentPointerPosition (#​1216) (75edef5)
  • pointer: check all fields of PointerCoords in isDifferentPointerPosition() (#​1229) (5f3d28f)

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).
motdotla/dotenv (dotenv)

v16.4.7

Compare Source

Changed
  • Ignore .tap folder when publishing. (oops, sorry about that everyone. - @​motdotla) #​848

v16.4.6

Compare Source

Changed
  • Clean up stale dev dependencies #​847
  • Various README updates clarifying usage and alternative solutions using dotenvx

v16.4.5

Compare Source

Changed
  • 🐞 fix recent regression when using path option. return to historical behavior: do not attempt to auto find .env if path set. (regression was introduced in 16.4.3) #​814

v16.4.4

Compare Source

Changed
  • 🐞 Replaced chaining operator ?. with old school && (fixing node 12 failures) #​812

v16.4.3

Compare Source

Changed
  • Fixed processing of multiple files in options.path #​805

v16.4.2

Compare Source

Changed

v16.4.1

Compare Source

  • Patch support for array as path option #​797

v16.4.0

Compare Source

  • Add error.code to error messages around .env.vault decryption handling #​795
  • Add ability to find .env.vault file when filename(s) passed as an array #​784

v16.3.2

Compare Source

Added
  • Add debug message when no encoding set #​735
Changed
  • Fix output typing for populate #​792
  • Use subarray instead of slice #​793
eslint/eslint (eslint)

v8.57.1

Compare Source

v8.57.0

Compare Source

Features

  • 1120b9b feat: Add loadESLint() API method for v8 (#​18098) (Nicholas C. Zakas)
  • dca7d0f feat: Enable eslint.config.mjs and eslint.config.cjs (#​18066) (Nitin Kumar)

Bug Fixes

  • 2196d97 fix: handle absolute file paths in FlatRuleTester (#​18064) (Nitin Kumar)
  • 69dd1d1 fix: Ensure config keys are printed for config errors (#​18067) (Nitin Kumar)
  • 9852a31 fix: deep merge behavior in flat config (#​18065) (Nitin Kumar)
  • 4c7e9b0 fix: allow circular references in config (#​18056) (Milos Djermanovic)

Documentation

Chores

v8.56.0

Compare Source

Features
  • 0dd9704 feat: Support custom severity when reporting unused disable directives (#​17212) (Bryan Mishkin)
  • 31a7e3f feat: fix no-restricted-properties false negatives with unknown objects (#​17818) (Arka Pratim Chaudhuri)
Bug Fixes
  • 7d5e5f6 fix: TypeError: fs.exists is not a function on read-only file system (#​17846) (Francesco Trotta)
  • 74739c8 fix: suggestion with invalid syntax in no-promise-executor-return rule (#​17812) (Bryan Mishkin)
Documentation
  • 9007719 docs: update link in ways-to-extend.md (#​17839) (Amel SELMANE)
  • 3a22236 docs: Update README (GitHub Actions Bot)
  • 54c3ca6 docs: fix migration-guide example (#​17829) (Tanuj Kanti)
  • 4391b71 docs: check config comments in rule examples (#​17815) (Francesco Trotta)
  • fd28363 docs: remove mention about ESLint stylistic rules in readme (#​17810) (Zwyx)
  • 48ed5a6 docs: Update README (GitHub Actions Bot)
Chores

v8.55.0

Compare Source

Features

  • 8c9e6c1 feat: importNamePattern option in no-restricted-imports (#​17721) (Tanuj Kanti)

Documentation

  • 83ece2a docs: fix typo --rules -> --rule (#​17806) (OKURA Masafumi)
  • fffca5c docs: remove "Open in Playground" buttons for removed rules (#​17791) (Francesco Trotta)
  • a6d9442 docs: fix correct/incorrect examples of rules (#​17789) (Tanuj Kanti)
  • 383e999 docs: update and fix examples for no-unused-vars (#​17788) (Tanuj Kanti)
  • 5a8efd5 docs: add specific stylistic rule for each deprecated rule (#​17778) (Etienne)

Chores

v8.54.0

Compare Source

Features

  • a7a883b feat: for-direction rule add check for condition in reverse order (#​17755) (Angelo Annunziata)
  • 1452dc9 feat: Add suggestions to no-console (#​17680) (Joel Mathew Koshy)
  • 21ebf8a feat: update no-array-constructor rule (#​17711) (Francesco Trotta)

Bug Fixes

  • 98926e6 fix: Ensure that extra data is not accidentally stored in the cache file (#​17760) (Milos Djermanovic)
  • e8cf9f6 fix: Make dark scroll bar in dark theme (#​17753) (Pavel)
  • 3cbeaad fix: Use cwd constructor option as config basePath in Linter (#​17705) (Milos Djermanovic)

Documentation

  • becfdd3 docs: Make clear when rules are removed (#​17728) (Nicholas C. Zakas)
  • 05d6e99 docs: update "Submit a Pull Request" page (#​17712) (Francesco Trotta)
  • eb2279e docs: display info about deprecated rules (#​17749) (Percy Ma)
  • d245326 docs: Correct working in migrating plugin docs (#​17722) (Filip Tammergård)

Chores

v8.53.0

Compare Source

Features

  • 528e1c0 feat: Deprecate formatting rules (#​17696) (Nicholas C. Zakas)
  • c0b11dd feat: Add suggestions for no-prototype-builtins (#​17677) (Yonathan Randolph)

Bug Fixes

  • 1ad6257 fix: ensure that exit code for fatal errors is not overwritten (#​17683) (Milos Djermanovic)
  • b329ea7 fix: add ; after JSX nodes in no-object-constructor autofix (#​17672) (Francesco Trotta)

Documentation

  • ab8c60d docs: change position of return to top button (#​17688) (Tanuj Kanti)
  • 4fc44c0 docs: update twitter icon to new X icon (#​17687) (Tanuj Kanti)
  • 4164b2c docs: Update README (GitHub Actions Bot)
  • 8651895 docs: Fix tabs in rule examples (#​17653) (Francesco Trotta)
  • 3aec1c5 docs: explained rule fixers and suggestions (#​17657) (Josh Goldberg ✨)

Chores

v8.52.0

Compare Source

Features

  • 70648ee feat: report-unused-disable-directive to report unused eslint-enable (#​17611) (Yosuke Ota)

Bug Fixes

  • 5de9637 fix: Ensure shared references in rule configs are separated (#​17666) (Nicholas C. Zakas)
  • dcfe573 fix: add preceding semicolon in suggestions of no-object-constructor (#​17649) (Francesco Trotta)

Documentation

  • 476d58a docs: Add note about invalid CLI flags when using flat config. (#​17664) (Nicholas C. Zakas)
  • 660ed3a docs: Plugin flat config migration guide (#​17640) (Nicholas C. Zakas)
  • a58aa20 docs: fix examples for several rules (#​17645) (Milos Djermanovic)
  • 179929b docs: Remove trailing newline from the code of Playground links (#​17641) (Francesco Trotta)
  • f8e5c30 docs: Update README (GitHub Actions Bot)
  • b7ef2f3 docs: Enable pretty code formatter output (#​17635) (Nicholas C. Zakas)
  • 0bcb9a8 docs: Fix syntax errors in rule examples (#​17633) (Francesco Trotta)
  • 61b9083 docs: Make no-continue example code work (#​17643) (Zhongyuan Zhou)
  • 9fafe45 docs: upgrade to 11ty 2.0 (#​17632) (Percy Ma)
  • ff8e4bf docs: Update README (GitHub Actions Bot)
  • fab249a docs: Update README (GitHub Actions Bot)
  • 392305b docs: Update no-irregular-whitespace and fix examples (#​17626) (Francesco Trotta)
  • 6b8acfb docs: Add real whitespace to no-trailing-spaces examples (#​17630) (Francesco Trotta)
  • 1000187 docs: Fix examples in unicode-bom (#​17631) (Francesco Trotta)
  • 000290c docs: Update README (GitHub Actions Bot)

Chores

v8.51.0

Compare Source

Features

  • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#​17569) (Domantas Petrauskas)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands ([#​17600](https://

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
Copy link
Contributor Author

renovate bot commented Aug 14, 2023

Branch automerge failure

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

@renovate renovate bot requested review from dnsos and vogelino as code owners August 14, 2023 04:47
@vercel
Copy link

vercel bot commented Aug 14, 2023

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

Name Status Preview Comments Updated (UTC)
hilf-mir-berlin ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 2:35am
wegweiser-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 16, 2025 2:35am

@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 8805069 to b8dfa3c Compare August 14, 2023 13:48
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from b8dfa3c to a1bb2b3 Compare August 14, 2023 20:32
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from a1bb2b3 to f330b3d Compare August 15, 2023 05:21
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from f330b3d to 36281b7 Compare August 15, 2023 07:42
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 36281b7 to 2f6ef5a Compare August 15, 2023 10:21
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 2f6ef5a to b8c6c16 Compare August 15, 2023 23:27
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from b8c6c16 to 2f6facb Compare August 16, 2023 07:17
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 2f6facb to d365136 Compare August 17, 2023 10:09
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from d365136 to d316cd8 Compare August 18, 2023 00:41
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from d316cd8 to bd6bebc Compare August 18, 2023 12:52
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from bd6bebc to 37c93f4 Compare August 18, 2023 15:25
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 37c93f4 to 7d4db25 Compare August 18, 2023 18:56
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 7d4db25 to c9f93ca Compare August 18, 2023 22:11
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from e02e12f to 2e4a712 Compare December 3, 2024 19:05
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 2e4a712 to 861d6d3 Compare December 3, 2024 21:43
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 861d6d3 to 26bbaec Compare December 11, 2024 11:58
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 26bbaec to 511c8cc Compare December 17, 2024 20:49
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 511c8cc to 67f2032 Compare December 21, 2024 03:51
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 67f2032 to 11bb53e Compare December 24, 2024 05:26
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 11bb53e to da40a35 Compare January 1, 2025 04:37
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from da40a35 to 7510613 Compare January 6, 2025 14:26
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 7510613 to 079f43a Compare January 7, 2025 17:09
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 079f43a to 088528c Compare January 13, 2025 06:49
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 088528c to 71d60a1 Compare January 13, 2025 23:00
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 71d60a1 to 20995fd Compare January 14, 2025 19:10
@renovate renovate bot force-pushed the renovate/devdependencies-non-major branch from 20995fd to b78619b Compare January 15, 2025 22:04
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