forked from codymikol/karma-webpack
-
Notifications
You must be signed in to change notification settings - Fork 1
[pull] master from codymikol:master #57
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
Open
pull
wants to merge
32
commits into
https-quantumblockchainai-atlassian-net:master
Choose a base branch
from
codymikol:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[pull] master from codymikol:master #57
pull
wants to merge
32
commits into
https-quantumblockchainai-atlassian-net:master
from
codymikol:master
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this updates dependencies to be up to date for 2023 this many packages with major version changes will result in a major version bump for karma-webpack. Fixes #552
this will be the new baseline for 6.0.0 Fixes N/A
3 -> 4 Fixes N/A
this brings minimatch up to the latest working major version, the next bump will require some reworking Fixes N/A
This prevents a warning that occurs when output.filename is set to '[name].js'. Because this is the default, there is no need to warn the user as no change will happen. Fixes #550
this updates minimatch to 9, which no longer has a default export and must be destructured. Fixes N/A
this brings all babel dependencies up to the latest versions Fixes N/A
Bumps [fsevents](https://github.com/fsevents/fsevents) from 1.2.4 to 1.2.13. - [Release notes](https://github.com/fsevents/fsevents/releases) - [Commits](fsevents/fsevents@v1.2.4...v1.2.13) --- updated-dependencies: - dependency-name: fsevents dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [json5](https://github.com/json5/json5) from 0.5.1 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v0.5.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
despite the breaking changes, this all still works fine Fixes N/A
... Fixes N/A
this is not used in either the project or tests and has a strict dependency on webpack 4. this also bumps the package lock and removes yarn lock Fixes N/A
this website for nodesecurity.io is dead as a doornail I think its time to remove this. Fixes N/A
these are unused and just cause auditing issues Fixes N/A
... Fixes N/A
... Fixes N/A
* remove gitter, its just full of spam, github issues / discussion can fill that gap * remove travis build, doesn't seem to be active now * remove dependencies badge, its dead Fixes N/A
Bumps [yargs-parser](https://github.com/yargs/yargs-parser) to 20.2.9 and updates ancestor dependency [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli). These dependencies need to be updated together. Updates `yargs-parser` from 10.1.0 to 20.2.9 - [Release notes](https://github.com/yargs/yargs-parser/releases) - [Changelog](https://github.com/yargs/yargs-parser/blob/main/CHANGELOG.md) - [Commits](yargs/yargs-parser@v10.1.0...yargs-parser-v20.2.9) Updates `@commitlint/cli` from 7.6.1 to 18.0.0 - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v18.0.0/@commitlint/cli) --- updated-dependencies: - dependency-name: yargs-parser dependency-type: indirect - dependency-name: "@commitlint/cli" dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... Fixes N/A
seemed disrespectful 🤷 Fixes N/A
this will often break the inner workings of karma-webpack due to a number of issues coming in about this in particular it has been decided that it is best to ignore these kinds of customizations and log a warning that they are discarded Fixes #491
it seems this package is replaced, I'll seek guidance on whatever the current release process is and go from there. Fixes N/A
this gets us back to 0 known security issues Fixes N/A
|
add ticks to autowatch
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.8 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.8...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
... Fixes N/A Co-authored-by: Cody Mikol <[email protected]>
we should not dictate this behavior, just warning users that this may lead to unexpected behavior should suffice. Fixes #587 Co-authored-by: Cody Mikol <[email protected]>
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. - [Commits](indutny/node-ip@v1.1.8...v1.1.9) --- updated-dependencies: - dependency-name: ip dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.5 to 1.15.6. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.5...v1.15.6) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
'settig' -> 'setting'
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.1)
Can you help keep this open source service alive? 💖 Please sponsor : )