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

Fix for issue #78 Update Build toolchain for modern Node versions. #79

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

Conversation

DevOpsJon
Copy link

This PR addresses the issues mentioned in #78 by updating the build toolchain to work with modern Node.js versions.

  • Migrated from Babel 6 to Babel 7

    • Replaced babel-preset-es2015 with @babel/preset-env
    • Updated plugins to use @babel/plugin-transform-object-rest-spread
    • Added proper Babel configuration with babel.config.js
  • Upgraded from Gulp 3 to Gulp 4

    • Updated task system to use series/parallel pattern
    • Modified gulpfile.babel.js for compatibility with current APIs
    • Improved async handling with promises
  • Fixed Sass deprecation warnings

    • Updated gulp-dart-sass implementation to use current API
  • Updated dependencies

    • Replaced outdated and deprecated packages
    • Updated package versions to latest compatible releases
    • Added missing dependencies

The build system now successfully works on Node.js v23.9.0 and produces the same output as before.

All functionality remains the same - this PR only addresses build system compatibility issues.

…ild toolchain to work with modern Node.js versions.

- **Migrated from Babel 6 to Babel 7**
  - Replaced babel-preset-es2015 with @babel/preset-env
  - Updated plugins to use @babel/plugin-transform-object-rest-spread
  - Added proper Babel configuration with babel.config.js

- **Upgraded from Gulp 3 to Gulp 4**
  - Updated task system to use series/parallel pattern
  - Modified gulpfile.babel.js for compatibility with current APIs
  - Improved async handling with promises

- **Fixed Sass deprecation warnings**
  - Updated gulp-dart-sass implementation to use current API

- **Updated dependencies**
  - Replaced outdated and deprecated packages
  - Updated package versions to latest compatible releases
  - Added missing dependencies

The build system now successfully works on Node.js v23.9.0 and produces the same output as before.

All functionality remains the same - this PR only addresses build system compatibility issues.
@rikschennink
Copy link
Collaborator

Appreciate the effort, however when I look at the generated dist files they do differ quite a bit, I'm a bit concerned this might impact the functionality. I'll try to find some time to test this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants