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 the all-npm-packages group with 3 updates #17

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the all-npm-packages group with 3 updates: @blockly/plugin-typed-variable-modal, blockly and css-loader.

Updates @blockly/plugin-typed-variable-modal from 7.0.13 to 8.0.1

Release notes

Sourced from @​blockly/plugin-typed-variable-modal's releases.

@​blockly/plugin-typed-variable-modal@​8.0.1

8.0.1 (2024-05-30)

Bug Fixes

@​blockly/plugin-typed-variable-modal@​8.0.0

8.0.0 (2024-05-21)

⚠ BREAKING CHANGES

  • update all plugins to v11 of blockly
  • dev-scripts: This PR removes the support that was added

Features

  • update all plugins to v11 of blockly (5fcd3e7)

Bug Fixes

@​blockly/plugin-typed-variable-modal@​7.0.15

7.0.15 (2024-05-16)

Note: Version bump only for package @​blockly/plugin-typed-variable-modal

Changelog

Sourced from @​blockly/plugin-typed-variable-modal's changelog.

8.0.1 (2024-05-30)

Bug Fixes

8.0.0 (2024-05-21)

⚠ BREAKING CHANGES

  • update all plugins to v11 of blockly
  • dev-scripts: This PR removes the support that was added

Features

  • update all plugins to v11 of blockly (5fcd3e7)

Bug Fixes

7.0.15 (2024-05-16)

Note: Version bump only for package @​blockly/plugin-typed-variable-modal

7.0.14 (2024-05-09)

Note: Version bump only for package @​blockly/plugin-typed-variable-modal

Commits

Updates blockly from 10.4.3 to 11.1.0

Release notes

Sourced from blockly's releases.

blockly-v11.1.0

What's Changed

New features ✨

Bug fixes 🐛

Reverted changes ⎌

Other changes

New Contributors

Full Changelog: google/blockly@blockly-v11.0.0...blockly-v11.1.0

blockly-v11.0.0

Blockly v11 is here and it includes many new features and bug fixes!

For the full list of breaking changes, see the release notes below. You can click on each PR to learn why it's a breaking change, how to tell if you will be affected by it, and what to do if you are. There are a few major changes to be aware of:

  • The colour, multiline input, and angle fields and their associated blocks have been removed from core. They are now available as plugins. If you use these blocks or fields, follow the instructions in the plugin READMEs to install them.
  • If you install Blockly through npm, we now provide an exports clause to explicitly declare what you can import from our package.
    • Your build tooling may now throw an error if you deep import from our package such as import 'blockly/core/some/file/name.js', which has never been supported by Blockly but may have been made possible by your build tools.
  • We now provide Blockly as an esmodule if you use Blockly through import statements in JS.
    • import Blockly from 'blockly/core' has never been supported by Blockly, but your build tool may have "helpfully" made this work previously. Due to this change, your build tooling may no longer behave that way.

... (truncated)

Commits

Updates css-loader from 7.1.1 to 7.1.2

Release notes

Sourced from css-loader's releases.

v7.1.2

7.1.2 (2024-05-22)

Bug Fixes

  • keep order of @imports with the webpackIgnore comment (#1600) (76757ef)
Changelog

Sourced from css-loader's changelog.

7.1.2 (2024-05-22)

Bug Fixes

  • keep order of @imports with the webpackIgnore comment (#1600) (76757ef)
Commits

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-npm-packages group with 3 updates: [@blockly/plugin-typed-variable-modal](https://github.com/google/blockly-samples/tree/HEAD/plugins/typed-variable-modal), [blockly](https://github.com/google/blockly) and [css-loader](https://github.com/webpack-contrib/css-loader).


Updates `@blockly/plugin-typed-variable-modal` from 7.0.13 to 8.0.1
- [Release notes](https://github.com/google/blockly-samples/releases)
- [Changelog](https://github.com/google/blockly-samples/blob/master/plugins/typed-variable-modal/CHANGELOG.md)
- [Commits](https://github.com/google/blockly-samples/commits/@blockly/[email protected]/plugins/typed-variable-modal)

Updates `blockly` from 10.4.3 to 11.1.0
- [Release notes](https://github.com/google/blockly/releases)
- [Changelog](https://github.com/google/blockly/blob/develop/CHANGELOG.md)
- [Commits](google/blockly@blockly-v10.4.3...blockly-v11.1.0)

Updates `css-loader` from 7.1.1 to 7.1.2
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v7.1.1...v7.1.2)

---
updated-dependencies:
- dependency-name: "@blockly/plugin-typed-variable-modal"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
- dependency-name: blockly
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-npm-packages
- dependency-name: css-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-npm-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 1, 2024
@ozgurakgun ozgurakgun merged commit 6ea5ff6 into main Jun 1, 2024
1 check passed
@ozgurakgun ozgurakgun deleted the dependabot/npm_and_yarn/all-npm-packages-7044439da0 branch June 1, 2024 09:15
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