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

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 11, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/android (source) 5.5.1 -> 5.6.0 age adoption passing confidence
@capacitor/cli (source) 5.5.1 -> 5.6.0 age adoption passing confidence
@capacitor/core (source) 5.5.1 -> 5.6.0 age adoption passing confidence
@supabase/supabase-js 2.39.0 -> 2.39.1 age adoption passing confidence
@types/node (source) 20.10.4 -> 20.10.5 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.13.2 -> 6.16.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.13.2 -> 6.16.0 age adoption passing confidence
cssnano 6.0.1 -> 6.0.2 age adoption passing confidence
cypress (source) 13.6.1 -> 13.6.2 age adoption passing confidence
daisyui (source) 4.4.19 -> 4.4.24 age adoption passing confidence
eslint (source) 8.55.0 -> 8.56.0 age adoption passing confidence
html-webpack-plugin 5.5.4 -> 5.6.0 age adoption passing confidence
magic-snowflakes 6.2.1 -> 6.3.0 age adoption passing confidence
postcss-loader 7.3.3 -> 7.3.4 age adoption passing confidence
reflect-metadata (source) 0.1.14 -> 0.2.1 age adoption passing confidence
sass-loader 13.3.2 -> 13.3.3 age adoption passing confidence
tailwindcss (source) 3.3.6 -> 3.4.0 age adoption passing confidence

Release Notes

ionic-team/capacitor (@​capacitor/android)

v5.6.0

Compare Source

Bug Fixes
  • cli: Use latest native-run (#​7030) (1d948d4)
  • http: properly write form-urlencoded data on android request body (#​7130) (a745a89)
  • http: set formdata boundary and body when content-type not explicitly set (#​7133) (3862d6e)
  • ios: add some new cordova-ios classes used by Cordova plugins (#​7115) (5fb902b)
Features
supabase/supabase-js (@​supabase/supabase-js)

v2.39.1

Compare Source

Bug Fixes
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v6.16.0

Compare Source

Bug Fixes
  • eslint-plugin: [unbound-method] exempt all non-Promise built-in statics (#​8096) (3182959)
Features
  • eslint-plugin: deprecate formatting (meta.type: layout) rules (#​8073) (04dea84)
  • eslint-plugin: deprecate no-extra-semi in favor of ESLint Stylistic equivalent (#​8123) (9368bf3)

You can read about our versioning strategy and releases on our website.

v6.15.0

Compare Source

Features

You can read about our versioning strategy and releases on our website.

v6.14.0

Compare Source

Bug Fixes
  • eslint-plugin: add no-unsafe-unary-minus, prefer-destructuring to disable-type-checked (#​8038) (431cd15)
  • eslint-plugin: correct message for no-unsafe-unary-minus (#​7998) (705370a)
Features
  • eslint-plugin: [explicit-function-return-type] add support for typed class property definitions (#​8027) (bff47d7)
  • eslint-plugin: [require-await] allow yielding Promise in async generators (#​8003) (4c3e704)

You can read about our versioning strategy and releases on our website.

6.13.2 (2023-12-04)

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

You can read about our versioning strategy and releases on our website.

6.13.1 (2023-11-28)

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

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v6.16.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.15.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

v6.14.0

Compare Source

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

You can read about our versioning strategy and releases on our website.

6.13.2 (2023-12-04)

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

You can read about our versioning strategy and releases on our website.

6.13.1 (2023-11-28)

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

You can read about our versioning strategy and releases on our website.

cssnano/cssnano (cssnano)

v6.0.2: v6.0.2

Compare Source

  • fix: update cssnano peer dependency to 8.4.31 to avoid security issue
  • fix: update postcss-calc to 9.0.1 to solve disappearing expressions inside two brackets
  • deps(postcss-svgo): update SVGO to 3.0.5 and update doc
  • chore: update css-declaration-sorter
  • fix(postcss-minify-selectors): prevent mangling of timeline range names
  • fix(postcss-convert-values): keep percent unit in @Property
  • chore(cssnano): update lilconfig to 3.0.0
cypress-io/cypress (cypress)

v13.6.2

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-6-2

saadeghi/daisyui (daisyui)

v4.4.24

Compare Source

Bug Fixes
  • unwanted background color in .prose pre>code (5d6daf3)

v4.4.23

Compare Source

Bug Fixes

v4.4.22

Compare Source

Bug Fixes

v4.4.21

Compare Source

Bug Fixes

v4.4.20

Compare Source

Bug Fixes
eslint/eslint (eslint)

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
jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.0

Compare Source

Features
  • add @rspack/core as an optional peer dependency (#​1829) (56ff3ae)
  • Added support type=systemjs-module via the scriptLoading option (#​1822) (7effc30)
Bug Fixes
5.5.4 (2023-12-06)
Bug Fixes
5.5.3 (2023-06-10)
Bug Fixes
5.5.2 (2023-06-08)
Bug Fixes
5.5.1 (2023-04-15)
Bug Fixes
  • perf: defer loading of pretty-error to improve startup time (#​1789) (988709d)
hcodes/snowflakes (magic-snowflakes)

v6.3.0

Compare Source

  • Improved positioning of snowflakes when resizing the window.
webpack-contrib/postcss-loader (postcss-loader)

v7.3.4

Compare Source

rbuckton/reflect-metadata (reflect-metadata)

v0.2.1

Compare Source

What's Changed

Full Changelog: rbuckton/reflect-metadata@v0.2.0...v0.2.1

v0.2.0: reflect-metadata 0.2.0

Compare Source

What's Changed

Full Changelog: rbuckton/reflect-metadata@v0.1.14...v0.2.0

webpack-contrib/sass-loader (sass-loader)

v13.3.3

Compare Source

tailwindlabs/tailwindcss (tailwindcss)

v3.4.0

Compare Source

Added
  • Add svh, lvh, and dvh values to default height/min-height/max-height theme (#​11317)
  • Add has-* variants for :has(...) pseudo-class (#​11318)
  • Add text-wrap utilities including text-balance and text-pretty (#​11320, #​12031)
  • Extend default opacity scale to include all steps of 5 (#​11832)
  • Update Preflight html styles to include shadow DOM :host pseudo-class (#​11200)
  • Increase default values for grid-rows-* utilities from 1–6 to 1–12 (#​12180)
  • Add size-* utilities (#​12287)
  • Add utilities for CSS subgrid (#​12298)
  • Add spacing scale to min-w-*, min-h-*, and max-w-* utilities (#​12300)
  • Add forced-color-adjust utilities (#​11931)
  • Add forced-colors variant (#​11694, #​12582)
  • Add appearance-auto utility (#​12404)
  • Add logical property values for float and clear utilities (#​12480)
  • Add * variant for targeting direct children (#​12551)
Changed
  • Simplify the sans font-family stack (#​11748)
  • Disable the tap highlight overlay on iOS (#​12299)
  • Improve relative precedence of rtl, ltr, forced-colors, and dark variants (#​12584)

v3.3.7

Compare Source

Fixed
  • Fix support for container query utilities with arbitrary values (#​12534)
  • Fix custom config loading in Standalone CLI (#​12616)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 force-pushed the renovate/all-minor-patch branch from 59423f3 to 7bf0ab1 Compare December 13, 2023 21:49
@renovate renovate bot changed the title chore(deps): update all non-major dependencies to v6.14.0 chore(deps): update all non-major dependencies Dec 13, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 832a939 to 983879d Compare December 14, 2023 20:40
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Dec 14, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from 7a0daf9 to 4c904b2 Compare December 21, 2023 21:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 8255521 to 061cd5a Compare December 27, 2023 16:26
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 061cd5a to 0a5c355 Compare December 27, 2023 19:33
@anton-gustafsson anton-gustafsson merged commit 20a4c5a into main Dec 27, 2023
2 checks passed
@anton-gustafsson anton-gustafsson deleted the renovate/all-minor-patch branch December 27, 2023 19:43
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