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: knowledgecode/postcss-inline-extract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: knowledgecode/postcss-inline-extract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.1
Choose a head ref
  • 7 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 26, 2025

  1. Update dependencies and CI configuration

    - Update eslint from 9.33.0 to 9.34.0
    - Update rollup from 4.46.3 to 4.48.1
    - Update typescript-eslint from 8.40.0 to 8.41.0
    - Add rollup-plugin-dts and rollup-plugin-license
    - Remove concurrently dependency and engines field from package.json
    - Change CI test command from test:run to test
    knowledgecode committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    388e70d View commit details
    Browse the repository at this point in the history
  2. Add Rollup plugins for enhanced build configuration

    - Add rollup-plugin-dts for TypeScript declaration bundling
    - Add rollup-plugin-license for license header management
    knowledgecode committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    426eaae View commit details
    Browse the repository at this point in the history
  3. Update package-lock.json

    Remove TypeScript dependency from devDependencies as it's not explicitly needed
    knowledgecode committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    68042de View commit details
    Browse the repository at this point in the history
  4. Add missing resolved and integrity fields to package-lock.json

    Complete lockfile entries for all dependencies with proper registry URLs and integrity hashes
    knowledgecode committed Aug 26, 2025
    Configuration menu
    Copy the full SHA
    5cdf013 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf2933a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a22f0c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from knowledgecode/develop

    Dependencies update and build enhancement
    knowledgecode authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    65b16cd View commit details
    Browse the repository at this point in the history
Loading