Skip to content
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

Latest changes from dependabot-core main #439

Merged
merged 1,391 commits into from
Nov 29, 2021
Merged

Conversation

AlekhyaYalla
Copy link
Collaborator

@AlekhyaYalla AlekhyaYalla commented Nov 15, 2021

The latest changes from the dependabot-core contains the fixes for

  • tar file path dependency issue (here)
  • creating the .npmrc file with incorrect default registry (here)
  • Optimizations in yarn updater (here)
  • Check & raise 403 TagsCreationForbidden exception in Azure client. (here)

xlgmokha and others added 30 commits September 7, 2021 10:14
fix: Parse multiple requirements from a poetry dependency
chore: run builds on a regular basis to detect anomolies
…patible-versions

Python: Raise resolvability error with explanation when update is not possible
handle terraform module versions with a 'v' prefix
…equires-dev-shell

bin/dry-run.rb requires a development container to run
Paths in packages could be constructed to perform command, when not
properly escaped those could be executed.

```
(byebug) `file -b --mime-encoding t&&[email protected]&&.go`
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (7) Failed to connect to 0.0.0.0 port 80: Connection refused
"cannot open `t' (No such file or directory)\n"
```

```
(byebug) `#{Dependabot::SharedHelpers.escape_command("file -b --mime-encoding t&&[email protected]&&.go")}`
"cannot open `t&&[email protected]&&.go' (No such file or directory)\n"
```
…r-updater-cmd

Escape paths passed to VendorUpdater
Improved support `apply from` in gradle files
Bumps [github.com/dependabot/gomodules-extracted](https://github.com/dependabot/gomodules-extracted) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/dependabot/gomodules-extracted/releases)
- [Commits](dependabot/gomodules-extracted@v1.4.1...v1.4.2)

---
updated-dependencies:
- dependency-name: github.com/dependabot/gomodules-extracted
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…les/go_modules/helpers/github.com/dependabot/gomodules-extracted-1.4.2

build(deps): bump github.com/dependabot/gomodules-extracted from 1.4.1 to 1.4.2 in /go_modules/helpers
Bitbucket doesn't yet supports PR labels.
dependabot throught this issue whenever I try to use it with bitbucket 
labeler.rb:241:in `labels': Unsupported provider bitbucket (RuntimeError)
Treat tokens after underscore as numeric if possible
jurre and others added 14 commits November 23, 2021 09:49
…tras

Python: Honour `--strip-extras` flag of `pip-compile`
Use redirect.github.com for redirect service
…els-creation

[Azure] Check & Raise TagsCreationForbidden Exception
…-versions

Use `go list -m -versions` to determine available versions of a go module
This isn't strictly necessary, but since the rest of the infra bumped to 1.17,
might as well bump it here too. Esp since the `go.mod` behavior changed
a bit in `1.17`... so if more libs get added ever, this makes it so `go.mod`/`go.sum`
will follow the new behavior...
Bumps [pipenv](https://github.com/pypa/pipenv) from 2021.11.15 to 2021.11.23.
- [Release notes](https://github.com/pypa/pipenv/releases)
- [Changelog](https://github.com/pypa/pipenv/blob/main/CHANGELOG.rst)
- [Commits](pypa/pipenv@v2021.11.15...v2021.11.23)

---
updated-dependencies:
- dependency-name: pipenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…hon/helpers/pipenv-2021.11.23

build(deps): bump pipenv from 2021.11.15 to 2021.11.23 in /python/helpers
…_yarn/npm_and_yarn/helpers/eslint-8.3.0

build(deps-dev): bump eslint from 8.0.0 to 8.3.0 in /npm_and_yarn/helpers
…r/composer/helpers/v1/phpstan/phpstan-1.2.0

build(deps-dev): bump phpstan/phpstan from 0.12.99 to 1.2.0 in /composer/helpers/v1
…r/composer/helpers/v2/phpstan/phpstan-1.2.0

build(deps-dev): bump phpstan/phpstan from 0.12.93 to 1.2.0 in /composer/helpers/v2
These helpers exist to support npm 6, so we require that specific major version and should not update it.
…ib-major-updates

Dependabot config: ignore npm lib major version updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.