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 prod-dependencies group across 1 directory with 5 updates #1197

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 2, 2024

Bumps the prod-dependencies group with 5 updates in the / directory:

Package From To
@floating-ui/react 0.26.25 0.26.27
css-tree 3.0.0 3.0.1
monaco-yaml 5.2.2 5.2.3
remark-github-blockquote-alert 1.2.1 1.3.0
winston 3.15.0 3.16.0

Updates @floating-ui/react from 0.26.25 to 0.26.27

Release notes

Sourced from @​floating-ui/react's releases.

@​floating-ui/react@​0.26.27

Patch Changes

  • fix(useListNavigation): ignore Home/End key press for typeable combobox references
  • fix(useListNavigation): ensure submenu references are set as virtualItemRef on floating close
  • fix(inner): use list ref length for fallback detection
  • fix(FloatingPortal): allow root to be reactive from null to an element. ⚠️ an always-null value will never render a portal node as this indicates it's waiting for an element; it must be undefined

@​floating-ui/react@​0.26.26

Patch Changes

  • fix(useFloating): access domReference instead of reference
  • feat(FloatingFocusManager): specify element to return focus to
Changelog

Sourced from @​floating-ui/react's changelog.

0.26.27

Patch Changes

  • fix(useListNavigation): ignore Home/End key press for typeable combobox references
  • fix(useListNavigation): ensure submenu references are set as virtualItemRef on floating close
  • fix(inner): use list ref length for fallback detection
  • fix(FloatingPortal): allow root to be reactive from null to an element

0.26.26

Patch Changes

  • fix(useFloating): access domReference instead of reference
  • feat(FloatingFocusManager): specify element to return focus to
Commits
  • f1d95ac Version Packages (#3102)
  • e05d561 fix(FloatingPortal): allow root to be reactive from null to an element (#...
  • c4aba7a fix(useListNavigation): ensure submenu references are set as virtualItemRef...
  • f65f9e2 fix(useListNavigation): ignore Home/End key press for typeable combobox refer...
  • 229c5f7 fix(inner): use list ref length for fallback detection (#3101)
  • c967200 Version Packages (#3084)
  • 24f2c4d fix(useFloating): access domReference instead of reference (#3094)
  • 703db3b feat(FloatingFocusManager): specify element to return focus to (#3083)
  • See full diff in compare view

Updates css-tree from 3.0.0 to 3.0.1

Release notes

Sourced from css-tree's releases.

3.0.1

  • 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'>
Changelog

Sourced from css-tree's changelog.

3.0.1 (November 1, 2024)

  • 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'>
Commits
  • 9825221 3.0.1
  • d3ce7e9 Revert changes to Block to include curlies (fixes #296)
  • 4175e97 Fix <'stroke-opacity'> syntax (fixes #299)
  • 6c761e7 Merge pull request #291 from pamelalozano16/master
  • 0742692 Add errors array to the Lexer#validate() method result
  • c20b5c5 Make tests stable to errors in definition syntaxes
  • 8aeb7bf Bump mdn/data to 2.12.1
  • 7a3f134 Fix lint warning
  • a6c7db0 Fix broken mdn/data syntaxes
  • e7c8320 Merge branch 'master' into pr/291
  • Additional commits viewable in compare view

Updates monaco-yaml from 5.2.2 to 5.2.3

Release notes

Sourced from monaco-yaml's releases.

v5.2.3

What's Changed

New Contributors

Full Changelog: remcohaszing/monaco-yaml@v5.2.2...v5.2.3

Commits
  • f38e40c 5.2.3
  • a9b0d81 Add markdownEnumDescriptions to the demo
  • c7479a2 Avoid language-server-types import at runtime
  • 467b134 fix: missing client capabilities
  • 5beb610 Explain why syntax highlighting might not work
  • See full diff in compare view

Updates remark-github-blockquote-alert from 1.2.1 to 1.3.0

Release notes

Sourced from remark-github-blockquote-alert's releases.

v1.3.0

Buy me a coffee

Documentation v1.3.0: https://raw.githack.com/jaywcjlove/remark-github-blockquote-alert/a520066/index.html
Comparing Changes: jaywcjlove/remark-github-blockquote-alert@v1.2.1...v1.3.0

Commits

Updates winston from 3.15.0 to 3.16.0

Release notes

Sourced from winston's releases.

v3.16.0

  • Feature - optionally include Error.cause property (#2447) 201b6f1

winstonjs/winston@v3.15.0...v3.16.0

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 prod-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) | `0.26.25` | `0.26.27` |
| [css-tree](https://github.com/csstree/csstree) | `3.0.0` | `3.0.1` |
| [monaco-yaml](https://github.com/remcohaszing/monaco-yaml) | `5.2.2` | `5.2.3` |
| [remark-github-blockquote-alert](https://github.com/jaywcjlove/remark-github-blockquote-alert) | `1.2.1` | `1.3.0` |
| [winston](https://github.com/winstonjs/winston) | `3.15.0` | `3.16.0` |



Updates `@floating-ui/react` from 0.26.25 to 0.26.27
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/react)

Updates `css-tree` from 3.0.0 to 3.0.1
- [Release notes](https://github.com/csstree/csstree/releases)
- [Changelog](https://github.com/csstree/csstree/blob/master/CHANGELOG.md)
- [Commits](csstree/csstree@v3.0.0...v3.0.1)

Updates `monaco-yaml` from 5.2.2 to 5.2.3
- [Release notes](https://github.com/remcohaszing/monaco-yaml/releases)
- [Commits](remcohaszing/monaco-yaml@v5.2.2...v5.2.3)

Updates `remark-github-blockquote-alert` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/jaywcjlove/remark-github-blockquote-alert/releases)
- [Commits](jaywcjlove/remark-github-blockquote-alert@v1.2.1...v1.3.0)

Updates `winston` from 3.15.0 to 3.16.0
- [Release notes](https://github.com/winstonjs/winston/releases)
- [Changelog](https://github.com/winstonjs/winston/blob/master/CHANGELOG.md)
- [Commits](winstonjs/winston@v3.15.0...v3.16.0)

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: css-tree
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: monaco-yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: remark-github-blockquote-alert
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: winston
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 2, 2024
@sawka sawka merged commit 0aa2f71 into main Nov 4, 2024
5 of 6 checks passed
@sawka sawka deleted the dependabot/npm_and_yarn/prod-dependencies-beeb3d53e3 branch November 4, 2024 18:09
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 Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant