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 @ministryofjustice/frontend from 1.6.0 to 1.6.3 #1270

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2022

Bumps @ministryofjustice/frontend from 1.6.0 to 1.6.3.

Release notes

Sourced from @​ministryofjustice/frontend's releases.

v1.6.3

1.6.3 (2022-11-14)

Bug Fixes

  • component: sort the columns of the sortable table on page load (#406) (ed2056a)

v1.6.2

1.6.2 (2022-10-31)

NB: This is a typo: the moj-frontend package still supports v3 and v4 of govuk-frontend. The dependency upgrade is only of the documentation site.

Bug Fixes

  • deps: update dependency govuk-frontend to v4 (#403) (1684def)

v1.6.1

1.6.1 (2022-10-28)

Bug Fixes

Changelog

Sourced from @​ministryofjustice/frontend's changelog.

1.6.3 (2022-11-14)

Bug Fixes

  • component: sort the columns of the sortable table on page load (#406) (ed2056a)

1.6.2 (2022-10-31)

Bug Fixes

  • deps: update dependency govuk-frontend to v4 (#403) (1684def)

1.6.1 (2022-10-28)

Bug Fixes

Commits
  • cfe1c95 chore(release): 1.6.3 [skip ci]
  • ed2056a fix(component): sort the columns of the sortable table on page load (#406)
  • 88a03c5 docs(scrollable-pane): add documentation for scrollable pane component (#405)
  • 071478d chore: add staging environment (#409)
  • cdb44f6 chore: bump socket.io and socket.io-client (#408)
  • 44eb9a9 chore: bump socket.io-parser to 4.0.5 (#407)
  • f82fb09 chore(release): 1.6.2 [skip ci]
  • 1684def fix(deps): update dependency govuk-frontend to v4 (#403)
  • 7b3c691 chore(deps): update dependency del to v7 (#402)
  • a75f978 chore(deps): update dependency sass-loader to v13 (#401)
  • 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 requested a review from a team as a code owner November 15, 2022 03:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 15, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch 9 times, most recently from 2632efb to abe0bd1 Compare November 21, 2022 15:52
@ivanELEC
Copy link
Contributor

src/moj/objects/_scrollable-pane.scss in @ministryofjustice/frontend is causing errors in postcss-calc

@ivanELEC
Copy link
Contributor

ivanELEC commented Nov 22, 2022

src/moj/objects/_scrollable-pane.scss in @ministryofjustice/frontend is causing errors in postcss-calc

to be more specific:

when attempting to compile the assets there is a fail @ src/moj/objects/_scrollable-pane.scss of the front-end rep, it's trying to use postcss-calc to do a multiplication but postcss-calc is not recognising it as valid syntax

I will raise a ticket with moj/frontend that could be used as a hot fix for this

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch from abe0bd1 to f53f89f Compare November 22, 2022 09:52
@Obsiye Obsiye added the help wanted Extra attention is needed label Nov 22, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch 9 times, most recently from 7fb491b to a6fe150 Compare November 28, 2022 10:09
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch 4 times, most recently from bc3cff1 to 11ffed6 Compare December 6, 2022 16:42
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch 17 times, most recently from c227b38 to 92cc315 Compare December 21, 2022 13:02
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch from 92cc315 to 67d94c9 Compare December 28, 2022 10:21
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch from 67d94c9 to 1433830 Compare January 5, 2023 21:26
@ivanELEC
Copy link
Contributor

ivanELEC commented Jan 9, 2023

Issue raised with @ministryofjustice/frontend - there doesn't seem to be a way to fix this without changes to the dependency so still cannot update this dependency

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch 4 times, most recently from f08dbcc to 0953d09 Compare January 9, 2023 16:21
Bumps [@ministryofjustice/frontend](https://github.com/ministryofjustice/moj-frontend) from 1.6.0 to 1.6.3.
- [Release notes](https://github.com/ministryofjustice/moj-frontend/releases)
- [Changelog](https://github.com/ministryofjustice/moj-frontend/blob/main/CHANGELOG.md)
- [Commits](ministryofjustice/moj-frontend@v1.6.0...v1.6.3)

---
updated-dependencies:
- dependency-name: "@ministryofjustice/frontend"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch from 0953d09 to fb5de51 Compare January 9, 2023 16:29
@sonarcloud
Copy link

sonarcloud bot commented Jan 9, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 9, 2023

Superseded by #1335.

@dependabot dependabot bot closed this Jan 9, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/ministryofjustice/frontend-1.6.3 branch January 9, 2023 16:51
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 help wanted Extra attention is needed javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants