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

build(deps): bump postcss and @edx/frontend-build #355

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2023

Bumps postcss to 8.4.31 and updates ancestor dependency @edx/frontend-build. These dependencies need to be updated together.

Updates postcss from 8.4.26 to 8.4.31

Release notes

Sourced from postcss's releases.

8.4.31

8.4.30

8.4.29

8.4.28

  • Fixed Root.source.end for better source map (by @​romainmenke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.
Changelog

Sourced from postcss's changelog.

8.4.31

8.4.30

  • Improved source map performance (by Romain Menke).

8.4.29

  • Fixed Node#source.offset (by Ido Rosenthal).
  • Fixed docs (by Christian Oliff).

8.4.28

  • Fixed Root.source.end for better source map (by Romain Menke).
  • Fixed Result.root types when process() has no parser.

8.4.27

  • Fixed Container clone methods types.
Commits

Updates @edx/frontend-build from 12.9.3 to 13.0.1

Release notes

Sourced from @​edx/frontend-build's releases.

v13.0.1

13.0.1 (2023-10-06)

Bug Fixes

  • upgraded postcss to fix vulnerability (#465) (1ec7a93)

v13.0.0

13.0.0 (2023-09-28)

  • feat!: babel-plugin-react-intl to babel-plugin-formatjs migration (#313) (ac5d346), closes #313

BREAKING CHANGES

  • deprecated babel-plugin-react-intl in favour of babel-plugin-formatjs. consumer MFEs have to update the translation extraction script

  • feat: used babel-plugin-formatjs in place of react-intl as it was deprecated

  • feat: added formatjs config

  • refactor: updated README accordingly

  • refactor: updated extract script and added format file

v12.9.17

12.9.17 (2023-09-26)

Bug Fixes

  • deps: update dependency webpack-bundle-analyzer to v4.9.1 (982bbb7)

v12.9.16

12.9.16 (2023-09-26)

Bug Fixes

  • deps: update dependency sharp to v0.32.6 (b4b57c8)

v12.9.15

12.9.15 (2023-09-25)

Bug Fixes

... (truncated)

Commits
  • 1ec7a93 fix: upgraded postcss to fix vulnerability (#465)
  • a89ed0f refactor: add @​openedx in renovate automate configuration (#461)
  • 4ab5421 chore(deps): update react monorepo
  • ac5d346 feat!: babel-plugin-react-intl to babel-plugin-formatjs migration (#313)
  • 982bbb7 fix(deps): update dependency webpack-bundle-analyzer to v4.9.1
  • b4b57c8 fix(deps): update dependency sharp to v0.32.6
  • 1cfeff4 fix(deps): update dependency postcss-rtlcss to v4.0.8
  • aad2bfa fix(deps): update dependency postcss-custom-media to v10.0.1
  • 437f763 fix(deps): update dependency postcss to v8.4.30
  • a3185e5 fix(deps): update dependency autoprefixer to v10.4.16
  • 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 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)
    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.31 and updates ancestor dependency [@edx/frontend-build](https://github.com/openedx/frontend-build). These dependencies need to be updated together.


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

Updates `@edx/frontend-build` from 12.9.3 to 13.0.1
- [Release notes](https://github.com/openedx/frontend-build/releases)
- [Commits](openedx/frontend-build@v12.9.3...v13.0.1)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
- dependency-name: "@edx/frontend-build"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 7, 2023 23:50
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2023
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (247e9f3) 94.98% compared to head (4965afe) 94.98%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #355   +/-   ##
=======================================
  Coverage   94.98%   94.98%           
=======================================
  Files         140      140           
  Lines        1357     1357           
  Branches      264      264           
=======================================
  Hits         1289     1289           
  Misses         60       60           
  Partials        8        8           
Files Coverage Δ
...mponents/GradesView/GradebookTable/GradeButton.jsx 100.00% <100.00%> (ø)
src/components/GradesView/GradebookTable/hooks.jsx 100.00% <ø> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2023

Looks like these dependencies are up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Oct 11, 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