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

Bump eslint from 6.8.0 to 8.24.0 #514

Merged
merged 1 commit into from
Sep 27, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps eslint from 6.8.0 to 8.24.0.

Release notes

Sourced from eslint's releases.

v8.24.0

Features

  • 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308) (Milos Djermanovic)
  • b0d72c9 feat: add rule logical-assignment-operators (#16102) (fnx)
  • f02bcd9 feat: array-callback-return support findLast and findLastIndex (#16314) (Sosuke Suzuki)

Documentation

  • 2c152ff docs: note false positive Object.getOwnPropertyNames in prefer-reflect (#16317) (AnnAngela)
  • bf7bd88 docs: fix warn severity description for new config files (#16324) (Nitin Kumar)
  • 8cc0bbe docs: use more clean link syntax (#16309) (Percy Ma)
  • 6ba269e docs: fix typo (#16288) (jjangga0214)

Chores

  • 131e646 chore: Upgrade @​humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas)
  • 504fe59 perf: switch from object spread to Object.assign when merging globals (#16311) (Milos Djermanovic)

v8.23.1

Bug Fixes

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)

Documentation

  • 16cba3f docs: fix mobile double tap issue (#16293) (Sam Chen)
  • e098b5f docs: keyboard control to search results (#16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)
  • 1ae8236 docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)
  • 279f0af docs: Improve id-denylist documentation (#16223) (Mert Ciflikli)

Chores

v8.23.0

Features

  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#15887) (Amaresh S M)
  • 43f03aa feat: no-warning-comments support comments with decoration (#16120) (Lachlan Hunt)

Documentation

  • b1918da docs: package.json conventions (#16206) (Patrick McElhaney)
  • 0e03c33 docs: remove word immediately (#16217) (Strek)
  • c6790db docs: add anchor link for "migrating from jscs" (#16207) (Percy Ma)
  • 7137344 docs: auto-generation edit link (#16213) (Percy Ma)

Chores

... (truncated)

Changelog

Sourced from eslint's changelog.

v8.24.0 - September 23, 2022

  • 131e646 chore: Upgrade @​humanwhocodes/config-array for perf (#16339) (Nicholas C. Zakas)
  • 2c152ff docs: note false positive Object.getOwnPropertyNames in prefer-reflect (#16317) (AnnAngela)
  • bf7bd88 docs: fix warn severity description for new config files (#16324) (Nitin Kumar)
  • 504fe59 perf: switch from object spread to Object.assign when merging globals (#16311) (Milos Djermanovic)
  • 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308) (Milos Djermanovic)
  • b0d72c9 feat: add rule logical-assignment-operators (#16102) (fnx)
  • f02bcd9 feat: array-callback-return support findLast and findLastIndex (#16314) (Sosuke Suzuki)
  • 8cc0bbe docs: use more clean link syntax (#16309) (Percy Ma)
  • 6ba269e docs: fix typo (#16288) (jjangga0214)

v8.23.1 - September 12, 2022

  • b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills)
  • 734b54e fix: improve autofix for the prefer-const rule (#16292) (Nitin Kumar)
  • 6a923ff fix: Ensure that glob patterns are normalized (#16287) (Nicholas C. Zakas)
  • 38e8171 perf: migrate rbTree to js-sdsl (#16267) (Zilong Yao)
  • 16cba3f docs: fix mobile double tap issue (#16293) (Sam Chen)
  • c6900f8 fix: Ensure globbing doesn't include subdirectories (#16272) (Nicholas C. Zakas)
  • e098b5f docs: keyboard control to search results (#16222) (Shanmughapriyan S)
  • 1b5b2a7 docs: add Consolas font and prioritize resource loading (#16225) (Amaresh S M)
  • 1c388fb chore: switch nyc to c8 (#16263) (唯然)
  • 67db10c chore: enable linting .eleventy.js again (#16274) (Milos Djermanovic)
  • 1ae8236 docs: copy & use main package version in docs on release (#16252) (Jugal Thakkar)
  • 42bfbd7 chore: fix npm run perf crashes (#16258) (唯然)
  • 279f0af docs: Improve id-denylist documentation (#16223) (Mert Ciflikli)

v8.23.0 - August 26, 2022

  • 2e004ab chore: upgrade @​eslint/eslintrc@​1.3.1 (#16249) (Milos Djermanovic)
  • d35fbbe chore: Upgrade to [email protected] (#16243) (Milos Djermanovic)
  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas)
  • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#15887) (Amaresh S M)
  • ed26229 test: add no-extra-parens tests with rest properties (#16236) (Milos Djermanovic)
  • deaf69f chore: fix off-by-one min-width: 1023px media queries (#15974) (Milos Djermanovic)
  • 63dec9f refactor: simplify parseListConfig (#16241) (Milos Djermanovic)
  • 43f03aa feat: no-warning-comments support comments with decoration (#16120) (Lachlan Hunt)
  • b1918da docs: package.json conventions (#16206) (Patrick McElhaney)
  • 0e03c33 docs: remove word immediately (#16217) (Strek)
  • c6790db docs: add anchor link for "migrating from jscs" (#16207) (Percy Ma)
  • 7137344 docs: auto-generation edit link (#16213) (Percy Ma)

v8.22.0 - August 13, 2022

  • 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas)
  • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#16185) (Milos Djermanovic)
  • 9f5a752 docs: optimize image assets (#16170) (Sam Chen)
  • 61b2948 docs: add svgo command to pre commit hook (#16178) (Amaresh S M)
  • 784096d docs: improve search result UI (#16187) (Sam Chen)

... (truncated)

Commits
  • a578780 8.24.0
  • f2cfacd Build: changelog update for 8.24.0
  • 131e646 chore: Upgrade @​humanwhocodes/config-array for perf (#16339)
  • 2c152ff docs: note false positive Object.getOwnPropertyNames in prefer-reflect (#16...
  • bf7bd88 docs: fix warn severity description for new config files (#16324)
  • 504fe59 perf: switch from object spread to Object.assign when merging globals (#16311)
  • 1729f9e feat: account for sourceType: "commonjs" in the strict rule (#16308)
  • b0d72c9 feat: add rule logical-assignment-operators (#16102)
  • f02bcd9 feat: array-callback-return support findLast and findLastIndex (#16314)
  • 8cc0bbe docs: use more clean link syntax (#16309)
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 26, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2022

Dependabot tried to add @duttonw and @asifamingov as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/qld-gov-au/qg-web-template/pulls/514/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the qld-gov-au/qg-web-template repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@duttonw
Copy link
Member

duttonw commented Sep 26, 2022

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/eslint-8.24.0 branch 2 times, most recently from c2a5701 to 81df176 Compare September 27, 2022 00:02
Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 8.24.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v6.8.0...v8.24.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/develop/eslint-8.24.0 branch from 81df176 to 5665f15 Compare September 27, 2022 00:24
@devonpis devonpis merged commit c1f3b01 into develop Sep 27, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/develop/eslint-8.24.0 branch September 27, 2022 00:26
devonpis added a commit that referenced this pull request Sep 27, 2022
* QOL-7764 Add disabled state to default and themed radio buttons / checkboxes (#374)

* QOL-7764 disabled state added to default and themed radio buttons and checkboxes

* QOL-7764 Changed some colours to use variables

* QOL-7980 Transfer qg print from Matrix Assets to SWE4 (#376)

* QOL-7980 Transfer qg print from Matrix Assets to SWE4

* updated FAQ

* Added description and example markup for tables (#373)

* Bump string-replace-loader from 2.3.0 to 3.1.0 (#382)

Bumps [string-replace-loader](https://github.com/Va1/string-replace-loader) from 2.3.0 to 3.1.0.
- [Release notes](https://github.com/Va1/string-replace-loader/releases)
- [Commits](Va1/string-replace-loader@v2.3.0...v3.1.0)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump eslint-plugin-import from 1.16.0 to 2.25.3 (#369)

Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import) from 1.16.0 to 2.25.3.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases)
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md)
- [Commits](import-js/eslint-plugin-import@v1.16.0...v2.25.3)

---
updated-dependencies:
- dependency-name: eslint-plugin-import
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jest-puppeteer from 4.4.0 to 6.0.2 (#380)

Bumps [jest-puppeteer](https://github.com/smooth-code/jest-puppeteer) from 4.4.0 to 6.0.2.
- [Release notes](https://github.com/smooth-code/jest-puppeteer/releases)
- [Changelog](https://github.com/smooth-code/jest-puppeteer/blob/master/CHANGELOG.md)
- [Commits](argos-ci/jest-puppeteer@v4.4.0...v6.0.2)

---
updated-dependencies:
- dependency-name: jest-puppeteer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump chromium from 2.2.0 to 3.0.3 (#384)

Bumps [chromium](https://github.com/dtolstyi/node-chromium) from 2.2.0 to 3.0.3.
- [Release notes](https://github.com/dtolstyi/node-chromium/releases)
- [Commits](dtolstyi/node-chromium@v2.2.0...v3.0.3)

---
updated-dependencies:
- dependency-name: chromium
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump run-sequence from 1.2.2 to 2.2.1 (#308)

Bumps [run-sequence](https://github.com/OverZealous/run-sequence) from 1.2.2 to 2.2.1.
- [Release notes](https://github.com/OverZealous/run-sequence/releases)
- [Changelog](https://github.com/OverZealous/run-sequence/blob/master/CHANGELOG.md)
- [Commits](OverZealous/run-sequence@v1.2.2...v2.2.1)

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

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

* Bump url-loader from 0.5.9 to 4.1.1 (#383)

Bumps [url-loader](https://github.com/webpack-contrib/url-loader) from 0.5.9 to 4.1.1.
- [Release notes](https://github.com/webpack-contrib/url-loader/releases)
- [Changelog](https://github.com/webpack-contrib/url-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/url-loader@v0.5.9...v4.1.1)

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

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

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

* Bump gulp-inject from 3.0.0 to 5.0.5 (#385)

Bumps [gulp-inject](https://github.com/klei/gulp-inject) from 3.0.0 to 5.0.5.
- [Release notes](https://github.com/klei/gulp-inject/releases)
- [Commits](klei/gulp-inject@v3.0.0...v5.0.5)

---
updated-dependencies:
- dependency-name: gulp-inject
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

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

* Bump html-webpack-plugin from 2.30.1 to 5.5.0 (#386)

Bumps [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin) from 2.30.1 to 5.5.0.
- [Release notes](https://github.com/jantimon/html-webpack-plugin/releases)
- [Changelog](https://github.com/jantimon/html-webpack-plugin/blob/main/CHANGELOG.md)
- [Commits](jantimon/html-webpack-plugin@v2.30.1...v5.5.0)

---
updated-dependencies:
- dependency-name: html-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

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

* Bump eslint-html-reporter from 0.5.2 to 0.7.4 (#511)

Bumps [eslint-html-reporter](https://github.com/ratherblue/eslint-html-reporter) from 0.5.2 to 0.7.4.
- [Release notes](https://github.com/ratherblue/eslint-html-reporter/releases)
- [Changelog](https://github.com/ratherblue/eslint-html-reporter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ratherblue/eslint-html-reporter/commits)

---
updated-dependencies:
- dependency-name: eslint-html-reporter
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

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

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

* Bump webpack-stream from 5.2.1 to 7.0.0 (#387)

Bumps [webpack-stream](https://github.com/shama/webpack-stream) from 5.2.1 to 7.0.0.
- [Release notes](https://github.com/shama/webpack-stream/releases)
- [Commits](shama/webpack-stream@v5.2.1...v7.0.0)

---
updated-dependencies:
- dependency-name: webpack-stream
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

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

* Bump gulp-postcss from 7.0.1 to 9.0.1 (#388)

Bumps [gulp-postcss](https://github.com/postcss/gulp-postcss) from 7.0.1 to 9.0.1.
- [Release notes](https://github.com/postcss/gulp-postcss/releases)
- [Commits](postcss/gulp-postcss@7.0.1...9.0.1)

---
updated-dependencies:
- dependency-name: gulp-postcss
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

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

* Bump eslint-loader from 1.9.0 to 4.0.2 (#389)

Bumps [eslint-loader](https://github.com/webpack-contrib/eslint-loader) from 1.9.0 to 4.0.2.
- [Release notes](https://github.com/webpack-contrib/eslint-loader/releases)
- [Changelog](https://github.com/webpack-contrib/eslint-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/eslint-loader@1.9.0...v4.0.2)

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

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

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

* Bump image-webpack-loader from 3.6.0 to 8.1.0 (#409)

Bumps [image-webpack-loader](https://github.com/tcoopman/image-webpack-loader) from 3.6.0 to 8.1.0.
- [Release notes](https://github.com/tcoopman/image-webpack-loader/releases)
- [Changelog](https://github.com/tcoopman/image-webpack-loader/blob/master/CHANGELOG.md)
- [Commits](tcoopman/image-webpack-loader@v3.6.0...v8.1.0)

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

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

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

* Bump webpack from 4.46.0 to 5.74.0 (#478)

Bumps [webpack](https://github.com/webpack/webpack) from 4.46.0 to 5.74.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v4.46.0...v5.74.0)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devonpis <[email protected]>

* Bump cssnano from 3.10.0 to 5.1.13 (#489)

Bumps [cssnano](https://github.com/cssnano/cssnano) from 3.10.0 to 5.1.13.
- [Release notes](https://github.com/cssnano/cssnano/releases)
- [Commits](https://github.com/cssnano/cssnano/commits)

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

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

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

* Bump copy-webpack-plugin from 4.6.0 to 6.4.1 (#512)

Bumps [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) from 4.6.0 to 6.4.1.
- [Release notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/v6.4.1/CHANGELOG.md)
- [Commits](webpack-contrib/copy-webpack-plugin@v4.6.0...v6.4.1)

---
updated-dependencies:
- dependency-name: copy-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

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

* Bump gulp-autoprefixer from 7.0.1 to 8.0.0 (#513)

Bumps [gulp-autoprefixer](https://github.com/sindresorhus/gulp-autoprefixer) from 7.0.1 to 8.0.0.
- [Release notes](https://github.com/sindresorhus/gulp-autoprefixer/releases)
- [Commits](sindresorhus/gulp-autoprefixer@v7.0.1...v8.0.0)

---
updated-dependencies:
- dependency-name: gulp-autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

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

* Bump eslint from 6.8.0 to 8.24.0 (#514)

Bumps [eslint](https://github.com/eslint/eslint) from 6.8.0 to 8.24.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v6.8.0...v8.24.0)

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

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

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

* Bump terser-webpack-plugin from 3.1.0 to 5.3.6 (#516)

Bumps [terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin) from 3.1.0 to 5.3.6.
- [Release notes](https://github.com/webpack-contrib/terser-webpack-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/terser-webpack-plugin/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/terser-webpack-plugin@v3.1.0...v5.3.6)

---
updated-dependencies:
- dependency-name: terser-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

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

* Bump puppeteer from 10.4.0 to 18.0.5 (#519)

Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 10.4.0 to 18.0.5.
- [Release notes](https://github.com/puppeteer/puppeteer/releases)
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md)
- [Commits](puppeteer/puppeteer@v10.4.0...v18.0.5)

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

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

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

* Bump eslint-plugin-promise from 2.0.1 to 6.0.1 (#521)

Bumps [eslint-plugin-promise](https://github.com/xjamundx/eslint-plugin-promise) from 2.0.1 to 6.0.1.
- [Release notes](https://github.com/xjamundx/eslint-plugin-promise/releases)
- [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md)
- [Commits](https://github.com/xjamundx/eslint-plugin-promise/commits)

---
updated-dependencies:
- dependency-name: eslint-plugin-promise
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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

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

* Bump css-loader from 0.28.11 to 6.7.1 (#524)

Bumps [css-loader](https://github.com/webpack-contrib/css-loader) from 0.28.11 to 6.7.1.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md)
- [Commits](webpack-contrib/css-loader@v0.28.11...v6.7.1)

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

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

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

* update package-lock

* update dependabot config

* upgrade to webpack5

* update test

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Rebecca Launder <[email protected]>
Co-authored-by: Asif Amin <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: devonpis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants