-
Notifications
You must be signed in to change notification settings - Fork 875
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
chore: bump vscode to 1.96.2 #614
Conversation
Deploying github1s with Cloudflare Pages
|
01acdd2
to
1a252e7
Compare
import HtmlWebpackPlugin from 'html-webpack-plugin'; | ||
import * as packUtils from './scripts/webpack.js'; | ||
|
||
const commitId = cp.execSync('git rev-parse HEAD').toString().trim(); |
Check warning
Code scanning / Jshint (reported by Codacy)
'require' is not defined. Warning
import HtmlWebpackPlugin from 'html-webpack-plugin'; | ||
import * as packUtils from './scripts/webpack.js'; | ||
|
||
const commitId = cp.execSync('git rev-parse HEAD').toString().trim(); |
Check notice
Code scanning / Jshint (reported by Codacy)
Prohibits the use of __iterator__ property due to compatibility issues Note
const skipMinified = { info: { minimized: true } }; | ||
const skipNodeModules = { globOptions: { dot: true, ignore: ['**/node_modules/**'] } }; |
Check warning
Code scanning / Jshint (reported by Codacy)
'__dirname' is not defined. Warning
import HtmlWebpackPlugin from 'html-webpack-plugin'; | ||
import * as packUtils from './scripts/webpack.js'; | ||
|
||
const commitId = cp.execSync('git rev-parse HEAD').toString().trim(); |
Check warning
Code scanning / Eslint-9 (reported by Codacy)
Definition for rule '@typescript-eslint/no-require-imports' was not found. Warning
3f5f48c
to
27df49f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are good to go 🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are good to go 🚀
Due to VSCode now switching to ESM, a major change has been made to the entire build process, and GitHub1s has also been changed to ESM. In addition, like VSCode, npm has been switched to as the package management tool here.
Furthermore, most of dependencies have also been updated.