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

Update all non-major dependencies #28556

Merged
merged 2 commits into from
Dec 2, 2024
Merged

Update all non-major dependencies #28556

merged 2 commits into from
Dec 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@sentry/webpack-plugin (source) 2.22.5 -> 2.22.6 age adoption passing confidence
bloom-filters 3.0.3 -> 3.0.4 age adoption passing confidence
concurrently 9.0.1 -> 9.1.0 age adoption passing confidence
core-js (source) 3.38.1 -> 3.39.0 age adoption passing confidence
cronstrue 2.50.0 -> 2.52.0 age adoption passing confidence
css-tree 3.0.0 -> 3.0.1 age adoption passing confidence
eslint-plugin-jest 28.8.3 -> 28.9.0 age adoption passing confidence
eslint-plugin-jsx-a11y 6.10.0 -> 6.10.2 age adoption passing confidence
eslint-plugin-react 7.37.1 -> 7.37.2 age adoption passing confidence
eslint-plugin-unicorn 56.0.0 -> 56.0.1 age adoption passing confidence
github-markdown-css 5.7.0 -> 5.8.1 age adoption passing confidence
html-webpack-plugin 5.6.0 -> 5.6.3 age adoption passing confidence
husky 9.1.6 -> 9.1.7 age adoption passing confidence
knip (source) 5.36.2 -> 5.38.2 age adoption passing confidence
prettier (source) 3.3.3 -> 3.4.1 age adoption passing confidence
uuid 11.0.2 -> 11.0.3 age adoption passing confidence
webpack 5.95.0 -> 5.96.1 age adoption passing confidence
yaml (source) 2.6.0 -> 2.6.1 age adoption passing confidence

Release Notes

getsentry/sentry-javascript-bundler-plugins (@​sentry/webpack-plugin)

v2.22.6

Compare Source

  • fix(core): Use sha256 instead of md5 to generate uuids from string (#​619)
Callidon/bloom-filters (bloom-filters)

v3.0.4

Compare Source

What's Changed

Full Changelog: Callidon/bloom-filters@v3.0.3...v3.0.4

open-cli-tools/concurrently (concurrently)

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

zloirock/core-js (core-js)

v3.39.0

Compare Source

bradymholt/cronstrue (cronstrue)

v2.52.0

Compare Source

What's Changed

New Contributors

Full Changelog: bradymholt/cRonstrue@v2.51.0...v2.52.0

v2.51.0

Compare Source

What's Changed

New Contributors

Full Changelog: bradymholt/cRonstrue@v2.50.0...v2.51.0

csstree/csstree (css-tree)

v3.0.1

Compare Source

  • Bumped mdn/data to 2.12.1
  • Added errors array to the Lexer#validate() method result, providing details on problematic syntax.
  • Added CSS wide keyword customization and introspection:
    • Added a Lexer#cssWideKeywords dictionary to list CSS-wide keywords
    • Updated the Lexer's constructor to consider config.cssWideKeywords for overriding the default list
    • Expanded the lexer's dump output to include the cssWideKeywords dictionary
    • Modified the fork() method to accept a cssWideKeywords option, allowing the addition of new keywords to the existing list
  • Reverted changes to Block to include { and }, and Atrule and Rule to exclude { and } for a block (#​296)
  • Removed second parameter (assign) for the callback in the fork() method (e.g., syntax.fork((config, assign) => { ... })), as it simply refers to Object.assign()
  • Fixes in syntaxes: <basic-shapes>, <absolute-color-function> and <'stroke-opacity'>
jest-community/eslint-plugin-jest (eslint-plugin-jest)

v28.9.0

Compare Source

Features

28.8.3 (2024-09-04)

Bug Fixes
  • prefer-importing-jest-globals: don't add imports in the middle of statements (#​1645) (9c4197c)

28.8.2 (2024-09-02)

Performance Improvements
  • prefer-importing-jest-globals: stop collecting import specifiers for no reason (#​1646) (0660242)

28.8.1 (2024-08-29)

Bug Fixes
  • prefer-importing-jest-globals: support typescript-eslint parser (#​1639) (307f6a7)
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)

v6.10.2

Compare Source

Fixed
  • [patch] no-redundandant-roles: allow &lt;img src="*.svg" role="img" /&gt; #936
Commits
  • [meta] fix changelog URLs 0d01a1a
  • [Refactor] remove no-longer-needed es-iterator-helpers aa075bd
  • [Refactor] avoid spreading things that are already arrays d15d3ab
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register 5dad7c4
  • [Tests] aria-role: Add valid test for &lt;svg role="img" /&gt; daba189
  • [Docs] label-has-associated-control: add line breaks for readability 0bc6378
  • [Tests] label-has-associated-control: add additional test cases 30d2318
  • [Tests] Add tests to reinforce required attributes for role="heading" d92446c

v6.10.1

Compare Source

Commits
  • [Fix] handle interactive/noninteractive changes from aria-query 4925ba8
  • [Docs] Use consistent spelling of 'screen reader' cb6788c
  • [Dev Deps] update @babel/cli, @babel/core, @babel/eslint-parser, @babel/plugin-transform-flow-strip-types, @babel/register, auto-changelog, eslint-plugin-import, tape 518a77e
  • [Deps] update es-iterator-helpers, string.prototype.includes eed03a3
  • [meta] package.json - Update jscodeshift & remove babel-jest 2ee940c
  • [Docs] Remove accidental whitespace in CONTRIBUTING.md a262131
  • [Deps] unpin aria-query e517937
jsx-eslint/eslint-plugin-react (eslint-plugin-react)

v7.37.2

Compare Source

Fixed
  • [destructuring-assignment]: fix false negative when using typeof props.a (#​3835 @​golopot)
Changed
  • [Refactor] [destructuring-assignment]: use getParentStatelessComponent (#​3835 @​golopot)
sindresorhus/eslint-plugin-unicorn (eslint-plugin-unicorn)

v56.0.1

Compare Source

  • expiring-todo-comments: Fix compatibility with ESLint 9.15 (#​2497) 16b09d3
sindresorhus/github-markdown-css (github-markdown-css)

v5.8.1

Compare Source

v5.8.0

Compare Source

jantimon/html-webpack-plugin (html-webpack-plugin)

v5.6.3

Compare Source

v5.6.2

Compare Source

v5.6.1

Compare Source

typicode/husky (husky)

v9.1.7

Compare Source

webpro-nl/knip (knip)

v5.38.2

Compare Source

  • Fix for certain failing cases of --include-libs (resolves #​855) (5242ddd)

v5.38.1

Compare Source

  • Fix regression re. isIncludeEntryExports → skipExportsAnalysis from scripts/plugins (resolves #​857) (b8379de)

v5.38.0

Compare Source

v5.37.2

Compare Source

v5.37.1

Compare Source

v5.37.0

Compare Source

v5.36.7

Compare Source

  • Temp disable argos (fixes in knip → issues reported issues) (fd2d9d3)
  • Format generated file (6e15421)
  • Credit file-entry-cache (fe7812e)
  • Simplify isReferencedInExport and report types-in-types (resolves #​830) (80537c5)

v5.36.6

Compare Source

  • Generate plugin schema file (resolves #​829) (9d3367b)
  • Move pluginsSchema to separate file (8e6fe9e)
  • Add tweet and pat myself on the back (f4b253c)

v5.36.5

Compare Source

v5.36.4

Compare Source

  • Format (d5d1ba0)
  • Reduce own config (234d8cf)
  • Refactor globbin' to improve debug output (2bd294e)
  • Add glob args parser to plugins (7464371)
  • Remove oddity (0b09ff7)
  • Add comment to generated files (39a77ba)
  • Some plugins only need to run in root (811af53)
  • Add warning for --isolate-workspaces + class members (98318d7)
  • Add log util (328ba01)
  • Housekeeping config file (fb71a2c)
  • Remove unused export (6d2fdea)
  • Follow your own rules (135e478)
  • Filter out external refs to re-exports (b9ffef4)
  • Make more sense in --include-libs tests (9a78e33)
  • Add plugins card to homepage (5d32cfb)
  • Add "plugin docs generated" remark to plugin pages (ac3344a)

v5.36.3

Compare Source

  • Consolidate specifier workspace handling into helper (5c4a9d5)
  • No need to add .json files as entry files (8c0289f)
  • Update comparison-and-migration.md. Fix wrong link of npm-check (#​828) (a4a9882)
  • Only show any config hints in non-production mode (a138388)
prettier/prettier (prettier)

v3.4.1

Compare Source

diff

Remove unnecessary parentheses around assignment in v-on (#​16887 by @​fisker)
<!-- Input -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

<!-- Prettier 3.4.0 -->
<template>
  <button @&#8203;click="(foo += 2)">Click</button>
</template>

<!-- Prettier 3.4.1 -->
<template>
  <button @&#8203;click="foo += 2">Click</button>
</template>

v3.4.0

Compare Source

diff

🔗 Release Notes

uuidjs/uuid (uuid)

v11.0.3

Compare Source

Bug Fixes
webpack/webpack (webpack)

v5.96.1

Compare Source

v5.96.0

Compare Source

Bug Fixes

  • Fixed Module Federation should track all referenced chunks
  • Handle Data URI without base64 word
  • HotUpdateChunk have correct runtime when modified with new runtime
  • Order of chunks ids in generated chunk code
  • No extra Javascript chunks when using asset module as an entrypoint
  • Use optimistically logic for output.environment.dynamicImport to determine chunk format when no browserslist or target
  • Collision with global variables for optimization.avoidEntryIife
  • Avoid through variables in inlined module
  • Allow chunk template strings in output.devtoolNamespace
  • No extra runtime for get javascript/css chunk filename
  • No extra runtime for prefetch and preload in JS runtime when it was unsed in CSS
  • Avoid cache invalidation using ProgressPlugin
  • Increase parallelism when using importModule on the execution stage
  • Correctly parsing string in export and import
  • Typescript types
  • [CSS] css/auto considers a module depending on its filename as css (pure CSS) or css/local, before it was css/global and css/local
  • [CSS] Always interpolate classes even if they are not involved in export
  • [CSS] No extra runtime in Javascript runtime chunks for asset modules used in CSS
  • [CSS] No extra runtime in Javascript runtime chunks for external asset modules used in CSS
  • [CSS] No extra runtime for the node target
  • [CSS] Fixed url()s and @import parsing
  • [CSS] Fixed - emit a warning on broken :local and :global

New Features

  • Export CSS and ESM runtime modules
  • Single Runtime Chunk and Federation eager module hoisting
  • [CSS] Support /* webpackIgnore: true */ for CSS files
  • [CSS] Support src() support
  • [CSS] CSS nesting in CSS modules
eemeli/yaml (yaml)

v2.6.1

Compare Source


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added Dependencies Pull requests that update a dependency file T-Task Tasks for the team like planning labels Nov 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d731855 to 95d6e4f Compare November 26, 2024 18:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 95d6e4f to b6a02cf Compare November 27, 2024 09:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 543cf9e to 8d9c7cf Compare November 27, 2024 10:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 8d9c7cf to af11f17 Compare November 27, 2024 14:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from af11f17 to 4b93c84 Compare November 29, 2024 06:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4b93c84 to 7576b0f Compare November 29, 2024 11:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7576b0f to 4e41f4d Compare November 29, 2024 15:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 4e41f4d to 2f46f37 Compare November 30, 2024 21:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 38127d3 to 37a1a07 Compare December 2, 2024 09:03
Signed-off-by: Michael Telatynski <[email protected]>
Copy link
Contributor Author

renovate bot commented Dec 2, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@t3chguy t3chguy added this pull request to the merge queue Dec 2, 2024
Merged via the queue into develop with commit 418f121 Dec 2, 2024
40 checks passed
@t3chguy t3chguy deleted the renovate/all-minor-patch branch December 2, 2024 10:19
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 T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant