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

build(deps-dev): bump exports-loader from 0.7.0 to 5.0.0 in /superset-frontend #82

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps exports-loader from 0.7.0 to 5.0.0.

Release notes

Sourced from exports-loader's releases.

v5.0.0

5.0.0 (2024-01-16)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#146) (0c658f1)

v4.0.0

4.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

v3.1.0

3.1.0 (2021-10-21)

Features

  • output helpful descriptions and links on errors (#66) (ba96dda)

v3.0.0

3.0.0 (2021-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

v2.0.0

2.0.0 (2021-01-11)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5 (#58) (9176392)
  • inline syntax was changed: [] is no longer supported (i.e. exports-loader?exports[]=myVariable&exports[]=myFunction!./file.js), please use , (i.e. exports-loader?exports=myVariable,myFunction!./file.js)
  • removed filename template support for export names and aliases (i.e. [name]) due unstable behaviour in some cases and very rarely used

v1.1.1

1.1.1 (2020-10-09)

Chore

  • update schema-utils

v1.1.0

... (truncated)

Changelog

Sourced from exports-loader's changelog.

5.0.0 (2024-01-16)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 18.12.0 (#146) (0c658f1)

4.0.0 (2022-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 14.15.0

3.1.0 (2021-10-21)

Features

  • output helpful descriptions and links on errors (#66) (ba96dda)

3.0.0 (2021-05-17)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0

2.0.0 (2021-01-11)

⚠ BREAKING CHANGES

  • minimum supported webpack version is 5 (#58) (9176392)
  • inline syntax was changed: [] is no longer supported (i.e. exports-loader?exports[]=myVariable&exports[]=myFunction!./file.js), please use , (i.e. exports-loader?exports=myVariable,myFunction!./file.js)
  • removed filename template support for export names and aliases (i.e. [name]) due unstable behaviour in some cases and very rarely used

1.1.1 (2020-10-09)

Chore

  • update schema-utils

1.1.0 (2020-06-24)

Features

  • "|" character can be used as delimiter for inline string syntax (#46) (e0bc930)

... (truncated)

Commits
  • 728a14d chore(release): 5.0.0
  • 0c658f1 chore!: minimum supported Node.js version is 18.12.0 (#146)
  • 58174ef chore: update dependencies to latest version (#145)
  • 0f781d0 chore: update github action/setup-node (#144)
  • 24e82e1 chore: update dependencies to the latest version (#143)
  • 69aea73 chore: upgrade dependencies to the latest version (#141)
  • 85d650a chore: update github actions/checkout (#140)
  • 797c431 chore: update dependencies to the latest version (#139)
  • c641fd1 chore: update dependencies to the latest version (#138)
  • 4924b1f chore: upgrade dependencies to the latest version (#137)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by evilebottnawi, a new releaser for exports-loader since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [exports-loader](https://github.com/webpack-contrib/exports-loader) from 0.7.0 to 5.0.0.
- [Release notes](https://github.com/webpack-contrib/exports-loader/releases)
- [Changelog](https://github.com/webpack-contrib/exports-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/exports-loader@v0.7.0...v5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Author

dependabot bot commented on behalf of github Sep 2, 2024

The following labels could not be found: npm, dependabot.

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

Successfully merging this pull request may close these issues.

0 participants