-
Notifications
You must be signed in to change notification settings - Fork 21
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
build(deps-dev): bump simple-git from 2.3.0 to 2.41.1 #764
Closed
dependabot-preview
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/simple-git-2.41.1
Closed
build(deps-dev): bump simple-git from 2.3.0 to 2.41.1 #764
dependabot-preview
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/simple-git-2.41.1
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
dependabot-preview
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jul 12, 2021
dependabot-preview
bot
force-pushed
the
dependabot/npm_and_yarn/simple-git-2.41.1
branch
4 times, most recently
from
July 26, 2021 09:05
7188d70
to
d7855ac
Compare
Bumps [simple-git](https://github.com/steveukx/git-js) from 2.3.0 to 2.41.1. - [Release notes](https://github.com/steveukx/git-js/releases) - [Changelog](https://github.com/steveukx/git-js/blob/main/CHANGELOG.md) - [Commits](steveukx/git-js@v2.3.0...v2.41.1) Signed-off-by: dependabot-preview[bot] <[email protected]>
dependabot-preview
bot
force-pushed
the
dependabot/npm_and_yarn/simple-git-2.41.1
branch
from
July 27, 2021 08:06
d7855ac
to
57ccca0
Compare
Code Climate has analyzed commit 57ccca0 and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (60% is the threshold). This pull request will bring the total coverage in the repository to 56.3%. View more on Code Climate. |
Superseded by #779. |
dependabot-preview
bot
deleted the
dependabot/npm_and_yarn/simple-git-2.41.1
branch
July 30, 2021 05:40
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
# [8.0.0-beta.8](ForestAdmin/forest-express-sequelize@v8.0.0-beta.7...v8.0.0-beta.8) (2021-07-02) ### Features * **security:** secure segments queries ([#764](ForestAdmin/forest-express-sequelize#764)) ([98d7f74](ForestAdmin/forest-express-sequelize@98d7f74))
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
# [8.0.0](ForestAdmin/forest-express-sequelize@v7.12.2...v8.0.0) (2021-07-19) ### Bug Fixes * abstractRecord type ([#772](ForestAdmin/forest-express-sequelize#772)) ([81492b9](ForestAdmin/forest-express-sequelize@81492b9)) * correctly get the IP address from the request headers ([2b5ed1d](ForestAdmin/forest-express-sequelize@2b5ed1d)) * fix types ([580ef41](ForestAdmin/forest-express-sequelize@580ef41)) ### Features * allow hooks for global and bulk smart action ([#769](ForestAdmin/forest-express-sequelize#769)) ([14c26cd](ForestAdmin/forest-express-sequelize@14c26cd)) * **browsing-context:** allow `Forest-Context-Url` header to give the current browser url of users ([#665](ForestAdmin/forest-express-sequelize#665)) ([c46fd66](ForestAdmin/forest-express-sequelize@c46fd66)) * **browsing-context:** allow `Forest-Context-Url` header to give the current browser url of users ([#665](ForestAdmin/forest-express-sequelize#665)) ([a61699a](ForestAdmin/forest-express-sequelize@a61699a)) * **security:** secure segments queries ([#764](ForestAdmin/forest-express-sequelize#764)) ([98d7f74](ForestAdmin/forest-express-sequelize@98d7f74)) * **smart-action:** user can add dynamically field with hook on smart action form ([#742](ForestAdmin/forest-express-sequelize#742)) ([228bb42](ForestAdmin/forest-express-sequelize@228bb42)) * feat(scopes)!: enforce scopes restrictions on a wider range of requests (#731) ([da7d71d](ForestAdmin/forest-express-sequelize@da7d71d)), closes [#731](ForestAdmin/forest-express-sequelize#731) ### BREAKING CHANGES * record is no longer send to the hook middleware & values option on smart action is no longer supported * **smart-action:** fields parameters on hook function is no longer a map of field, it is now an array. change hook is no longer choosen by the field name, field need to have hook defined inside it definition by addin a props hook. * the public API of forest-express has changed to include the parameters which are needed to evaluate scope filters. This includes PermissionMiddlewareCreator, all classes on the /exposed folder and most services. Many routes now require providing the current user timezone. * **browsing-context:** users willing to use this header needs either to clean the allowed headers or to add this specific header in the CORS configuration * **browsing-context:** users willing to use this header needs either to clean the allowed headers or to add this specific header in the CORS configuration
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.
Bumps simple-git from 2.3.0 to 2.41.1.
Release notes
Sourced from simple-git's releases.
... (truncated)
Changelog
Sourced from simple-git's changelog.
... (truncated)
Commits
0f75aa4
Merge pull request #650 from steveukx/release-v2.41.157804a7
chore: release 2.41.17267187
Merge pull request #649 from steveukx/fix/647-commmit-parserae81134
fix: Commit parsing should cater for file names with square bracketsf665caa
Merge pull request #648 from steveukx/release-v2.41.054f72aa
chore: release 2.41.000ada06
feat: allow setting the scope of git config add to work on thelocal
, `glob...ca9f068
Merge pull request #646 from steveukx/feature/644-add-config-scopec7164e7
feat: allow setting the scope ofgit config add
to work on thelocal
, `gl...9ced5e6
Merge pull request #645 from steveukx/fix/ts-apiDependabot 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 use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: