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: martpie/next-transpile-modules
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.0.0
Choose a base ref
...
head repository: martpie/next-transpile-modules
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 11 commits
  • 21 files changed
  • 5 contributors

Commits on Nov 8, 2022

  1. fix ReferenceError

    dstaley authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    33b4e57 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Merge pull request #284 from dstaley/ds.add-const

    fix ReferenceError
    martpie authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    2f0b381 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Update tests to use Next.js 13.0.4

    Pierre de la Martiniere committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    7766007 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Merge branch 'master' of github.com:martpie/next-transpile-modules

    Pierre de la Martiniere committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    edb02b1 View commit details
    Browse the repository at this point in the history
  2. The End.

    martpie authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9e68032 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Nextjs 13.4 (#294)

    * Update next-transpile-modules.js
    
    Fixing the following error
    
    ```
    TypeError: config.watchOptions.ignored.filter is not a function or its return value is not iterable
        at Object.webpack (/Users/manish/projects/kripaluras-rn/node_modules/next-transpile-modules/src/next-transpile-modules.js:265:42)
        at Object.webpack (/Users/manish/projects/kripaluras-rn/node_modules/next-fonts/index.js:42:27)
        at Object.webpack (/Users/manish/projects/kripaluras-rn/node_modules/next-images/index.js:63:27)
        at Object.webpack (/Users/manish/projects/kripaluras-rn/node_modules/@expo/next-adapter/build/index.js:39:35)
        at getBaseWebpackConfig (/Users/manish/projects/kripaluras-rn/node_modules/next/dist/build/webpack-config.js:2147:32)
        at async Promise.all (index 0)
        at async Span.traceAsyncFn (/Users/manish/projects/kripaluras-rn/node_modules/next/dist/trace/trace.js:103:20)
        at async Span.traceAsyncFn (/Users/manish/projects/kripaluras-rn/node_modules/next/dist/trace/trace.js:103:20)
        at async HotReloader.start (/Users/manish/projects/kripaluras-rn/node_modules/next/dist/server/dev/hot-reloader.js:573:30)
        at async DevServer.prepareImpl (/Users/manish/projects/kripaluras-rn/node_modules/next/dist/server/dev/next-dev-server.js:685:9)
        at async NextServer.prepare (/Users/manish/projects/kripaluras-rn/node_modules/next/dist/server/next.js:165:13)
        at async Server.<anonymous> (/Users/manish/projects/kripaluras-rn/node_modules/next/dist/server/lib/render-server.js:136:17) {
      type: 'TypeError'
    }
    
    ```
    
    * setting NEXT_VERSION=13.4.12
    
    * Adding tests for new NEXT_VERSION 13.4.12
    
    * Run prettier
    
    * Revert "Run prettier"
    
    This reverts commit 3adfbd6.
    
    * Fix formatting
    
    * Run CI on Node.js 16-18 instead of 14-16
    
    * Re-run next-update script (fix pnpm issue)
    
    ---------
    
    Co-authored-by: Manish <[email protected]>
    Co-authored-by: Manish Singh <[email protected]>
    3 people authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    1310c29 View commit details
    Browse the repository at this point in the history
  2. Migrate to yarn

    martpie committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    de71b78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44d3ca1 View commit details
    Browse the repository at this point in the history
  4. 10.0.1

    martpie committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f912a45 View commit details
    Browse the repository at this point in the history
  5. Update deps

    martpie committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    41de33b View commit details
    Browse the repository at this point in the history
  6. Fix formatting

    martpie committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    f3c15d7 View commit details
    Browse the repository at this point in the history
Loading