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 postcss and fomantic-ui #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 6, 2023

Bumps postcss to 8.4.23 and updates ancestor dependency fomantic-ui. These dependencies need to be updated together.

Updates postcss from 6.0.23 to 8.4.23

Release notes

Sourced from postcss's releases.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

8.4.21

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by @​romainmenke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by @​KingSora).

8.4.17

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.

8.4.14

  • Print “old plugin API” warning only if plugin was used (by @​zardoy).

8.4.13

8.4.12

  • Fixed package.funding to have same value between all PostCSS packages.

8.4.11

  • Fixed Declaration#raws.value type.

8.4.10

  • Fixed package.funding URL format.

8.4.9

8.4.8

  • Fixed end position in empty Custom Properties.

8.4.7

... (truncated)

Changelog

Sourced from postcss's changelog.

8.4.23

  • Fixed warnings in TypeDoc.

8.4.22

  • Fixed TypeScript support with node16 (by Remco Haszing).

8.4.21

  • Fixed Input#error types (by Aleks Hudochenkov).

8.4.20

  • Fixed source map generation for childless at-rules like @layer.

8.4.19

  • Fixed whitespace preserving after AST transformations (by Romain Menke).

8.4.18

  • Fixed an error on absolute: true with empty sourceContent (by Rene Haas).

8.4.17

  • Fixed Node.before() unexpected behavior (by Romain Menke).
  • Added TOC to docs (by Mikhail Dedov).

8.4.16

  • Fixed Root AST migration.

8.4.15

  • Fixed AST normalization after using custom parser with old PostCSS AST.

8.4.14

  • Print “old plugin API” warning only if plugin was used (by @​zardoy).

8.4.13

  • Fixed append() error after using .parent (by Jordan Pittman).

8.4.12

  • Fixed package.funding to have same value between all PostCSS packages.

8.4.11

  • Fixed Declaration#raws.value type.

8.4.10

  • Fixed package.funding URL format.

8.4.9

  • Fixed package.funding (by Álvaro Mondéjar).

8.4.8

  • Fixed end position in empty Custom Properties.

8.4.7

... (truncated)

Commits

Updates fomantic-ui from 2.8.7 to 2.9.2

Release notes

Sourced from fomantic-ui's releases.

2.9.2

2.9.2

3 February 2023

  • chore(release): update dist files ea5c8de
  • feat(chore): remove vendor checks 8838309
  • feat(formvalidation): support object list in add errors 3b0a796
  • feat(popup): loading variant f3fb845
  • feat(checkbox): remove !important b6cde0e
  • fix(build): missing _site files and check npm folder df306be
  • feat(chore): remove unneeded vendor prefixes 8415a7a
  • build(deps): bump browserslist from 4.21.4 to 4.21.5 52801a7
  • feat(menu): wrapping variant cf51e1c
  • feat(segment): seamless variant 79582b2
  • feat(formvalidation): size rule to test string length range 247703a
  • fix(modal,flyout): avoid multiple autofocus on show animation 5b497e3
  • fix(chore): unified template headers 6d98ed1
  • fix(chore): invalid css values bdc9edd
  • feat(segment,grid): left and right attached variant e1559e8
  • fix(theme): dont conditional import variables to avoid scoping f8f26a1
  • fix(dropdown): compact menu items were cut 6ae4c9d
  • fix(segment, dropdown): specificity and wrong selector 16dfb7e
  • build(deps-dev): bump eslint-plugin-import from 2.27.4 to 2.27.5 7b0c4bd
  • build(deps-dev): bump node-fetch from 2.6.8 to 2.6.9 4816346
  • build(deps-dev): bump eslint from 8.32.0 to 8.33.0 81e635b
  • fix(build): allow gulp install from direct checkout folder 2015119
  • fix(modal): remove active class on hide 27c5d2f
  • fix(transition): reverted missing invoke method error ed8c5e9
  • chore(release): update version 5fd842e
  • fix(build): fix path creation to avoid always using default settings c9cbd9b
  • feat(lint): upgrade prettier to 2.8.3-patched 326e6cc

2.9.1

2.9.1

16 January 2023

... (truncated)

Commits
  • cdae7ad chore(release): update changelog
  • ea5c8de chore(release): update dist files
  • 5fd842e chore(release): update version
  • 79582b2 feat(segment): seamless variant
  • 16dfb7e fix(segment, dropdown): specificity and wrong selector
  • 6d98ed1 fix(chore): unified template headers
  • 247703a feat(formvalidation): size rule to test string length range
  • e1559e8 feat(segment,grid): left and right attached variant
  • cf51e1c feat(menu): wrapping variant
  • 3b0a796 feat(formvalidation): support object list in add errors
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [postcss](https://github.com/postcss/postcss) to 8.4.23 and updates ancestor dependency [fomantic-ui](https://github.com/fomantic/Fomantic-UI). These dependencies need to be updated together.


Updates `postcss` from 6.0.23 to 8.4.23
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@6.0.23...8.4.23)

Updates `fomantic-ui` from 2.8.7 to 2.9.2
- [Release notes](https://github.com/fomantic/Fomantic-UI/releases)
- [Commits](fomantic/Fomantic-UI@2.8.7...2.9.2)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: fomantic-ui
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 6, 2023
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.

0 participants