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

Update/npm dependencies #1464

Merged
merged 4 commits into from
Jun 1, 2024
Merged

Update/npm dependencies #1464

merged 4 commits into from
Jun 1, 2024

Conversation

herpaderpaldent
Copy link
Contributor

No description provided.

dependabot bot and others added 4 commits June 1, 2024 16:08
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 14.2.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.6.0...v14.2.1)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 12.6.0 to 14.2.1.
- [Release notes](https://github.com/webpack-contrib/sass-loader/releases)
- [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/sass-loader@v12.6.0...v14.2.1)

---
updated-dependencies:
- dependency-name: sass-loader
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
The commit introduces the ESLint configuration file `eslint.config.mjs` and updates `package.json` to include the latest versions of dependencies, such as "@eslint/js" and "eslint-plugin-vue."

Total characters: 132
…der-14.2.1' into dependabot/npm_and_yarn/sass-loader-14.2.1
Copy link

what-the-diff bot commented Jun 1, 2024

PR Summary

  • Removal of old Configuration File
    We removed the .eslintrc.json file to make way for the new configuration.
  • New Configuration File Added
    We added a new file eslint.config.mjs, this is our new way of managing configurations for ESLint.
  • Dependencies Updates
    • Addition of New Dependencies
      • @eslint/js version ^9.4.0 and globals version ^15.3.0 were added to devDependencies. These new packages will help in enhancing the project's ESLint rules and providing globally used Javascript variables respectively.
    • Dependencies Removed
      • Removed eslint-import-resolver-alias as it is no longer necessary for the project.
    • Version Upgrades
      • The versions for eslint-plugin-vue, sass-loader, and postcss-import were updated to ^9.26.0, ^14.2.1, and ^16.1.0 respectively. These version upgrades come with bug fixes, improved features and ensured compatibility with other packages.

@herpaderpaldent herpaderpaldent merged commit 1e9bcd8 into 4.x Jun 1, 2024
3 checks passed
@herpaderpaldent herpaderpaldent deleted the update/npm-dependencies branch June 1, 2024 20:07
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