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

Bump @alleyinteractive/block-editor-tools from 0.4.0 to 0.5.0 #291

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2023

Bumps @alleyinteractive/block-editor-tools from 0.4.0 to 0.5.0.

Release notes

Sourced from @​alleyinteractive/block-editor-tools's releases.

@​alleyinteractive/block-editor-tools@​0.5.0

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.5.0

  • Dependencies of block-editor-tools that are added as externals using the WordPress Dependency Extraction Webpack Plugin were moved to devDependencies to avoid peer dependency downloads. The ESLint rule import/no-extraneous-dependencies was turned off as it requested that the externalized packages be moved to dependencies.
  • Additional exports were created for importing specific scripts from this plugin:
    • /hooks - For using any of the hooks available.
    • /components - For using any of the components available.
    • /services - For using any of the service functions.
  • The tsconfig file was split for ESLint specific configuration to allow for TS linting.
  • Dependency Extraction Webpack Plugin was missing the options parameter.
  • The combineAssets was set to true for Dependency Extraction Webpack Plugin to reduce the number of built files.
  • Some shared devDependencies were moved to the root package.json.
  • Moved changelog from the README to the CHANGELOG.md file to match the pattern of adjacent packages.

v0.4.1

  • Remove lodash as dependency from block-editor-tools package.

v0.4.0

  • Reduce the number of @wordpress/* dependencies that are not used directly by this package.

v0.3.8

  • Use of decodeEntities in <PostPicker> component search results.

v0.3.7

  • added useCurrentPostId hook.

v0.3.0

  • added <PostPicker> component and usePostById hook.

v0.2.0

  • Upgraded to WordPress 6.2

v0.1.2

  • Added Node 16 support back.

... (truncated)

Commits
  • 81612aa Merge pull request #480 from alleyinteractive/hotfix/package-optimization
  • b74bd2e Update packages/block-editor-tools/CHANGELOG.md
  • ffa5bb8 install packages after main merge
  • c68c7e8 Merge branch 'main' into hotfix/package-optimization
  • d3522e4 Merge pull request #492 from alleyinteractive/dependabot/npm_and_yarn/storybo...
  • 7176316 Bump storybook from 7.5.1 to 7.6.1
  • 3cdde22 Merge pull request #488 from alleyinteractive/dependabot/npm_and_yarn/ts-load...
  • f8bc87f bump ts-loader from 9.4.4 to 9.5.1
  • c9e18d3 Merge pull request #490 from alleyinteractive/hotfix/remove-lodash-dep
  • ba7fab8 Update changelog
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Requires understanding JavaScript labels Dec 2, 2023
Copy link

coderabbitai bot commented Dec 2, 2023

Important

Auto Review Skipped

Bot user detected.

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

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on X ?


Tips

Chat with CodeRabbit Bot (@coderabbitai)

  • If you reply to a review comment from CodeRabbit, the bot will automatically respond.
  • To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment
  • Note: Review comments are made on code diffs or files, not on the PR overview.
  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger a review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Note: For conversation with the bot, please use the review comments on code diffs or files.

CodeRabbit Configration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • The JSON schema for the configuration file is available here.
  • 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/coderabbit-overrides.v2.json

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/alleyinteractive/block-editor-tools-0.5.0 branch from d93df4f to 6192682 Compare December 11, 2023 22:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/alleyinteractive/block-editor-tools-0.5.0 branch from 6192682 to ad3c0f3 Compare December 11, 2023 22:19
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/alleyinteractive/block-editor-tools-0.5.0 branch from ad3c0f3 to 9f21e93 Compare December 11, 2023 22:20
Bumps [@alleyinteractive/block-editor-tools](https://github.com/alleyinteractive/alley-scripts) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/alleyinteractive/alley-scripts/releases)
- [Changelog](https://github.com/alleyinteractive/alley-scripts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/alleyinteractive/alley-scripts/compare/@alleyinteractive/[email protected]...@alleyinteractive/[email protected])

---
updated-dependencies:
- dependency-name: "@alleyinteractive/block-editor-tools"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/alleyinteractive/block-editor-tools-0.5.0 branch from 9f21e93 to 25ba59c Compare December 11, 2023 22:20
@github-actions github-actions bot merged commit 72e3138 into develop Dec 11, 2023
8 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/alleyinteractive/block-editor-tools-0.5.0 branch December 11, 2023 22:29
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 javascript Requires understanding JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants