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

Merged
merged 1 commit into from
Sep 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@wordpress/babel-preset-default (source) ^8.7.0 -> ^8.8.2 age adoption passing confidence devDependencies minor
@wordpress/block-editor (source) ^14.2.0 -> ^14.3.0 age adoption passing confidence devDependencies minor
@wordpress/blocks (source) ^13.7.0 -> ^13.8.0 age adoption passing confidence devDependencies minor
@wordpress/components (source) ^28.7.0 -> ^28.8.0 age adoption passing confidence devDependencies minor
@wordpress/compose (source) ^7.7.0 -> ^7.8.0 age adoption passing confidence devDependencies minor
@wordpress/element (source) ^6.7.0 -> ^6.8.0 age adoption passing confidence devDependencies minor
@wordpress/i18n (source) ^5.7.0 -> ^5.8.0 age adoption passing confidence devDependencies minor
@wordpress/postcss-plugins-preset (source) ^5.7.0 -> ^5.8.0 age adoption passing confidence devDependencies minor
babel-loader ^9.1.3 -> ^9.2.1 age adoption passing confidence devDependencies minor
cspell (source) ^8.14.2 -> ^8.14.4 age adoption passing confidence devDependencies patch
eslint (source) ^9.9.1 -> ^9.11.1 age adoption passing confidence devDependencies minor
husky ^9.1.5 -> ^9.1.6 age adoption passing confidence devDependencies patch
node (source) 22.7.0 -> 22.9.0 age adoption passing confidence minor
sass ^1.78.0 -> ^1.79.3 age adoption passing confidence devDependencies minor
sass-loader ^16.0.1 -> ^16.0.2 age adoption passing confidence devDependencies patch
squizlabs/php_codesniffer ^3.10.2 -> ^3.10.3 age adoption passing confidence require-dev patch
webpack ^5.94.0 -> ^5.95.0 age adoption passing confidence devDependencies minor

Release Notes

WordPress/gutenberg (@​wordpress/babel-preset-default)

v8.8.2

Compare Source

v8.8.1

Compare Source

v8.8.0

Compare Source

Internal
  • Added addPolyfillComments option. When used, it will automatically add magic comments to mark files that need wp-polyfill (#​65292).
WordPress/gutenberg (@​wordpress/block-editor)

v14.3.0

Compare Source

WordPress/gutenberg (@​wordpress/blocks)

v13.8.0

Compare Source

WordPress/gutenberg (@​wordpress/components)

v28.8.0

Compare Source

Bug Fixes
  • Tabs: restore vertical indicator (#​65385).
  • Tabs: indicator positioning under RTL direction (#​64926).
  • Popover: Update toolbar variant radius to match block toolbar (#​65263).
  • MenuItemsChoice: Allow menu items height to adapt to its content (#​65204).
  • BoxControl: Unify input filed width whether linked or not (#​65348).
Deprecations
  • Deprecate __unstableComposite, __unstableCompositeGroup, __unstableCompositeItem and __unstableUseCompositeState. Consumers of the package should use the stable Composite component instead (#​63572).
  • __experimentalBoxControl can now be imported as a stable BoxControl (#​65469).
New Features
  • Composite: add stable version of the component (#​63569).
  • ComboboxControl: add support for placeholder attribute (#​65254).
Enhancements
  • Navigator: warn if a screen's path doesn't follow a URL-like scheme (#​65231).
  • Modal: Decrease close button size and remove horizontal offset (#​65131).
  • CustomSelectControl V2: Adopt elevation scale (#​65159).
  • DropdownMenu V2: Adopt elevation scale (#​65159).
  • FormToggle: Adopt elevation scale (#​65159).
  • Popover: Adopt elevation scale (#​65159).
  • RangeControl: Adopt elevation scale (#​65159).
  • ResizeableBox: Adopt elevation scale (#​65159).
  • Snackbar: Adopt elevation scale (#​65159).
  • Tooltip: Adopt elevation scale (#​65159).
  • Modal: add exit animation for internally triggered events (#​65203).
  • Card: Adopt radius scale (#​65053).
  • BoxControl: promote to stable (#​65469).
Bug Fixes
  • DatePicker: better hover/focus styles (#​65117).
Internal
  • Tabs: improved performance of the indicator animation (#​64926).
  • Composite: Remove from private APIs (#​63569).
  • use local copy of use-lilius instead of npm dependency (#​65097).
  • BoxControl: Fix critical error when null value is passed (#​65287).
WordPress/gutenberg (@​wordpress/compose)

v7.8.0

Compare Source

New Features
  • useEvent: a new utility that creates a stable callback function that has access to the latest state and can be used within event handlers and effect callbacks (#​64943).
  • useResizeObserver: new and improved version of the utility (legacy API is still supported) (#​64943).
WordPress/gutenberg (@​wordpress/element)

v6.8.0

Compare Source

WordPress/gutenberg (@​wordpress/i18n)

v5.8.0

Compare Source

WordPress/gutenberg (@​wordpress/postcss-plugins-preset)

v5.8.0

Compare Source

babel/babel-loader (babel-loader)

v9.2.1

Compare Source

v9.2.0

Compare Source

streetsidesoftware/cspell (cspell)

v8.14.4

Compare Source

v8.14.3

Compare Source

eslint/eslint (eslint)

v9.11.1

Compare Source

v9.11.0

Compare Source

Features

  • ec30c73 feat: add "eslint/universal" to export Linter (#​18883) (唯然)
  • c591da6 feat: Add language to types (#​18917) (Nicholas C. Zakas)
  • 492eb8f feat: limit the name given to ImportSpecifier in id-length (#​18861) (Tanuj Kanti)
  • 19c6856 feat: Add no-useless-constructor suggestion (#​18799) (Jordan Thomson)
  • a48f8c2 feat: add type FormatterFunction, update LoadedFormatter (#​18872) (Francesco Trotta)

Bug Fixes

  • 5e5f39b fix: add missing types for no-restricted-exports rule (#​18914) (Kristóf Poduszló)
  • 8f630eb fix: add missing types for no-param-reassign options (#​18906) (Kristóf Poduszló)
  • d715781 fix: add missing types for no-extra-boolean-cast options (#​18902) (Kristóf Poduszló)
  • 2de5742 fix: add missing types for no-misleading-character-class options (#​18905) (Kristóf Poduszló)
  • c153084 fix: add missing types for no-implicit-coercion options (#​18903) (Kristóf Poduszló)
  • fa11b2e fix: add missing types for no-empty-function options (#​18901) (Kristóf Poduszló)
  • a0deed1 fix: add missing types for camelcase options (#​18897) (Kristóf Poduszló)

Documentation

  • e4e5709 docs: correct prefer-object-has-own type definition comment (#​18924) (Nitin Kumar)
  • 91cbd18 docs: add unicode abbreviations in no-irregular-whitespace rule (#​18894) (Alix Royere)
  • 59cfc0f docs: clarify resultsMeta in LoadedFormatter type (#​18881) (Milos Djermanovic)
  • adcc50d docs: Update README (GitHub Actions Bot)
  • 4edac1a docs: Update README (GitHub Actions Bot)

Build Related

  • 959d360 build: Support updates to previous major versions (#​18871) (Milos Djermanovic)

Chores

v9.10.0

Compare Source

typicode/husky (husky)

v9.1.6

Compare Source

nodejs/node (node)

v22.9.0: 2024-09-17, Version 22.9.0 (Current), @​RafaelGSS

Compare Source

New API to retrieve execution Stack Trace

A new API getCallSite has been introduced to the util module. This API allows users
to retrieve the stacktrace of the current execution. Example:

const util = require('node:util');

function exampleFunction() {
  const callSites = util.getCallSite();

  console.log('Call Sites:');
  callSites.forEach((callSite, index) => {
    console.log(`CallSite ${index + 1}:`);
    console.log(`Function Name: ${callSite.functionName}`);
    console.log(`Script Name: ${callSite.scriptName}`);
    console.log(`Line Number: ${callSite.lineNumber}`);
    console.log(`Column Number: ${callSite.column}`);
  });
  // CallSite 1:
  // Function Name: exampleFunction
  // Script Name: /home/example.js
  // Line Number: 5
  // Column Number: 26

  // CallSite 2:
  // Function Name: anotherFunction
  // Script Name: /home/example.js
  // Line Number: 22
  // Column Number: 3

  // ...
}

// A function to simulate another stack layer
function anotherFunction() {
  exampleFunction();
}

anotherFunction();

Thanks to Rafael Gonzaga for making this work on #​54380.

Disable V8 Maglev

We have seen several crashes/unexpected JS behaviors with maglev on v22
(which ships V8 v12.4). The bugs lie in the codegen so it would be difficult for
users to work around them or even figure out where the bugs are coming from.
Some bugs are fixed in the upstream while some others probably remain.

As v22 will get stuck with V8 v12.4 as LTS, it will be increasingly difficult to
backport patches for them even if the bugs are fixed. So disable it by default
on v22 to reduce the churn and troubles for users.

Thanks to Joyee Cheung for making this work on #​54384

Exposes X509_V_FLAG_PARTIAL_CHAIN to tls.createSecureContext

This releases introduces a new option to the API tls.createSecureContext. For
now on users can use tls.createSecureContext({ allowPartialTrustChain: true })
to treat intermediate (non-self-signed) certificates in the trust CA certificate
list as trusted.

Thanks to Anna Henningsen for making this work on #​54790

Other Notable Changes
  • [5c9599af5a] - src: create handle scope in FastInternalModuleStat (Joyee Cheung) #​54384
  • [e2307d87e8] - (SEMVER-MINOR) stream: relocate the status checking code in the onwritecomplete (YoonSoo_Shin) #​54032
Deprecations
  • [8433032948] - repl: doc-deprecate instantiating node:repl classes without new (Aviv Keller) #​54842
  • [8c4c85cf31] - zlib: deprecate instantiating classes without new (Yagiz Nizipli) #​54708
Commits

Configuration

📅 Schedule: Branch creation - "before 5am on Monday" in timezone Europe/Berlin, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
@renovate renovate bot requested a review from mheob as a code owner August 26, 2024 00:48
Copy link
Contributor

coderabbitai bot commented Aug 26, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The update involves a minor version change in the devDependencies section of the package.json file, specifically upgrading the @mheob/eslint-config package from version ^6.1.1 to ^6.1.3. This change reflects an enhancement in the linting configuration, maintaining the overall structure of the dependencies.

Changes

File Change Summary
package.json Updated @mheob/eslint-config from ^6.1.1 to ^6.1.3

Poem

In the code where rabbits hop,
A version change, we’ll never stop!
With linting tools, we’ll dance and play,
Fixing bugs along the way.
Hooray for updates, let’s all cheer,
A cleaner code is drawing near! 🐇✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 84b6a34 and d5e9f12.

Files ignored due to path filters (1)
  • bun.lockb is excluded by !**/bun.lockb
Files selected for processing (1)
  • package.json (1 hunks)
Files skipped from review due to trivial changes (1)
  • package.json

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d5e9f12 to 974166e Compare August 26, 2024 06:46
@renovate renovate bot changed the title chore(deps): update dependency @mheob/eslint-config to ^6.1.2 chore(deps): update dependency @mheob/eslint-config to ^6.1.3 Aug 26, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between d5e9f12 and 974166e.

Files ignored due to path filters (1)
  • bun.lockb is excluded by !**/bun.lockb
Files selected for processing (1)
  • package.json (1 hunks)
Files skipped from review as they are similar to previous changes (1)
  • package.json

@renovate renovate bot changed the title chore(deps): update dependency @mheob/eslint-config to ^6.1.3 chore(deps): update all non-major dependencies Sep 1, 2024
Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 974166e and 34d461b.

Files ignored due to path filters (1)
  • bun.lockb is excluded by !**/bun.lockb
Files selected for processing (1)
  • package.json (2 hunks)
Files skipped from review due to trivial changes (1)
  • package.json

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from 052f836 to 9bb5c3d Compare September 5, 2024 07:04
@renovate renovate bot changed the title chore(deps): update all non-major dependencies chore(deps): update dependency node to v22.8.0 Sep 5, 2024
@renovate renovate bot changed the title chore(deps): update dependency node to v22.8.0 chore(deps): update all non-major dependencies Sep 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from afc0844 to 4c16dc8 Compare September 18, 2024 14:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 60b5ac8 to 778e013 Compare September 19, 2024 13:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ec8ebe6 to 9e1a6d6 Compare September 23, 2024 23:21
Copy link

sonarcloud bot commented Sep 25, 2024

@kodiakhq kodiakhq bot merged commit f9cf808 into main Sep 25, 2024
7 checks passed
@kodiakhq kodiakhq bot deleted the renovate/all-minor-patch branch September 25, 2024 17:05
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.

1 participant