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

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 16, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@capacitor/android (source) 5.7.0 -> 5.7.4 age adoption passing confidence
@capacitor/cli (source) 5.7.0 -> 5.7.4 age adoption passing confidence
@capacitor/core (source) 5.7.0 -> 5.7.4 age adoption passing confidence
@supabase/supabase-js 2.39.7 -> 2.42.4 age adoption passing confidence
@types/node (source) 20.11.20 -> 20.12.7 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.2.0 -> 7.6.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.2.0 -> 7.6.0 age adoption passing confidence
autoprefixer 10.4.18 -> 10.4.19 age adoption passing confidence
css-loader 6.10.0 -> 6.11.0 age adoption passing confidence
cssnano 6.0.4 -> 6.1.2 age adoption passing confidence
cypress (source) 13.6.6 -> 13.7.3 age adoption passing confidence
daisyui (source) 4.7.2 -> 4.10.1 age adoption passing confidence
dotenv-webpack 8.0.1 -> 8.1.0 age adoption passing confidence
eslint-webpack-plugin 4.0.1 -> 4.1.0 age adoption passing confidence
postcss (source) 8.4.35 -> 8.4.38 age adoption passing confidence
postcss-preset-env (source) 9.5.0 -> 9.5.5 age adoption passing confidence
reflect-metadata (source) 0.2.1 -> 0.2.2 age adoption passing confidence
sass 1.71.1 -> 1.75.0 age adoption passing confidence
sass-loader 14.1.1 -> 14.2.0 age adoption passing confidence
tailwindcss (source) 3.4.1 -> 3.4.3 age adoption passing confidence
typescript (source) 5.3.3 -> 5.4.5 age adoption passing confidence
webpack 5.90.3 -> 5.91.0 age adoption passing confidence
webpack-bundle-analyzer 4.10.1 -> 4.10.2 age adoption passing confidence
webpack-dev-server 4.15.1 -> 4.15.2 age adoption passing confidence

Release Notes

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

v5.7.4

Compare Source

Bug Fixes
  • http: change proxy url generation (30a32f4)

v5.7.3

Compare Source

Bug Fixes

v5.7.2

Compare Source

Bug Fixes
  • android: prevent crash on script injection if the script is too long (#​7316) (67c00e2)
  • cli: Attempt to verify non-cjs modules exist if cjs resolution fails (#​7310) (#​7313) (28e7f08)

v5.7.1

Compare Source

Bug Fixes
supabase/supabase-js (@​supabase/supabase-js)

v2.42.4

Compare Source

Bug Fixes

v2.42.3

Compare Source

v2.42.2

Compare Source

Bug Fixes
  • version bump realtime-js to 2.9.4 (9d033f8)

v2.42.1

Compare Source

Bug Fixes
  • postgrest-js: typings for rpc with GET (581c60f)

v2.42.0

Compare Source

Features
  • bump postgrest-js to v1.15.0 (b4cc20d)

v2.41.1

Compare Source

Bug Fixes

v2.41.0

Compare Source

Features
  • bump functions-js (get regional types more integrated) (#​996) (1d13090)

v2.40.0

Compare Source

Features
  • typecheck table names in from clause (e327521)

v2.39.8

Compare Source

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] handle TaggedTemplateExpression

  • eslint-plugin: [no-unnecessary-type-assertion] handle exactOptionalPropertyTypes compiler option

❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

🚀 Features
  • eslint-plugin: [consistent-type-imports] ignore files with decorators, experimentalDecorators, and emitDecoratorMetadata

  • eslint-plugin: [no-unnecessary-type-arguments] handle tagged templates

  • eslint-plugin: deprecate no-throw-literal and add a renamed only-throw-error

🩹 Fixes
  • eslint-plugin: [prefer-optional-chain] address multipart nullish checks false positive

  • eslint-plugin: [prefer-optional-chain] properly disambiguate between boolean and false

  • eslint-plugin: [no-unnecessary-type-assertion] avoid remove const casting on template literals with expressions inside

❤️ Thank You
  • Abraham Guo
  • Brad Zacher
  • Josh Goldberg ✨
  • Kim Sang Du
  • Kirk Waiblinger
  • Marco Pasqualetti
  • YeonJuan

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

v7.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

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

v7.3.0

Compare Source

🚀 Features
  • eslint-plugin: [restrict-template-expressions] add allowArray option

  • eslint-plugin: add meta.docs.recommended setting for strict config options

  • eslint-plugin: add rule use-unknown-in-catch-callback-variables

  • eslint-plugin: [prefer-reduce-type-parameter] supports tuple, union, intersection

🩹 Fixes
  • correct engines.node constraints in package.json

  • eslint-plugin: [unbound-method] check method definition in object literal using longhand form

  • eslint-plugin: [consistent-type-imports] handle imports without specifiers

  • eslint-plugin: [no-redundant-type-constituents] incorrectly marks & string as redundant

  • eslint-plugin: [no-unnecessary-qualifier] handle merge namespace with enum

  • eslint-plugin: [no-unused-expressions] false negatives when using assertions

  • eslint-plugin: [ban-ts-comment] more accurate handling of multiline comments

  • eslint-plugin: [explicit-function-return-type, explicit-module-boundary-types] improved checking for allowHigherOrderFunctions option

  • eslint-plugin: [class-literal-property-style] ignore property assigned in constructor

  • eslint-plugin: [no-unnecessary-type-assertion] fix false negative for const variable declarations

❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

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

v7.6.0

Compare Source

🚀 Features
  • bump npm dependency ranges
❤️ Thank You
  • Abraham Guo
  • auvred
  • Brad Zacher

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

v7.5.0

Compare Source

🩹 Fixes
  • parser: disallow errorOnTypeScriptSyntacticAndSemanticIssues
❤️ Thank You
  • Brad Zacher
  • Kim Sang Du
  • Mark de Dios
  • Naru
  • YeonJuan

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

v7.4.0

Compare Source

v7.3.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

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

v7.3.0

Compare Source

🩹 Fixes
  • correct engines.node constraints in package.json
❤️ Thank You
  • Abraham Guo
  • Alexu
  • Arka Pratim Chaudhuri
  • auvred
  • Derrick Isaacson
  • fnx
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Marta Cardoso
  • Michaël De Boey
  • Tristan Rasmussen
  • YeonJuan

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

postcss/autoprefixer (autoprefixer)

v10.4.19

Compare Source

  • Removed end value has mixed support, consider using flex-end warning
    since end/start now have good support.
webpack-contrib/css-loader (css-loader)

v6.11.0

Compare Source

Features
Bug Fixes
cssnano/cssnano (cssnano)

v6.1.2: v6.1.2

Compare Source

Bug Fixes

  • preserve correct order of gap and column-gap properties

Patch Changes

  • update autoprefixer

v6.1.1

Compare Source

v6.1.0: v6.1.0

Compare Source

This release contains a lot of fixes to Browserslist support thanks to @​colinrotherham

Features

  • support Browserslist options in more plugins
  • support overriding autoprefixer options

Additionally, this release includes improved TypeScript types.

v6.0.5: v6.0.5

Compare Source

Bug Fixes

  • correctly minify font declaration in edge cases
  • preserve initial property in -webkit-line-clamp
cypress-io/cypress (cypress)

v13.7.3

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-3

v13.7.2

Compare Source

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

v13.7.1

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-1

v13.7.0

Compare Source

Changelog: https://docs.cypress.io/guides/references/changelog#13-7-0

saadeghi/daisyui (daisyui)

v4.10.1

Compare Source

Bug Fixes

v4.10.0

Compare Source

Features

v4.9.0

Compare Source

Features

v4.8.0

Compare Source

Features
  • checkbox/toggle with checked="true" won't force to show a checked value visually anymore (17585a6), closes #​2911

v4.7.3

Compare Source

Features
  • add carousel-start utility class
mrsteele/dotenv-webpack (dotenv-webpack)

v8.1.0

Compare Source

Features
webpack-contrib/eslint-webpack-plugin (eslint-webpack-plugin)

v4.1.0

Compare Source

Features
4.0.1 (2023-04-10)
Performance
  • enable cache by default (#​213)
postcss/postcss (postcss)

v8.4.38

Compare Source

v8.4.37

Compare Source

  • Fixed original.column are not numbers error in another case.

v8.4.36

Compare Source

  • Fixed original.column are not numbers error on broken previous source map.
csstools/postcss-plugins (postcss-preset-env)

v9.5.5

Compare Source

April 11, 2024

v9.5.4

Compare Source

April 2, 2024

v9.5.3

Compare Source

March 31, 2024

v9.5.2

Compare Source

March 17, 2024

v9.5.1

Compare Source

March 13, 2024

rbuckton/reflect-metadata (reflect-metadata)

v0.2.2

Compare Source

</det


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 13 times, most recently from cd2f045 to 0529da8 Compare March 24, 2024 16:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from a6ab205 to f0a88b6 Compare March 31, 2024 14:28
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 5c2d14a to 8f00408 Compare April 3, 2024 16:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 9eec0da to 491a1f0 Compare April 10, 2024 16:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from ddb91b3 to 566b4b9 Compare April 14, 2024 12:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 566b4b9 to 558ec1a Compare April 15, 2024 05:31
@anton-gustafsson anton-gustafsson merged commit 18c9453 into main Apr 15, 2024
2 checks passed
@anton-gustafsson anton-gustafsson deleted the renovate/all-minor-patch branch April 15, 2024 18:05
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