Skip to content

Commit 0640d9c

Browse files
Merge pull request #127 from CodeYourFuture/dependabot/npm_and_yarn/webpack-5.76.1
Dependabot/npm and yarn/webpack 5.76.1
2 parents f66091e + 1f5ea11 commit 0640d9c

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

.github/pull_request_template.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
This is a:
2+
3+
<!-- Tick one category - if more than one applies, it should be split up -->
4+
5+
- [ ]**New feature** - new behaviour has been implemented
6+
- [ ] 🐛 **Bug fix** - existing behaviour has been made to behave
7+
- [ ] ♻️ **Refactor** - the behaviour has not changed, just the implementation
8+
- [ ]**Test backfill** - tests for existing behaviour were added but the behaviour itself hasn't changed
9+
- [ ] ⚙️ **Chore** - maintenance task, behaviour and implementation haven't changed
10+
11+
<!-- adapted from https://gitmoji.dev/ -->
12+
13+
### Description
14+
15+
<!-- Describe what merging this pull request will do -->
16+
17+
- **Purpose** - <!-- Allow astronauts to perform a case-insensitive search for their spaceship. -->
18+
19+
<!-- Describe how the reviewer should check it works -->
20+
21+
- **How to check** - <!-- Log in as an astronaut, go to the Spaceships tab and type "saturn" into the search box. Previously Saturn V would not have appeared, due to the capital S, but now it does. -->
22+
23+
### Links
24+
25+
<!-- links to other issues/PRs/tickets, e.g. user/repo#123 -->
26+
27+
### Author checklist
28+
29+
<!-- All PRs -->
30+
31+
- [ ] I have written a title that reflects the relevant ticket
32+
- [ ] I have written a description that says what the PR does and how to validate it
33+
- [ ] I have linked to the project board ticket (and any related PRs/issues) in the Links section
34+
- [ ] I have added a link to this PR to the ticket
35+
- [ ] I have made the PR to `qa` from a branch named `<category>/<name>`, e.g. `feature/edit-spaceships` or `bugfix/restore-oxygen`
36+
- [ ] I have completed the manual tests [described here](https://github.com/CodeYourFuture/tech-team/wiki/3.-How-we-work#manual-test-procedures)
37+
- [ ] I have requested reviewers here and in my team chat channel
38+
<!-- depending on the task, the following may be optional -->
39+
- [ ] I have spoken with my PM or TL about any parts of this task that may have become out-of-scope, or any additional improvements that I now realise may benefit my project
40+
- [ ] I have added tests, or new tests were not required
41+
- [ ] I have updated any documentation (e.g. diagrams, schemas), or documentation updates were not required

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10421,9 +10421,9 @@ webpack-sources@^3.2.3:
1042110421
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
1042210422

1042310423
webpack@^5.64.4:
10424-
version "5.75.0"
10425-
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.75.0.tgz#1e440468647b2505860e94c9ff3e44d5b582c152"
10426-
integrity sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==
10424+
version "5.76.1"
10425+
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.1.tgz#7773de017e988bccb0f13c7d75ec245f377d295c"
10426+
integrity sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==
1042710427
dependencies:
1042810428
"@types/eslint-scope" "^3.7.3"
1042910429
"@types/estree" "^0.0.51"

0 commit comments

Comments
 (0)