-
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
chore(deps-dev): bump @babel/core from 7.10.1 to 7.13.10 #665
Closed
dependabot-preview
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/babel/core-7.13.10
Closed
chore(deps-dev): bump @babel/core from 7.10.1 to 7.13.10 #665
dependabot-preview
wants to merge
1
commit into
master
from
dependabot/npm_and_yarn/babel/core-7.13.10
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
Mar 9, 2021
dependabot-preview
bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-7.13.10
branch
2 times, most recently
from
March 10, 2021 14:25
cfeee28
to
a6d35c4
Compare
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.1 to 7.13.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.13.10/packages/babel-core) Signed-off-by: dependabot-preview[bot] <[email protected]>
dependabot-preview
bot
force-pushed
the
dependabot/npm_and_yarn/babel/core-7.13.10
branch
from
March 15, 2021 16:24
a6d35c4
to
2331043
Compare
Code Climate has analyzed commit 2331043 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 54.7%. View more on Code Climate. |
Superseded by #672. |
dependabot-preview
bot
deleted the
dependabot/npm_and_yarn/babel/core-7.13.10
branch
March 29, 2021 06:25
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
… current browser url of users (#665) BREAKING CHANGE: users willing to use this header needs either to clean the allowed headers or to add this specific header in the CORS configuration
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
# [8.0.0-beta.1](ForestAdmin/forest-express-sequelize@v7.3.1...v8.0.0-beta.1) (2021-03-30) ### Features * **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)) ### BREAKING CHANGES * **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
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
… current browser url of users (#665) BREAKING CHANGE: users willing to use this header needs either to clean the allowed headers or to add this specific header in the CORS configuration
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
# [8.0.0-beta.1](ForestAdmin/forest-express-sequelize@v7.3.1...v8.0.0-beta.1) (2021-03-30) ### Features * **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)) ### BREAKING CHANGES * **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
ShohanRahman
pushed a commit
that referenced
this pull request
Jan 25, 2022
# [8.0.0-beta.3](ForestAdmin/forest-express-sequelize@v8.0.0-beta.2...v8.0.0-beta.3) (2021-05-26) ### Bug Fixes * **smart-actions-change-hook:** record is no longer altered and is sent correctly ([#728](ForestAdmin/forest-express-sequelize#728)) ([2ac7af8](ForestAdmin/forest-express-sequelize@2ac7af8)) * distribution charts using groupby on a relationship throws 403 Forbidden ([#725](ForestAdmin/forest-express-sequelize#725)) ([30e6744](ForestAdmin/forest-express-sequelize@30e6744)) * regression when fetching has-many and not selecting any fields on a hasone/belongsto relation ([#720](ForestAdmin/forest-express-sequelize#720)) ([74ed623](ForestAdmin/forest-express-sequelize@74ed623)) * **schema:** do not remove primary key fields from the schema when tables have foreign keys that are primary keys ([8844fb5](ForestAdmin/forest-express-sequelize@8844fb5)) * **search:** enable to search for a big integer in an ID field ([#695](ForestAdmin/forest-express-sequelize#695)) ([9f8132c](ForestAdmin/forest-express-sequelize@9f8132c)) * **search:** searching for a big int value should not break if there is a regular integer field ([#694](ForestAdmin/forest-express-sequelize#694)) ([af076ad](ForestAdmin/forest-express-sequelize@af076ad)) * **security:** patch ssri dependency vulnerability ([#690](ForestAdmin/forest-express-sequelize#690)) ([6b0770d](ForestAdmin/forest-express-sequelize@6b0770d)) ### Features * **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)) * **filters:** add support for the \`model.field IN array\` filter condition ([#719](ForestAdmin/forest-express-sequelize#719)) ([5f58457](ForestAdmin/forest-express-sequelize@5f58457)) * add support for belongsTo and hasOne filters on related data ([#715](ForestAdmin/forest-express-sequelize#715)) ([2bc769e](ForestAdmin/forest-express-sequelize@2bc769e)) * support yarn 2 plug n play install mode ([#698](ForestAdmin/forest-express-sequelize#698)) ([64b5734](ForestAdmin/forest-express-sequelize@64b5734)) ### BREAKING CHANGES * **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
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 @babel/core from 7.10.1 to 7.13.10.
Release notes
Sourced from
@babel/core's releases
.... (truncated)
Changelog
Sourced from
@babel/core's changelog
.... (truncated)
Commits
d1d404b
v7.13.10d04842a
Avoid using CJS globals in internal source files (#12963)e2abc19
v7.13.8ea6a438
Enableexternal-helpers
by default in tests (#12911)b17231e
[internal] Keep the.cjs
extension when compiling source files (#12820)c9da965
chore: downgradesemver
to^6.3.2
(#12890)103b187
v7.13.15861704
Export function versions ofcreateConfigItem
(#12852)c827193
v7.13.0ba4ac7d
chore: bump semver to 7.0.0 (#12015)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 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: