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 mantine group in /graylog2-web-interface with 4 updates #19148

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 24, 2024

Bumps the mantine group in /graylog2-web-interface with 4 updates: @mantine/core, @mantine/dropzone, @mantine/hooks and @mantine/notifications.

Updates @mantine/core from 7.6.0 to 7.8.1

Release notes

Sourced from @​mantine/core's releases.

7.8.1

Notes

Note that if you've already started using uncontrolled form mode introduced in 7.8.0, you need to include form.key() as described in the documentation.

What's Changed

  • [@mantine/form] Add defaultValue to form.getInputProps return type
  • [@mantine/form] Replace key spread with form.getInputProps with form.key() function
  • [@mantine/dropzone] Fix keyboard activation not working (#6095)
  • [@mantine/dates] DatePicker: Fix date range being stuck in incorrect state when controlled state changes to an empty value (#6092)
  • [@mantine/core] Radio: Allow null to be passed to Radio.Group value to clear the value (#6102)
  • [@mantine/core] NumberInput: Fix incorrect cursor position when backspace is pressed (#6072)
  • [@mantine/core] Fix incorrect empty string handling in style props (#6078)

New Contributors

Full Changelog: mantinedev/mantine@7.8.0...7.8.1

7.8.0

View changelog with demos on mantine.dev website

Auto convert px to rem in .css files

Start from version 1.14.4 postcss-preset-mantine supports autoRem option that can be used to automatically convert all px values to rem units in .css files.

module.exports = {
  plugins: {
    'postcss-preset-mantine': {
      autoRem: true,
    },
  },
};

This option works similar to rem function. The following code:

.demo {
  font-size: 16px;
@​media (min-width: 320px) {
font-size: 32px;
}
}

... (truncated)

Commits
  • b95051c [release] Version: 7.8.1
  • 5ed0df9 [refactor] Change order of onChange and onChangeEnd in Slider (#6064)
  • 16a76e1 [@​mantine/core] Radio: Allow null to be passed to Radio.Group value to clea...
  • a1da2ae [refactor] Cleanup NumberInput
  • e73814c [@​mantine/core] NumberInput: Fix incorrect cursor position when backspace is ...
  • 9130628 [@​mantine/core] Fix incorrect empty string handling in style props (#6078)
  • a1c7ff4 [mantine.dev] Fix typo (#6091)
  • afc9929 [release] Version: 7.8.0
  • 21f62c1 [core] Fix ts and jest errors
  • fc70f8d [@​mantine/core] Add option to customize middlewares
  • Additional commits viewable in compare view

Updates @mantine/dropzone from 7.6.0 to 7.8.1

Release notes

Sourced from @​mantine/dropzone's releases.

7.8.1

Notes

Note that if you've already started using uncontrolled form mode introduced in 7.8.0, you need to include form.key() as described in the documentation.

What's Changed

  • [@mantine/form] Add defaultValue to form.getInputProps return type
  • [@mantine/form] Replace key spread with form.getInputProps with form.key() function
  • [@mantine/dropzone] Fix keyboard activation not working (#6095)
  • [@mantine/dates] DatePicker: Fix date range being stuck in incorrect state when controlled state changes to an empty value (#6092)
  • [@mantine/core] Radio: Allow null to be passed to Radio.Group value to clear the value (#6102)
  • [@mantine/core] NumberInput: Fix incorrect cursor position when backspace is pressed (#6072)
  • [@mantine/core] Fix incorrect empty string handling in style props (#6078)

New Contributors

Full Changelog: mantinedev/mantine@7.8.0...7.8.1

7.8.0

View changelog with demos on mantine.dev website

Auto convert px to rem in .css files

Start from version 1.14.4 postcss-preset-mantine supports autoRem option that can be used to automatically convert all px values to rem units in .css files.

module.exports = {
  plugins: {
    'postcss-preset-mantine': {
      autoRem: true,
    },
  },
};

This option works similar to rem function. The following code:

.demo {
  font-size: 16px;
@​media (min-width: 320px) {
font-size: 32px;
}
}

... (truncated)

Commits
  • b95051c [release] Version: 7.8.1
  • fbebdb9 [@​mantine/dropzone] Fix keyboard activation not working (#6095)
  • afc9929 [release] Version: 7.8.0
  • c6da05e Merge branch 'master' of github.com-rtivital:mantinedev/mantine into 7.8
  • b2af7f8 [release] Version: 7.7.2
  • 6d195cb [core] Migrate to auto-rem
  • 878720b [core] Remove baseUrl from all packages tsconfigs
  • 30a48df [release] Version: 7.7.1
  • 6b14c7a [release] Version: 7.7.0
  • e3e3bb8 [release] Version: 7.6.2
  • Additional commits viewable in compare view

Updates @mantine/hooks from 7.6.0 to 7.8.1

Release notes

Sourced from @​mantine/hooks's releases.

7.8.1

Notes

Note that if you've already started using uncontrolled form mode introduced in 7.8.0, you need to include form.key() as described in the documentation.

What's Changed

  • [@mantine/form] Add defaultValue to form.getInputProps return type
  • [@mantine/form] Replace key spread with form.getInputProps with form.key() function
  • [@mantine/dropzone] Fix keyboard activation not working (#6095)
  • [@mantine/dates] DatePicker: Fix date range being stuck in incorrect state when controlled state changes to an empty value (#6092)
  • [@mantine/core] Radio: Allow null to be passed to Radio.Group value to clear the value (#6102)
  • [@mantine/core] NumberInput: Fix incorrect cursor position when backspace is pressed (#6072)
  • [@mantine/core] Fix incorrect empty string handling in style props (#6078)

New Contributors

Full Changelog: mantinedev/mantine@7.8.0...7.8.1

7.8.0

View changelog with demos on mantine.dev website

Auto convert px to rem in .css files

Start from version 1.14.4 postcss-preset-mantine supports autoRem option that can be used to automatically convert all px values to rem units in .css files.

module.exports = {
  plugins: {
    'postcss-preset-mantine': {
      autoRem: true,
    },
  },
};

This option works similar to rem function. The following code:

.demo {
  font-size: 16px;
@​media (min-width: 320px) {
font-size: 32px;
}
}

... (truncated)

Commits
  • b95051c [release] Version: 7.8.1
  • afc9929 [release] Version: 7.8.0
  • 21f62c1 [core] Fix ts and jest errors
  • c6da05e Merge branch 'master' of github.com-rtivital:mantinedev/mantine into 7.8
  • b2af7f8 [release] Version: 7.7.2
  • aaf326b [mantine.dev] Add use-throttled-callback documentation
  • 40133a1 [mantine.dev] Add use-throttled-value and use-thottled-state hooks documentation
  • 72b55d1 [mantine.dev] Add useFetch hook demo
  • 0d10d22 [@​mantine/hooks] use-fetch: Init hook
  • 5c612ca [@​mantine/hooks] use-orientation: Init hook
  • Additional commits viewable in compare view

Updates @mantine/notifications from 7.6.0 to 7.8.1

Release notes

Sourced from @​mantine/notifications's releases.

7.8.1

Notes

Note that if you've already started using uncontrolled form mode introduced in 7.8.0, you need to include form.key() as described in the documentation.

What's Changed

  • [@mantine/form] Add defaultValue to form.getInputProps return type
  • [@mantine/form] Replace key spread with form.getInputProps with form.key() function
  • [@mantine/dropzone] Fix keyboard activation not working (#6095)
  • [@mantine/dates] DatePicker: Fix date range being stuck in incorrect state when controlled state changes to an empty value (#6092)
  • [@mantine/core] Radio: Allow null to be passed to Radio.Group value to clear the value (#6102)
  • [@mantine/core] NumberInput: Fix incorrect cursor position when backspace is pressed (#6072)
  • [@mantine/core] Fix incorrect empty string handling in style props (#6078)

New Contributors

Full Changelog: mantinedev/mantine@7.8.0...7.8.1

7.8.0

View changelog with demos on mantine.dev website

Auto convert px to rem in .css files

Start from version 1.14.4 postcss-preset-mantine supports autoRem option that can be used to automatically convert all px values to rem units in .css files.

module.exports = {
  plugins: {
    'postcss-preset-mantine': {
      autoRem: true,
    },
  },
};

This option works similar to rem function. The following code:

.demo {
  font-size: 16px;
@​media (min-width: 320px) {
font-size: 32px;
}
}

... (truncated)

Commits
  • b95051c [release] Version: 7.8.1
  • afc9929 [release] Version: 7.8.0
  • c6da05e Merge branch 'master' of github.com-rtivital:mantinedev/mantine into 7.8
  • b2af7f8 [release] Version: 7.7.2
  • 878720b [core] Remove baseUrl from all packages tsconfigs
  • 30a48df [release] Version: 7.7.1
  • 6b14c7a [release] Version: 7.7.0
  • e3e3bb8 [release] Version: 7.6.2
  • 188248d [release] Version: 7.6.1
  • See full diff in compare view

You can trigger a rebase of this PR 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

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 24, 2024
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/mantine-e714840dd7 branch 5 times, most recently from f469310 to d8032df Compare April 30, 2024 00:03
Bumps the mantine group in /graylog2-web-interface with 4 updates: [@mantine/core](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/core), [@mantine/dropzone](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/dropzone), [@mantine/hooks](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/hooks) and [@mantine/notifications](https://github.com/mantinedev/mantine/tree/HEAD/packages/@mantine/notifications).


Updates `@mantine/core` from 7.6.0 to 7.8.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.8.1/packages/@mantine/core)

Updates `@mantine/dropzone` from 7.6.0 to 7.8.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.8.1/packages/@mantine/dropzone)

Updates `@mantine/hooks` from 7.6.0 to 7.8.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.8.1/packages/@mantine/hooks)

Updates `@mantine/notifications` from 7.6.0 to 7.8.1
- [Release notes](https://github.com/mantinedev/mantine/releases)
- [Changelog](https://github.com/mantinedev/mantine/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mantinedev/mantine/commits/7.8.1/packages/@mantine/notifications)

---
updated-dependencies:
- dependency-name: "@mantine/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/dropzone"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/hooks"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
- dependency-name: "@mantine/notifications"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: mantine
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/graylog2-web-interface/mantine-e714840dd7 branch from d8032df to 937bfff Compare May 1, 2024 00:29
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2024

Superseded by #19237.

@dependabot dependabot bot closed this May 3, 2024
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/graylog2-web-interface/mantine-e714840dd7 branch May 3, 2024 00:13
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.

None yet

0 participants