Closed dependabot-preview[bot] closed 4 years ago
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Nice, your log output is no longer showing reference to those previous commits. So, what exactly just happened?
You probably noticed that when you ran the git filter-branch
command, Git did some rewriting to some commits in the repository's history. Since we needed to alter the commits that referenced the .env
file, it altered the commit ID, and all proceeding commits that point back to those commits.
This is why you need to consider local work and branches that are based on this previous history. This is okay to run, as long as everyone contributing in the repository is aware of the situation and can plan accordingly.
Those commits no longer show in the file contents in your repository history. You can see this by navigating to your repository's commit history and clicking on the "Add .env file" commit. Notice that there are now no referenced files or content recorded.
However, we can still access the cached commit if we know the old commit ID: https://github.com/JFlick-cloud/security-strategy-essentials/commit/848cd8c2043f6161a4f0043bffee212777281494
This is where we'll need to contact the amazing GitHub Support team for assistance.
Even though we removed these commits, the historical reference to them can still be found if you know the commit ID. In a real world situation, you'll need to contact GitHub Support to perform the following:
For our situation, we can skip contacting GitHub Support for this example! :smile:
Bumps hoek from 4.2.1 to 6.1.3.
Commits
- [`47d6306`](https://github.com/hapijs/hoek/commit/47d63062e1601cc6bd46e83f8490a89c14bd92c5) 6.1.3 - [`eef9740`](https://github.com/hapijs/hoek/commit/eef97402ae671c54c3046ec684f3627d41b8a295) cleanup - [`fc934af`](https://github.com/hapijs/hoek/commit/fc934af0d19a1ecd765026b8d26ed927862ab46f) Cleanup - [`f2eb7fd`](https://github.com/hapijs/hoek/commit/f2eb7fdcd4c37b8bf99fdfba1b2d229764f18f19) Clone without prototype. Closes [#290](https://github-redirect.dependabot.com/hapijs/hoek/issues/290) - [`5bfe5b6`](https://github.com/hapijs/hoek/commit/5bfe5b6558a3dc082f199a1b63724780fb3de0a7) 6.1.2 - [`17fe9a1`](https://github.com/hapijs/hoek/commit/17fe9a1478a34b745c723d2c3a3968ffd935749e) Revert all symbol handlings to false by default. Closes [#283](https://github-redirect.dependabot.com/hapijs/hoek/issues/283) - [`542939b`](https://github.com/hapijs/hoek/commit/542939b36b8f5a3ee19b0caea106c5337af5c110) 6.1.1 - [`947a326`](https://github.com/hapijs/hoek/commit/947a326ab867f41c58744a9e5bb61a6d106d0864) Ignore symbols in deepEqual() by default. Closes [#281](https://github-redirect.dependabot.com/hapijs/hoek/issues/281) - [`27ac630`](https://github.com/hapijs/hoek/commit/27ac630376d83358b1b04eda375de6b7679a5bc9) 6.1.0 - [`b3b5134`](https://github.com/hapijs/hoek/commit/b3b51348cb7ea3d72fc582272a33de37a813952c) Merge pull request [#281](https://github-redirect.dependabot.com/hapijs/hoek/issues/281) from kanongil/symbol-support - Additional commits viewable in [compare view](https://github.com/hapijs/hoek/compare/v4.2.1...v6.1.3)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)