Skip to content

Conversation

@pvelosome
Copy link

@pvelosome pvelosome commented Nov 4, 2024

This PR updates Babel configurations to ensure compatibility with Node.js 20.

Changes:

.babelrc:

Added Target for Node 20: Updated the Babel preset configuration to target Node.js version 20, ensuring compatibility with the latest features and requirements.

{
  "targets": {
    "node": "20"
  }
}

package.json:

Updated Babel Dependencies: Updated Babel-related dependencies to their latest compatible versions to support Node 20 and align with modern Babel functionality:

@babel/cli: updated to ^7.25.9
@babel/core: updated to ^7.26.0
@babel/node: updated to ^7.26.0
@babel/plugin-proposal-object-rest-spread: updated to ^7.20.7
@babel/plugin-transform-async-to-generator: updated to ^7.25.9
@babel/plugin-transform-runtime: updated to ^7.25.9
@babel/preset-env: updated to ^7.26.0
@babel/runtime: updated to ^7.26.0

@JRogaishio
Copy link

@pvelosome Can you please amend / change your commit message to fix(babel): update babel to support node 20

This repo uses semantic-release so the commit messages need to be in a very specific format for releases to work properly.

See the contributing docs below.
https://mindedge.github.io/vue-api-query/community/contributing

@pvelosome pvelosome changed the title update babel fix(babel): update babel to support node 20 Nov 5, 2024
@pvelosome pvelosome marked this pull request as ready for review November 5, 2024 13:57
@JRogaishio JRogaishio self-assigned this Nov 8, 2024
@JRogaishio
Copy link

@pvelosome This appears to be working locally with node 16 so I'm moving forward with merging.

@JRogaishio JRogaishio merged commit 33086eb into mindedge:dev Nov 8, 2024
4 checks passed
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