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

release 0.28.0 #617

Merged
merged 3 commits into from
Jan 12, 2025
Merged

release 0.28.0 #617

merged 3 commits into from
Jan 12, 2025

Conversation

conwnet
Copy link
Owner

@conwnet conwnet commented Jan 12, 2025

No description provided.

conwnet and others added 3 commits January 12, 2025 02:01
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.97.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.76.0...v5.97.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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

Definition for rule '@typescript-eslint/no-require-imports' was not found.
import * as packUtils from './scripts/webpack.js';

const commitId = cp.execSync('git rev-parse HEAD').toString().trim();
const staticDir = `static-${commitId.padStart(7, '0').slice(0, 7)}`;

Check warning

Code scanning / Jshint (reported by Codacy)

'require' is not defined. Warning

'require' is not defined.
import * as packUtils from './scripts/webpack.js';

const commitId = cp.execSync('git rev-parse HEAD').toString().trim();
const staticDir = `static-${commitId.padStart(7, '0').slice(0, 7)}`;

Check notice

Code scanning / Jshint (reported by Codacy)

Prohibits the use of __iterator__ property due to compatibility issues Note

'const' is available in ES6 (use 'esversion: 6') or Mozilla JS extensions (use moz).
const skipMinified = { info: { minimized: true } };
const skipNodeModules = { globOptions: { dot: true, ignore: ['**/node_modules/**'] } };

Check warning

Code scanning / Jshint (reported by Codacy)

'module' is not defined. Warning

'module' is not defined.
const skipMinified = { info: { minimized: true } };
const skipNodeModules = { globOptions: { dot: true, ignore: ['**/node_modules/**'] } };
const fileLoaderOptions = { outputPath: staticDir, name: '[name].[ext]' };

Check warning

Code scanning / Jshint (reported by Codacy)

'__dirname' is not defined. Warning

'__dirname' is not defined.
@conwnet conwnet merged commit 6a84158 into release Jan 12, 2025
16 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.

1 participant