Skip to content

Bump minimatch and tramway#1

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/minimatch-and-tramway-3.1.2
Open

Bump minimatch and tramway#1
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/minimatch-and-tramway-3.1.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 6, 2022

Bumps minimatch to 3.1.2 and updates ancestor dependency tramway. These dependencies need to be updated together.

Updates minimatch from 0.2.14 to 3.1.2

Commits
Maintainer changes

This version was pushed to npm by isaacs, a new releaser for minimatch since your current version.


Updates tramway from 0.3.0 to 0.5.5

Release notes

Sourced from tramway's releases.

0.5.1

Tramway is a development utility to facilitate rapid development by generating common boilerplate and providing the necessary build tools to create an application with Javascript. It includes:

  1. Command for creating routes and controllers
  2. Installation utility for tramway pieces
  3. Build tools so you don't need to configure them yourself

Installation

  1. Generate a new project with npm init
  2. npm install --save-dev tramway and npm install -g tramway

Documentation

  • Usage
  • Install Tramway
  • Build Your Project
  • Create API
  • Create Route
  • Create Controller
  • Create Service
  • Create Entity
  • Create Provider
  • Create Repository
  • Upgrade Babel
  • Configuration

Usage

Replace the COMMAND with the appropriate one from the table below with its corresponding arguments and options.

If installed globally:

tramway COMMAND

Otherwise:

./node_modules/.bin/tramway COMMAND

All commands that create new classes will update the corresponding index.js entries.

Install Tramway

Will install the core modules your application needs with tramway or specific pieces as specified in the arguments. It will also add the necessary files to your project, and entries to gitignore. Note, this command will modify your package.json and package-lock.json files.

Argument Command Type Type Default Required Comments

... (truncated)

Commits

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

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [minimatch](https://github.com/isaacs/minimatch) to 3.1.2 and updates ancestor dependency [tramway](https://gitlab.com/tramwayjs/tramway). These dependencies need to be updated together.


Updates `minimatch` from 0.2.14 to 3.1.2
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](isaacs/minimatch@v0.2.14...v3.1.2)

Updates `tramway` from 0.3.0 to 0.5.5
- [Release notes](https://gitlab.com/tramwayjs/tramway/tags)
- [Commits](https://gitlab.com/tramwayjs/tramway/commits/develop)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
- dependency-name: tramway
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants