generated from DFE-Digital/govuk-dotnet-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
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 axios and contentful-export in /Contentful-Schema #330
Merged
killij
merged 2 commits into
next
from
dependabot/npm_and_yarn/Contentful-Schema/axios-and-contentful-export-1.6.1
Jan 10, 2024
Merged
Bump axios and contentful-export in /Contentful-Schema #330
killij
merged 2 commits into
next
from
dependabot/npm_and_yarn/Contentful-Schema/axios-and-contentful-export-1.6.1
Jan 10, 2024
Conversation
This file contains 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
Bumps [axios](https://github.com/axios/axios) and [contentful-export](https://github.com/contentful/contentful-export). These dependencies needed to be updated together. Updates `axios` from 0.27.2 to 1.6.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v1.6.1) Updates `contentful-export` from 7.19.91 to 7.19.95 - [Release notes](https://github.com/contentful/contentful-export/releases) - [Commits](contentful/contentful-export@v7.19.91...v7.19.95) --- updated-dependencies: - dependency-name: axios dependency-type: indirect - dependency-name: contentful-export dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 21, 2023
…ios-and-contentful-export-1.6.1
Quality Gate passedThe SonarCloud Quality Gate passed, but some issues were introduced. 2 New issues |
dependabot
bot
deleted the
dependabot/npm_and_yarn/Contentful-Schema/axios-and-contentful-export-1.6.1
branch
January 10, 2024 08:40
🎉 This PR is included in version 2.0.0-next.10 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
killij
added a commit
that referenced
this pull request
Jan 10, 2024
commit 5303806 Author: killij <[email protected]> Date: Wed Jan 10 11:03:12 2024 +0000 fix: Fix CTA column stacking for mobile view (#360) commit 844fe09 Author: killij <[email protected]> Date: Wed Jan 10 10:47:20 2024 +0000 fix: Prevent Search configuration from failing the application health check (#359) commit 770b68f Author: killij <[email protected]> Date: Wed Jan 10 09:38:14 2024 +0000 feat: Replace the existing Resources search with Azure AI Search (#356) * Fix the config key * Initial SearchController * Add new package * Update CSS for search * Search View (wip) * Update the clear filters function * Update filter categories * Order by js to submit form * Css changes * CSS update * Search refactor * Fix the application configuration tests * Add SearchResultsVMFactoryTests * Fix tests * Create SearchResourcesControllerTests.cs * Remove old resources search and substitute new one in * Add resource search facet numbers to filter control * Make resource search filters inclusive OR instead of exclusive AND * Change the gds filter checkbox size to match the design * Update CSS * Display resource properties in search results and resource page * Small refactor * Update SearchResources.cshtml * Remove unused code * Change the query string parameter names and logically OR tags instead of AND * Tidy up old Resource search code * Sonar suggestions * Remove special characters from the search term * Update SearchServiceTests.cs * Set a max query size * Delete search-sort.js * Handle null query * Update SearchResultsVMFactory.cs * Update README.md * Update docker-compose.yml * Update Resource.cshtml commit 671a422 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed Jan 10 08:40:29 2024 +0000 chore: Bump axios and contentful-export in /Contentful-Schema (#330) Bumps [axios](https://github.com/axios/axios) and [contentful-export](https://github.com/contentful/contentful-export). These dependencies needed to be updated together. Updates `axios` from 0.27.2 to 1.6.1 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v0.27.2...v1.6.1) Updates `contentful-export` from 7.19.91 to 7.19.95 - [Release notes](https://github.com/contentful/contentful-export/releases) - [Commits](contentful/contentful-export@v7.19.91...v7.19.95) --- updated-dependencies: - dependency-name: axios dependency-type: indirect - dependency-name: contentful-export dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: killij <[email protected]> commit 1575d12 Merge: e055485 6569adf Author: Al West <[email protected]> Date: Wed Dec 20 10:17:25 2023 +0000 Merge pull request #353 from DFE-Digital/tf-ai-search Add Terraform for AI Search Service commit 6569adf Author: Al West <[email protected]> Date: Tue Dec 19 18:01:20 2023 +0000 Add private endpoint for non-free AI Search plans commit c27fd91 Author: Al West <[email protected]> Date: Mon Dec 18 14:10:49 2023 +0000 Add var for search sku commit 361914d Author: Al West <[email protected]> Date: Mon Dec 18 13:54:11 2023 +0000 Update for Terraform Format commit e38be0a Author: Al West <[email protected]> Date: Mon Dec 18 13:52:41 2023 +0000 Add Terraform for AI Search Service commit e055485 Author: killij <[email protected]> Date: Mon Dec 18 11:03:39 2023 +0000 ci: Reintroduce the dotnet-cover config to exclude files marked with ExcludeFromCodeCoverageAttribute (#352) commit c0ce33e Author: killij <[email protected]> Date: Mon Dec 18 09:32:00 2023 +0000 chore: Add the search service (#351) commit f99727f Merge: ca76293 b7b70f1 Author: MartinBelton-gov <[email protected]> Date: Mon Dec 18 08:53:31 2023 +0000 tests: Added Addition UI Tests Merge pull request #350 from DFE-Digital/mab/updateAreasOfPractiseUITests commit b7b70f1 Author: Martin-Belton-gov <[email protected]> Date: Fri Dec 15 12:59:58 2023 +0000 Added Addition UI Tests commit ca76293 Author: killij <[email protected]> Date: Thu Dec 14 09:06:16 2023 +0000 chore: Fix the regression tests (#349) commit 8fb7049 Merge: 68347a1 1ecb68d Author: Al West <[email protected]> Date: Fri Dec 8 12:34:01 2023 +0000 Merge pull request #348 from DFE-Digital/load-test-use-prod-contentful Use Production Contentful environment for Load-Test runs commit 1ecb68d Author: Al West <[email protected]> Date: Fri Dec 8 12:28:53 2023 +0000 Use Production Contentful environment for Load-Test runs Single change to the variables.tf to change Load-Test to use Contentful Prod environment.
🎉 This PR is included in version 2.1.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Bumps axios and contentful-export. These dependencies needed to be updated together.
Updates
axios
from 0.27.2 to 1.6.1Release notes
Sourced from axios's releases.
... (truncated)
Changelog
Sourced from axios's changelog.
... (truncated)
Commits
f6d2cf9
chore(ci): fix publish action content permission; (#6061)a22f4b9
chore(release): v1.6.1 (#6060)cb8bb2b
chore(ci): Publish to NPM with provenance (#5835)37cbf92
chore(ci): added labeling and notification for published PRs; (#6059)dd465ab
fix(formdata): fixed content-type header normalization for non-standard brows...3dc8369
fix(platform): fixed emulated browser detection in node.js environment; (#6055)f7adacd
chore(release): v1.6.0 (#6031)9917e67
chore(ci): fix release-it arg; (#6032)96ee232
fix(CSRF): fixed CSRF vulnerability CVE-2023-45857 (#6028)7d45ab2
chore(tests): fixed tests to pass in node v19 and v20 withkeep-alive
enabl...Updates
contentful-export
from 7.19.91 to 7.19.95Release notes
Sourced from contentful-export's releases.
Commits
be753e8
build(deps): bump contentful from 9.3.5 to 10.6.11 (#1595)d440705
chore: updates to allow usage of newer cda client [] (#1588)7a6be02
build(deps-dev): bump eslint from 8.53.0 to 8.54.0 (#1594)1779d82
build(deps-dev): bump semantic-release from 22.0.7 to 22.0.8 (#1593)da07138
build(deps): bump contentful-management from 11.5.3 to 11.5.4 (#1592)4436208
chore: change ownership to developer-experience [PHX-2975] (#1591)b960a2f
build(deps): bump contentful-management from 11.5.2 to 11.5.3 (#1589)133e433
build(deps): bump contentful-management from 11.5.1 to 11.5.2 (#1586)4149f39
build(deps-dev): bump@typescript-eslint/eslint-plugin
(#1585)ff330a6
build(deps-dev): bump@babel/core
from 7.23.2 to 7.23.3 (#1584)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)You can disable automated security fix PRs for this repo from the Security Alerts page.