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

Merged
merged 1 commit into from
Jun 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@supabase/supabase-js 2.42.4 -> 2.43.4 age adoption passing confidence
@types/node (source) 20.12.7 -> 20.13.0 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 7.7.0 -> 7.11.0 age adoption passing confidence
@typescript-eslint/parser (source) 7.7.0 -> 7.11.0 age adoption passing confidence
aurelia-bootstrapper (source) 2.4.0 -> 2.4.1 age adoption passing confidence
cypress (source) 13.7.3 -> 13.10.0 age adoption passing confidence
daisyui (source) 4.10.2 -> 4.11.1 age adoption passing confidence
eslint-webpack-plugin 4.1.0 -> 4.2.0 age adoption passing confidence
i18next-http-backend 2.5.0 -> 2.5.2 age adoption passing confidence
postcss-preset-env (source) 9.5.5 -> 9.5.14 age adoption passing confidence
prettier (source) 3.2.5 -> 3.3.0 age adoption passing confidence
sass 1.75.0 -> 1.77.4 age adoption passing confidence
ts-jest (source) 29.1.2 -> 29.1.4 age adoption passing confidence

Release Notes

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

v2.43.4

Compare Source

Reverts
  • Revert "fix: use proper dual-packaging" (4ad906d)
  • Revert "fix: bump postgrest-js" (24de3b7)

v2.43.3

Compare Source

Bug Fixes

v2.43.2

Compare Source

Bug Fixes

v2.43.1

Compare Source

Bug Fixes
  • bump auth-js to v2.64.2 (1c35413)

v2.43.0

Compare Source

Features
  • version bump realtime-js to 2.9.5 (53dcd83)

v2.42.7

Compare Source

Bug Fixes
  • set hasCustomAuthorizationHeader property on the AuthClient (31fc0cc)

v2.42.6

Compare Source

Bug Fixes

v2.42.5

Compare Source

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

v7.11.0

Compare Source

🚀 Features
  • eslint-plugin: deprecate prefer-ts-expect-error in favor of ban-ts-comment
🩹 Fixes
  • eslint-plugin: [consistent-type-assertions] prevent syntax errors on arrow functions
❤️ Thank You
  • Abraham Guo
  • auvred
  • Dom Armstrong
  • Kirk Waiblinger

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

v7.10.0

Compare Source

🚀 Features
  • eslint-plugin: [sort-type-constituents] support case sensitive sorting
🩹 Fixes
  • eslint-plugin: [prefer-regexp-exec] fix heuristic to check whether regex may contain global flag
❤️ Thank You
  • auvred
  • Emanuel Hoogeveen
  • jsfm01
  • Kirk Waiblinger

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

v7.9.0

Compare Source

🩹 Fixes
  • eslint-plugin: [explicit-function-return-types] fix false positive on default parameters
❤️ Thank You
  • Kirk Waiblinger
  • Sheetal Nandi
  • Vinccool96

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

v7.8.0

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-argument] handle tagged templates

  • eslint-plugin: [prefer-optional-chain] suggests optional chaining during strict null equality check

  • eslint-plugin: [consistent-type-assertions] handle tagged templates

  • eslint-plugin: [no-unsafe-return] handle union types

  • eslint-plugin: [no-unused-vars] clear error report range

❤️ Thank You
  • auvred
  • Josh Goldberg ✨
  • jsfm01
  • Kim Sang Du
  • YeonJuan

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

v7.7.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unsafe-assignment] handle shorthand property assignment

  • eslint-plugin: [explicit-function-return-type] fix checking wrong ancestor's return type

  • eslint-plugin: [prefer-optional-chain] only look at left operand for requireNullish

  • eslint-plugin: [no-for-in-array] refine report location

  • eslint-plugin: [no-unnecessary-type-assertion] allow non-null assertion for void type

❤️ Thank You
  • Abraham Guo
  • Kirk Waiblinger
  • YeonJuan

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

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

v7.11.0

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.10.0

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.9.0

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.8.0

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.7.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.

aurelia/bootstrapper (aurelia-bootstrapper)

v2.4.1

Compare Source

cypress-io/cypress (cypress)

v13.10.0

Compare Source

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

v13.9.0

Compare Source

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

v13.8.1

Compare Source

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

v13.8.0

Compare Source

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

saadeghi/daisyui (daisyui)

v4.11.1

Compare Source

Bug Fixes
  • disable initial button animation for prefers-reduced-motion (57d470e)

v4.11.0

Compare Source

Features
  • add tab-active style for tabs with aria-selected="true" attribute (213ee58)

v4.10.5

Compare Source

Bug Fixes
  • add missing outline-* color utility classes to CDN file (b3e4800), closes #​2944

v4.10.4

Compare Source

Bug Fixes
  • show the parent element of disabled input as disabled (50d26b5), closes #​3004

v4.10.3

Compare Source

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

v4.2.0

Compare Source

Features
Bug Fixes
  • use stillValidModule only lintDirtyModulesOnly is disabled (#​253) (b52d1e7)
i18next/i18next-http-backend (i18next-http-backend)

v2.5.2

Compare Source

  • dereference timers in node.js so that the process may exit when finished 139

v2.5.1

Compare Source

  • fix: remove typeof window.document === 'undefined' check which deopt bundle optimization 137
csstools/postcss-plugins (postcss-preset-env)

v9.5.14

Compare Source

May 23, 2024

v9.5.13

Compare Source

May 13, 2024

v9.5.12

Compare Source

May 11, 2024

v9.5.11

Compare Source

May 4, 2024

v9.5.10

Compare Source

May 4, 2024

v9.5.9

Compare Source

April 22, 2024

v9.5.8

Compare Source

April 21, 2024

v9.5.7

Compare Source

April 21, 2024

v9.5.6

Compare Source

April 18, 2024

prettier/prettier (prettier)

v3.3.0

Compare Source

diff

🔗 Release Notes

sass/dart-sass (sass)

v1.77.4

Compare Source

Embedded Sass
  • Support passing Version input for fatalDeprecations as string over
    embedded protocol.

  • Fix a bug in the JS Embedded Host where Version could be incorrectly accepted
    as input for silenceDeprecations and futureDeprecations in pure JS.

v1.77.3

Compare Source

Dart API
  • Deprecation.duplicateVariableFlags has been deprecated and replaced with
    Deprecation.duplicateVarFlags to make it consistent with the
    duplicate-var-flags name used on the command line and in the JS API.

v1.77.2

Compare Source

  • Don't emit deprecation warnings for functions and mixins beginning with __.

  • Allow user-defined functions whose names begin with _ and otherwise look
    like vendor-prefixed functions with special CSS syntax.

Command-Line Interface
  • Properly handle the --silence-deprecation flag.

  • Handle the --fatal-deprecation and --future-deprecation flags for
    --interactive mode.

v1.77.1

Compare Source

  • Fix a crash that could come up with importers in certain contexts.

v1.77.0

Compare Source

  • Don't throw errors for at-rules in keyframe blocks.

v1.76.0

Compare Source

  • Throw errors for misplaced statements in keyframe blocks.

  • Mixins and functions whose names begin with -- are now deprecated for
    forwards-compatibility with the in-progress CSS functions and mixins spec.
    This deprecation is named css-function-mixin.

kulshekhar/ts-jest (ts-jest)

v29.1.4

Compare Source

Bug Fixes
Features

v29.1.3

Compare Source

Bug Fixes
  • add @jest/transform as an optional peer dependency (0ba7f86)
  • bring back Node 14 support (eda56a7)
Performance Improvements
  • remove ts resolved module cache file (4c88da5)

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 8 times, most recently from d1ca2b1 to 42829b0 Compare May 17, 2024 14:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 292a6a5 to 2e8498e Compare May 24, 2024 16:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 7073a95 to a79e234 Compare May 31, 2024 20:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a79e234 to 559752e Compare June 1, 2024 19:39
@anton-gustafsson anton-gustafsson merged commit 5ab8844 into main Jun 2, 2024
2 checks passed
@anton-gustafsson anton-gustafsson deleted the renovate/all-minor-patch branch June 2, 2024 19:45
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.

None yet

1 participant