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 all non-major dependencies #8

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@builder.io/qwik (source) ^1.4.4 -> ^1.5.1 age adoption passing confidence devDependencies minor
@builder.io/qwik-city (source) ^1.4.4 -> ^1.5.1 age adoption passing confidence devDependencies minor
@commitlint/config-conventional (source) ^18.6.1 -> ^18.6.3 age adoption passing confidence devDependencies patch
@ianvs/prettier-plugin-sort-imports ^4.1.1 -> ^4.2.1 age adoption passing confidence devDependencies minor
@types/eslint (source) ^8.56.2 -> ^8.56.6 age adoption passing confidence devDependencies patch
@types/node (source) ^20.11.17 -> ^20.11.30 age adoption passing confidence devDependencies patch
@typescript-eslint/eslint-plugin (source) ^7.1.0 -> ^7.4.0 age adoption passing confidence devDependencies minor
@typescript-eslint/parser (source) ^7.1.0 -> ^7.4.0 age adoption passing confidence devDependencies minor
autoprefixer ^10.4.17 -> ^10.4.19 age adoption passing confidence devDependencies patch
eslint (source) ^8.56.0 -> ^8.57.0 age adoption passing confidence devDependencies minor
eslint-plugin-qwik (source) ^1.4.4 -> ^1.5.1 age adoption passing confidence devDependencies minor
eslint-plugin-tailwindcss ^3.14.2 -> ^3.15.1 age adoption passing confidence devDependencies minor
husky ^9.0.10 -> ^9.0.11 age adoption passing confidence devDependencies patch
node (source) >=20.11.0 -> >=20.12.0 age adoption passing confidence engines minor
postcss (source) ^8.4.35 -> ^8.4.38 age adoption passing confidence devDependencies patch
prettier-plugin-tailwindcss ^0.5.11 -> ^0.5.13 age adoption passing confidence devDependencies patch
tailwind-merge ^2.2.1 -> ^2.2.2 age adoption passing confidence dependencies patch
tailwindcss (source) 3.4.1 -> 3.4.3 age adoption passing confidence devDependencies patch
typescript (source) ^5.3.3 -> ^5.4.3 age adoption passing confidence devDependencies minor
undici (source) ^6.6.2 -> ^6.10.2 age adoption passing confidence devDependencies minor
vercel (source) ^33.5.0 -> ^33.6.2 age adoption passing confidence devDependencies minor
vite (source) ^5.1.1 -> ^5.2.7 age adoption passing confidence devDependencies minor
vite-tsconfig-paths ^4.3.1 -> ^4.3.2 age adoption passing confidence devDependencies patch

Release Notes

BuilderIO/qwik (@​builder.io/qwik)

v1.5.1

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.5.0...v1.5.1

v1.5.0

Compare Source

Breaking changes

It turns out that this release requires a change to vite.config.ts for the production builds. The ssr configuration needs to have "node:async_hooks" as external:

        ssr: {
          external: ['node:async_hooks'],
        },
New features
  • Support for Uint8Array serialization
Notable bugfixes
  • Server-side function calls now use Async LocalStorage to ensure retaining the request context during async handling
PRs
New Contributors

Full Changelog: QwikDev/qwik@v1.4.5...v1.5.0

v1.4.5

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.4.4...v1.4.5

conventional-changelog/commitlint (@​commitlint/config-conventional)

v18.6.3

Compare Source

Bug Fixes

Full Changelog: conventional-changelog/commitlint@v18.6.2...v18.6.3

v18.6.2

Compare Source

Bug Fixes
ianvs/prettier-plugin-sort-imports (@​ianvs/prettier-plugin-sort-imports)

v4.2.1

Compare Source

What's Changed

Bugfixes

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.2.0...v4.2.1

v4.2.0

Compare Source

What's Changed

Features
Bug fixes
Dependencies
Docs

New Contributors

Full Changelog: IanVS/prettier-plugin-sort-imports@v4.1.1...v4.2.0

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

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.

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4

  • eslint-plugin: [prefer-string-starts-ends-with] add allowSingleElementEquality option

🩹 Fixes
  • eslint-plugin: expose *-type-checked-only configs for extension

  • eslint-plugin: [member-ordering] report alphabetical sorting for all groups instead of just the first failing group

  • eslint-plugin: [no-var-requires, no-require-imports] support template literal

  • eslint-plugin: [no-useless-template-literals] detect TemplateLiteral

  • eslint-plugin: [no-unnecessary-condition] handle union array and tuple type

  • eslint-plugin: [prefer-find] support ternary branches in prefer-find

❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

v7.1.1

Compare Source

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

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

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

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.

v7.2.0

Compare Source

🚀 Features
  • support TS 5.4
❤️ Thank You
  • Arka Pratim Chaudhuri
  • auvred
  • Chris Plummer
  • Fotis Papadogeorgopoulos
  • Josh Goldberg ✨
  • Kirk Waiblinger
  • Wayne Zhang
  • YeonJuan

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

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

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.

v10.4.18

Compare Source

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

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

francoismassart/eslint-plugin-tailwindcss (eslint-plugin-tailwindcss)

v3.15.1

Compare Source

v3.15.0: no-unnecessary-arbitrary-value

Compare Source

New rule no-unnecessary-arbitrary-value is available.

e.g. replacing m-[1.25rem] by its configuration based classname m-5

v3.14.3

Compare Source

fix: retro compatibility for older Tailwind CSS (before typescript config)

typicode/husky (husky)

v9.0.11

Compare Source

nodejs/node (node)

v20.12.0

Compare Source

v20.11.1

Compare Source

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.
tailwindlabs/prettier-plugin-tailwindcss (prettier-plugin-tailwindcss)

v0.5.13

Compare Source

Added
  • Add support for @zackad/prettier-plugin-twig-melody (#​255)

v0.5.12

Compare Source

Added
  • Add support for prettier-plugin-sort-imports (#​241)
  • Add support for Tailwind CSS v4.0 (#​249)
dcastil/tailwind-merge (tailwind-merge)

v2.2.2

[Compare Source](https://togithub.com/dcastil/tailwind-merge/compare/v2.2.1...v2.2.


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

vercel bot commented Feb 19, 2024

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

Name Status Preview Comments Updated (UTC)
landing ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 29, 2024 11:26am

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 390b40a to 586e580 Compare March 1, 2024 23:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 586e580 to 16d82a3 Compare March 3, 2024 19:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b8474d to d56abd8 Compare March 21, 2024 00:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d56abd8 to 77451be Compare March 21, 2024 14:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 77451be to d9de688 Compare March 22, 2024 16:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d9de688 to e71b632 Compare March 23, 2024 10:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e71b632 to a8580fc Compare March 24, 2024 09:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a8580fc to c8fe276 Compare March 24, 2024 13:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8fe276 to c0d9dda Compare March 25, 2024 19:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c0d9dda to a4d405e Compare March 26, 2024 22:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a4d405e to 6b87363 Compare March 27, 2024 10:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6b87363 to f57c4fa Compare March 27, 2024 17:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f57c4fa to c71ede4 Compare March 27, 2024 22:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c71ede4 to 5857a24 Compare March 28, 2024 16:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 5857a24 to 497283e Compare March 29, 2024 11:26
@renovate renovate bot merged commit bd2532a into master Mar 29, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 29, 2024 13: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.

None yet

0 participants