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 - autoclosed #5

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@builder.io/qwik-city (source) 1.2.19 -> 1.4.2 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) 6.13.2 -> 6.20.0 age adoption passing confidence
@typescript-eslint/parser (source) 6.13.2 -> 6.20.0 age adoption passing confidence
tailwindcss (source) 3.3.6 -> 3.4.1 age adoption passing confidence
undici (source) 6.0.1 -> 6.5.0 age adoption passing confidence
vite-tsconfig-paths 4.2.1 -> 4.3.1 age adoption passing confidence

Release Notes

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

v1.4.2

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.4.1...v1.4.2

v1.4.1

Compare Source

Overview

  • Try harder to prevent dirty tasks on SSR
  • AWS middleware in qwik-city
  • File filter option to make Qwik work better with Astro
  • qwik-auth can now handle multiple cookies
  • Node adapters in qwik-city now read .env files
  • Bugfixes in various service workers, starter CSS build, etc
  • Dependency updates

Thanks to all contributors!

Commits

New Contributors

Full Changelog: QwikDev/qwik@v1.4.0...v1.4.1

v1.4.0

Compare Source

What's Changed
  • Types have changed a bit, now JSX components output JSXOutput instead of JSXNode, which captures the existing possibility to return strings, booleans, arrays etc.
  • The Link component now automatically prefetches the JS needed
  • When SPA routing fails, it will now use MPA routing as a fallback
  • Various bugfixes
PRs merged
New Contributors

Full Changelog: QwikDev/qwik@v1.3.5...v1.4.0

v1.3.5

Compare Source

What's Changed

Full Changelog: QwikDev/qwik@v1.3.4...v1.3.5

v1.3.4

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.3.3...v1.3.4

v1.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.3.2...v1.3.3

v1.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.3.1...v1.3.2

v1.3.1

Compare Source

What's Changed
New Contributors

Full Changelog: QwikDev/qwik@v1.3.0...v1.3.1

v1.3.0

Compare Source

Breaking Changes

  • When passing a Signal into track() directly (instead of passing a function), it returns the signal value instead of the signal itself. This behavior was already present when running inside a useResource$ callback, and now it is consistent across all Tasks.

What's Changed

New Contributors

Full Changelog: QwikDev/qwik@v1.2.19...v1.3.0

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

v6.20.0

Compare Source

🚀 Features
  • eslint-plugin: [member-ordering] allow easy reuse of the default ordering
🩹 Fixes
  • eslint-plugin: [no-useless-template-literals] incorrect bigint autofix result

  • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as non-nullable

  • eslint-plugin: [no-useless-template-literals] report Infinity & NaN

  • eslint-plugin: [prefer-readonly] disable checking accessors

❤️ Thank You
  • Alex Parloti
  • auvred
  • James Browning
  • StyleShit
  • YeonJuan

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

v6.19.1

Compare Source

🩹 Fixes
  • type-utils: preventing isUnsafeAssignment infinite recursive calls

  • eslint-plugin: [no-unnecessary-condition] fix false positive for type variable

❤️ Thank You
  • YeonJuan

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

v6.19.0

Compare Source

🚀 Features
  • eslint-plugin: [prefer-promise-reject-errors] add rule

  • eslint-plugin: [no-array-delete] add new rule

  • eslint-plugin: [no-useless-template-literals] add fix suggestions

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-assertion] detect unnecessary non-null-assertion on a call expression

  • eslint-plugin: [no-unnecesary-type-assertion] treat unknown/any as nullable

❤️ Thank You
  • auvred
  • Brad Zacher
  • Josh Goldberg ✨
  • Joshua Chen
  • LJX
  • Steven
  • StyleShit

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

v6.18.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-non-null-assertion] provide valid fix when member access is on next line

  • eslint-plugin: [no-unnecessary-condition] improve checking optional callee

  • eslint-plugin: [prefer-readonly] support modifiers of unions and intersections

  • eslint-plugin: [switch-exhaustiveness-check] fix new allowDefaultCaseForExhaustiveSwitch option

❤️ Thank You
  • auvred
  • James
  • Josh Goldberg ✨
  • YeonJuan

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

v6.18.0

Compare Source

🚀 Features
  • typescript-estree: throw on invalid update expressions

  • eslint-plugin: [no-var-requires, no-require-imports] allow option

❤️ Thank You
  • auvred
  • Joshua Chen

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

v6.17.0

Compare Source

Bug Fixes
  • eslint-plugin: [no-restricted-imports] prevent crash when patterns or paths in options are empty (#​8108) (675e987)
Features
  • eslint-plugin: [no-floating-promises] flag result of .map(async) (#​7897) (5857356)
  • eslint-plugin: [switch-exhaustiveness-check] add an option to warn against a default case on an already exhaustive switch (#​7539) (6a219bd)

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

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.20.0](https://togithub.com/typescript-eslint/typescript-eslint/blob/HEAD


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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
Contributor Author

renovate bot commented Jan 5, 2024

Branch automerge failure

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


  • Branch has one or more failed status checks

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ef69e1 to c04ced2 Compare January 5, 2024 22:04
Copy link

cloudflare-pages bot commented Jan 5, 2024

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: 6b27ffe
Status:🚫  Build failed.

View logs

@renovate renovate bot changed the title chore(deps): update dependency vite to v5.0.11 chore(deps): update all non-major dependencies Jan 5, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 14 times, most recently from ee1b2c1 to 9aed9e9 Compare January 12, 2024 19:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 12 times, most recently from 1b3b790 to 483e893 Compare January 18, 2024 18:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 68f832d to 4e48136 Compare January 25, 2024 16:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 167f767 to ce7c842 Compare January 27, 2024 19:45
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jan 28, 2024
@renovate renovate bot closed this Jan 28, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch January 28, 2024 03:44
@renovate renovate bot changed the title chore(deps): update all non-major dependencies - autoclosed chore(deps): update all non-major dependencies Jan 30, 2024
@renovate renovate bot reopened this Jan 30, 2024
@renovate renovate bot restored the renovate/all-minor-patch branch January 30, 2024 07:28
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update all non-major dependencies - autoclosed Jan 30, 2024
@renovate renovate bot closed this Jan 30, 2024
@renovate renovate bot deleted the renovate/all-minor-patch branch January 30, 2024 10:41
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