Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JetBrains/create-react-kotlin-app
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JetBrains/create-react-kotlin-app
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dependabot/npm_and_yarn/postcss-loader-7.0.2
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 30, 2022

  1. Bump postcss-loader from 3.0.0 to 7.0.2

    Bumps [postcss-loader](https://github.com/webpack-contrib/postcss-loader) from 3.0.0 to 7.0.2.
    - [Release notes](https://github.com/webpack-contrib/postcss-loader/releases)
    - [Changelog](https://github.com/webpack-contrib/postcss-loader/blob/master/CHANGELOG.md)
    - [Commits](webpack-contrib/postcss-loader@v3.0.0...v7.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: postcss-loader
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 30, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    491d5c7 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 packages/react-scripts/package.json
2 changes: 1 addition & 1 deletion packages/react-scripts/package.json
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@
"mini-css-extract-plugin": "^0.8.2",
"object-assign": "^4.1.1",
"postcss-flexbugs-fixes": "^4.2.0",
"postcss-loader": "^3.0.0",
"postcss-loader": "^7.0.2",
"promise": "^8.1.0",
"react-dev-utils": "^7.0.1",
"react-error-overlay": "^6.0.4",