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

Bump url-template from 2.0.8 to 3.1.1 #1099

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps url-template from 2.0.8 to 3.1.1.

Release notes

Sourced from url-template's releases.

v3.1.1

Bug Fixes 🐞

  • Allow nested array values for expand() in type definition (see #70)

v3.1.0

New Features ✨

  • A primitive value of null is now allowed by the TypeScript definitions (see #56).

Bug Fixes 🐞

  • Missing TypeScript definitions for array and object values have been added (see #56).

v3.0.0

New Features ✨

  • Package is now distributed in the ECMAScript module syntax (see #36).
  • Definitions for TypeScript are now included out of the box (see #37).

Enhancements 📝

  • The the NPM package only includes the production files (see #23).

Breaking Changes 💥

  • Support for Bower has been dropped, use NPM or another package manager instead.
  • Some functions that were already marked as private are now no longer available (see #37).
  • Support for CommonJS modules has been dropped, use the ES module import instead (see migration guide).
  • The default export has been changed to a named export (see migration guide).

Migration 🚚

Use the new import

Previously when importing a default export would be provided with methods attached to it, this has been replaced with a named one.

This means the following code:

const template = require('url-template');
const emailUrlTemplate = template.parse('/{email}/{folder}/{id}');

Will become:

import { parseTemplate } from 'url-template';
const emailUrlTemplate = parseTemplate('/{email}/{folder}/{id}');

TypeScript

If you are a user of TypeScript you can remove @types/url-template from your project. The type definitions are now included in the package itself, so it is no longer required to keep a separate dependency around.

npm uninstall @types/url-template
Commits
  • dc56c52 3.1.1
  • fcecd7b Allow nested array values for expand() in type definition (#70)
  • 8d96f94 Bump actions/setup-node from 3 to 4 (#69)
  • 7a26ac0 Merge pull request #68 from bramstein/dependabot/npm_and_yarn/chai-4.3.10
  • 2e2b8c5 Bump chai from 4.3.8 to 4.3.10
  • b030cdb Bump actions/checkout from 3 to 4 (#67)
  • da531e0 Bump chai from 4.3.7 to 4.3.8 (#66)
  • a8e204a Bump mocha from 10.1.0 to 10.2.0 (#63)
  • ff9efef Bump minimatch from 3.0.4 to 3.1.2 (#62)
  • a139181 Bump chai from 4.3.6 to 4.3.7 (#61)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by jkoops, a new releaser for url-template since your current version.


Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [url-template](https://github.com/bramstein/url-template) from 2.0.8 to 3.1.1.
- [Release notes](https://github.com/bramstein/url-template/releases)
- [Commits](bramstein/url-template@v2.0.8...v3.1.1)

---
updated-dependencies:
- dependency-name: url-template
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 19, 2024
Copy link

Stale pull request message

Copy link
Author

dependabot bot commented on behalf of github Apr 27, 2024

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. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/url-template-3.1.1 branch April 27, 2024 17:31
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 javascript Pull requests that update Javascript code no-pr-activity triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants