Skip to content

fix(deps): update all non-major dependencies#17629

Merged
patak-cat merged 3 commits intomainfrom
renovate/all-minor-patch
Jul 16, 2024
Merged

fix(deps): update all non-major dependencies#17629
patak-cat merged 3 commits intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) ^7.24.7 -> ^7.24.9 age adoption passing confidence
@babel/parser (source) ^7.24.7 -> ^7.24.8 age adoption passing confidence
@babel/preset-env (source) ^7.24.7 -> ^7.24.8 age adoption passing confidence
@babel/runtime (source) ^7.24.7 -> ^7.24.8 age adoption passing confidence
@builder.io/qwik (source) ^1.6.0 -> ^1.7.1 age adoption passing confidence
@eslint/js (source) ^9.6.0 -> ^9.7.0 age adoption passing confidence
@preact/preset-vite ^2.8.3 -> ^2.9.0 age adoption passing confidence
@shikijs/vitepress-twoslash (source) ^1.10.0 -> ^1.10.3 age adoption passing confidence
@types/lodash (source) ^4.17.6 -> ^4.17.7 age adoption passing confidence
@types/node (source) ^20.14.9 -> ^20.14.10 age adoption passing confidence
@types/ws (source) ^8.5.10 -> ^8.5.11 age adoption passing confidence
@typescript-eslint/eslint-plugin (source) ^7.15.0 -> ^7.16.1 age adoption passing confidence
@typescript-eslint/parser (source) ^7.15.0 -> ^7.16.1 age adoption passing confidence
acorn ^8.12.0 -> ^8.12.1 age adoption passing confidence
browserslist ^4.23.1 -> ^4.23.2 age adoption passing confidence
eslint (source) ^9.6.0 -> ^9.7.0 age adoption passing confidence
eslint-plugin-react ^7.34.3 -> ^7.34.4 age adoption passing confidence
eslint-plugin-react-refresh ^0.4.7 -> ^0.4.8 age adoption passing confidence
globals ^15.7.0 -> ^15.8.0 age adoption passing confidence
miniflare (source) ^3.20240620.0 -> ^3.20240701.0 age adoption passing confidence
npm-run-all2 ^6.2.0 -> ^6.2.2 age adoption passing confidence
playwright-chromium (source) ^1.45.0 -> ^1.45.1 age adoption passing confidence
pnpm (source) 9.4.0 -> 9.5.0 age adoption passing confidence
prettier (source) 3.3.2 -> 3.3.3 age adoption passing confidence
rimraf ^5.0.7 -> ^5.0.9 age adoption passing confidence
rollup-plugin-license ^3.5.1 -> ^3.5.2 age adoption passing confidence
sass ^1.77.6 -> ^1.77.8 age adoption passing confidence
tailwindcss (source) ^3.4.4 -> ^3.4.5 age adoption passing confidence
terser (source) ^5.31.1 -> ^5.31.2 age adoption passing confidence
tsx (source) ^4.16.0 -> ^4.16.2 age adoption passing confidence
typescript-eslint (source) ^7.15.0 -> ^7.16.1 age adoption passing confidence
vitepress (source) 1.2.3 -> 1.3.1 age adoption passing confidence
vitest (source) ^2.0.2 -> ^2.0.3 age adoption passing confidence
vue-tsc (source) ^2.0.24 -> ^2.0.26 age adoption passing confidence
ws ^8.17.1 -> ^8.18.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.24.9

Compare Source

🐛 Bug Fix
💅 Polish
🏠 Internal

v7.24.8

Compare Source

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
babel/babel (@​babel/parser)

v7.24.8

Compare Source

v7.24.8 (2024-07-11)

Thanks @​H0onnn, @​jkup and @​SreeXD for your first pull requests!

👓 Spec Compliance
🐛 Bug Fix
💅 Polish
Committers: 9
QwikDev/qwik (@​builder.io/qwik)

v1.7.1

Compare Source

What's Changed

There are very important bugfixes around build and development in this release and we recommend upgrading.

PRs

Full Changelog: QwikDev/qwik@v1.7.0...v1.7.1

v1.7.0

Compare Source

Notable changes
  • Form errors when using dot notation have a slightly different type
  • Changes to search parameters in the URL will cause routeloaders to re-run now
  • Fixed several issues in dev mode
PRs merged
New Contributors

Full Changelog: QwikDev/qwik@v1.6.0...v1.7.0

eslint/eslint (@​eslint/js)

v9.7.0

Compare Source

preactjs/preset-vite (@​preact/preset-vite)

v2.9.0

Compare Source

Features
Fixes
Maintenance

Full Changelog: preactjs/preset-vite@2.8.3...2.9.0

shikijs/shiki (@​shikijs/vitepress-twoslash)

v1.10.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v1.10.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v1.10.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.16.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters
❤️ Thank You
  • Dan Vanderkam

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

v7.16.0

Compare Source

🚀 Features
  • rule-tester: stricter rule test validations

  • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule

  • eslint-plugin: add support for nested namespaces to unsafe-member-access

  • eslint-plugin: [no-floating-promises] add checkThenables option

🩹 Fixes
  • deps: update dependency @​eslint-community/regexpp to v4.11.0

  • eslint-plugin: [no-floating-promises] add suggestions to tests from #​9263 checkThenables

  • website: react key error on internal pages of website

  • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled

❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

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

v7.16.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.16.0

Compare Source

🩹 Fixes
❤️ Thank You
  • Abraham Guo
  • auvred
  • Josh Goldberg ✨
  • Juan Sanchez
  • Vinccool96
  • YeonJuan
  • Yukihiro Hasegawa

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

acornjs/acorn (acorn)

v8.12.1

Compare Source

browserslist/browserslist (browserslist)

v4.23.2

Compare Source

  • Updated Firefox ESR.
eslint/eslint (eslint)

v9.7.0

Compare Source

Features

  • 7bd9839 feat: add support for es2025 duplicate named capturing groups (#​18630) (Yosuke Ota)
  • 1381394 feat: add regex option in no-restricted-imports (#​18622) (Nitin Kumar)

Bug Fixes

  • 14e9f81 fix: destructuring in catch clause in no-unused-vars (#​18636) (Francesco Trotta)

Documentation

  • 9f416db docs: Add Powered by Algolia label to the search. (#​18633) (Amaresh S M)
  • c8d26cb docs: Open JS Foundation -> OpenJS Foundation (#​18649) (Milos Djermanovic)
  • 6e79ac7 docs: loadESLint does not support option cwd (#​18641) (Francesco Trotta)

Chores

jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.34.4

Compare Source

Fixed
ArnaudBarre/eslint-plugin-react-refresh (eslint-plugin-react-refresh)

v0.4.8

Compare Source

  • Support export const foo = -1 with allowConstantExport (fixes #​43)
sindresorhus/globals (globals)

v15.8.0

Compare Source

cloudflare/workers-sdk (miniflare)

v3.20240701.0

Compare Source

Minor Changes
Patch Changes
bcomnes/npm-run-all2 (npm-run-all2)

v6.2.2

Compare Source

Commits
  • Revert "Compatibility: npm, yarn and pnpm run scripts" fc35f0d

v6.2.1

Compare Source

Merged
  • Compatibility: npm, yarn and pnpm run scripts #143
  • Use neostandard + add more static code analysis #142
  • Upgrade: Bump c8 from 9.1.0 to 10.0.0 #141
  • Upgrade: Bump p-queue from 7.4.1 to 8.0.1 #138
microsoft/playwright (playwright-chromium)

v1.45.1

Compare Source

pnpm/pnpm (pnpm)

v9.5.0

Compare Source

prettier/prettier (prettier)

v3.3.3

Compare Source

diff

Add parentheses for nullish coalescing in ternary (#​16391 by @​cdignam-segment)

This change adds clarity to operator precedence.

// Input
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.2
foo ? bar ?? foo : baz;
foo ?? bar ? a : b;
a ? b : foo ?? bar;

// Prettier 3.3.3
foo ? (bar ?? foo) : baz;
(foo ?? bar) ? a : b;
a ? b : (foo ?? bar);
Add parentheses for decorator expressions (#​16458 by @​y-schneider)

Prevent parentheses around member expressions or tagged template literals from being removed to follow the stricter parsing rules of TypeScript 5.5.

// Input
@​(foo`tagged template`)
class X {}

// Prettier 3.3.2
@​foo`tagged template`
class X {}

// Prettier 3.3.3
@​(foo`tagged template`)
class X {}
Support @let declaration syntax (#​16474 by @​sosukesuzuki)

Adds support for Angular v18 @let declaration syntax.

Please see the following code example. The @let declaration allows you to define local variables within the template:

@​let name = 'Frodo';

<h1>Dashboard for {{name}}</h1>
Hello, {{name}}

For more details, please refer to the excellent blog post by the Angular Team: Introducing @​let in Angular.

We also appreciate the Angular Team for kindly answering our questions to implement this feature.

isaacs/rimraf (rimraf)

v5.0.9

Compare Source

v5.0.8

Compare Source

mjeanroy/rollup-plugin-license (rollup-plugin-license)

v3.5.2

Compare Source

sass/dart-sass (sass)

v1.77.8

Compare Source

  • No user-visible changes.

v1.77.7

Compare Source

  • Declarations that appear after nested rules are deprecated, because the
    semantics Sass has historically used are different from the semantics
    specified by CSS. In the future, Sass will adopt the standard CSS semantics.

    See the Sass website for details.

  • Potentially breaking bug fix: // in certain places such as unknown
    at-rule values was being preserved in the CSS output, leading to potentially
    invalid CSS. It's now properly parsed as a silent comment and omitted from the
    CSS output.

tailwindlabs/tailwindcss (tailwindcss)

v3.4.5

Compare Source

</d


Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants