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

fix(deps): update all #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

fix(deps): update all #12

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 5, 2019

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/brianloveswords/airtable require digest a392940 -> 083b908 age adoption passing confidence
github.com/go-chi/chi require minor v4.0.2+incompatible -> v4.1.3 age adoption passing confidence
github.com/go-chi/render require patch v1.0.1 -> v1.0.3 age adoption passing confidence
golang stage minor 1.12-alpine -> 1.22-alpine age adoption passing confidence
jshint (source) devDependencies minor 2.10.2 -> 2.13.6 age adoption passing confidence
karma-firefox-launcher devDependencies minor 1.2.0 -> 1.3.0 age adoption passing confidence
leaflet (source) peerDependencies minor ~1.3.1 || ~1.5.0 -> ~1.3.1 || ~1.5.0 || ~1.9.0 age adoption passing confidence
leaflet (source) devDependencies minor 1.5.1 -> 1.9.4 age adoption passing confidence
rollup-plugin-git-version devDependencies minor 0.2.1 -> 0.3.1 age adoption passing confidence
rollup-plugin-json devDependencies replacement 2.3.1 -> 4.0.0

This is a special PR that replaces rollup-plugin-json with the community suggested minimal stable replacement version.


Release Notes

go-chi/chi (github.com/go-chi/chi)

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.2+incompatible

Compare Source

v4.1.1

Compare Source

v4.1.1+incompatible

Compare Source

v4.1.0

Compare Source

  • middleware.LogEntry: Write method on interface now passes the response header
    and an extra interface type useful for custom logger implementations.
  • middleware.WrapResponseWriter: minor fix
  • middleware.Recoverer: a bit prettier
  • History of changes: see go-chi/chi@v4.0.4...v4.1.0

v4.1.0+incompatible

Compare Source

v4.0.4

Compare Source

v4.0.4+incompatible

Compare Source

v4.0.3

Compare Source

  • core: fix regexp routing to include default value when param is not matched
  • middleware: rewrite of middleware.Compress
  • middleware: suppress http.ErrAbortHandler in middleware.Recoverer
  • History of changes: see go-chi/chi@v4.0.2...v4.0.3

v4.0.3+incompatible

Compare Source

go-chi/render (github.com/go-chi/render)

v1.0.3

Compare Source

v1.0.2

Compare Source

jshint/jshint (jshint)

v2.13.6

Compare Source

Bug Fixes
  • Allow initializing const bindings to undef (fedaf6f)
  • Correct error message (03b1a06)

v2.13.5

Compare Source

Bug Fixes

v2.13.4

Compare Source

Bug Fixes

v2.13.3

Compare Source

Bug Fixes
  • Recognize ES2020 globals (b1426f1)

v2.13.2

Compare Source

Bug Fixes

v2.13.1

Compare Source

Bug Fixes
  • Allow invoking result of optional chaining (71ec395)
  • Allow optional chaining call as satement (11dc0a6)
  • Tolerate dangling NewExpression (7c890aa)

v2.13.0

Compare Source

Bug Fixes
  • Allow comma expression in MemberExpression (f05c8d1)
  • Consider all exported bindings "used" (90228b7)
  • Correct interpretation of ImportSpecifier (72a8102)
  • Correct location for error (e831188)
  • Correct location reported for directive (ee6aa68)
  • Detect duplicate exported bindings (916c230)
  • Don't warn when Function() is used without 'new'. (#​3531) (c13c5cc)
  • Don't warn when RegExp() is used without 'new'. (#​3529) (c18a6e4)
  • Enforce restrictions on new operand (c2719eb)
  • Graduate BigInt support to esversion: 11 (553f816)
  • Improve declaration parsing (a9bdc93)
  • Report early reference with warning (2c1a5f8)
  • Support RegExp Unicode property escapes (e7fa785)
Features
  • Add support for "export * as ns from" (c46f464)
  • Add support for import.meta (73d7e0d)
  • Add support for dynamic import (6bfcaed)
  • Add support for optional chaining (b125dbe)
  • Implement support for nullish coalescing (f50b14d)

v2.12.0

Compare Source

Features

2.11.2 (2020-07-30)

Bug Fixes
  • Allow "rest" operator in param dstrctrng (c45d1b2)
  • Disallow invalid numeric literals (b02a025)
  • Disallow leading zeros in BigInts (3b2c8cf)
  • Improve numeric literal warnings/errors (370e159)
  • Limit positions for class declarations (0f0acd8)
  • maxcomplexity doesn't take into account && (047d5af), closes #​840
  • Update Lodash to latest 4.17.19 (#​3494) (17d8f5a)

2.11.1 (2020-05-14)

This release includes patches from a number of first-time contributors. James
Owen, Tim Gates, ossdev, stvcisco, and thetric helped to make this the best
JSHint release yet. Thank you all!

Bug Fixes
  • Correct ASI for break and continue (3eb1b02)
  • Correct ASI for C-style for loops (ac232a5)
  • Improve tokenization of RegExp literals (#​3471) (f786002)
  • TypeError accessing 'value' of undefined (8884eb9), closes #​3455
  • Use relative paths with --filename when recieving from stdin (c1b5c2b)
Features
  • Replacing PhantomJS with Puppeteer (51963a3)

v2.11.2

Compare Source

Bug Fixes
  • Allow "rest" operator in param dstrctrng (c45d1b2)
  • Disallow invalid numeric literals (b02a025)
  • Disallow leading zeros in BigInts (3b2c8cf)
  • Improve numeric literal warnings/errors (370e159)
  • Limit positions for class declarations (0f0acd8)
  • maxcomplexity doesn't take into account && (047d5af), closes #​840
  • Update Lodash to latest 4.17.19 (#​3494) (17d8f5a)

v2.11.1

Compare Source

This release includes patches from a number of first-time contributors. James
Owen, Tim Gates, ossdev, stvcisco, and thetric helped to make this the best
JSHint release yet. Thank you all!

Bug Fixes
  • Correct ASI for break and continue (3eb1b02)
  • Correct ASI for C-style for loops (ac232a5)
  • Improve tokenization of RegExp literals (#​3471) (f786002)
  • TypeError accessing 'value' of undefined (8884eb9), closes #​3455
  • Use relative paths with --filename when recieving from stdin (c1b5c2b)
Features
  • Replacing PhantomJS with Puppeteer (51963a3)

v2.11.0

Compare Source

This release was previously published using the "release candidate" pattern. No
regressions were reported in the four weeks that followed, so the change set is
being promoted to a true "minor" release.

The release notes for version 2.11.0-rc1 completely describes the changes
included in this version.

v2.10.3

Compare Source

Bug Fixes
  • Allow more escapes with RegExp u flag (5ac5c46)
  • Correct binding power of AwaitExpression (af04b1e)
  • Correct interpretation of commas (691dbdc)
  • Correct restrictions on class method names (f670aeb)
  • Correctly interpret class method names (82b49c4)
  • Do not crash on invalid program code (b14acca)
  • Interpret "object rest" ident as a binding (c0e9a5b)
  • Relax singleGroups for async functions (c5dcd90)
  • Tolerate static as class method name (9cb3b20)
  • Tolerate valid assignments (0a60c9e)
  • Validate lone arrow function parameter (38285cd)
karma-runner/karma-firefox-launcher (karma-firefox-launcher)

v1.3.0

Compare Source

Bug Fixes
  • Check that wsl path exists before using wslpath to convert it (#​105) (1eb7e1b)
Leaflet/Leaflet (leaflet)

v1.9.4

Compare Source

🐞 Bug fixes

v1.9.3

Compare Source

🙌 Accessibility
🐞 Bug fixes

v1.9.2

Compare Source

🐞 Bug fixes
  • ⚠️ Drop ESM entrypoint from package because of numerous compatibility issues with plugins (import leaflet/dist/leaflet-src.esm.js explicitly instead to take advantage; ESM by default will come in v2) (#​8493 by @​jonkoops)
  • Fix a bug where tooltips could throw an error with canvas renderer (#​8498 by @​Falke-Design)
  • Fix a bug with incorrect marker popup location when there are multiple markers registered to the same popup (#​8523 by @​raychanks).
🧪 Tests
  • Fix unit tests suite stopping abruptly on Mac (#​8478)
📝 Docs

v1.9.1

Compare Source

  • Fix Events listens not propagating to parent objects, in particular fixing compatibility with Leaflet.markercluster plugin (#​8211 by @​Falke-Design)

v1.9.0

Compare Source

⚠️ Breaking Changes
❇️ API changes
✨ Improvements
🙌 Accessibility
🐞 Bug fixes
📝 Docs
🔧 Workflow
🧪 Tests

v1.8.0

Compare Source

⚠️ Breaking Changes
❇️ API changes
✨ Improvements
🙌 Accessibility
🐞 Bug fixes
📝 Docs

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Nov 5, 2019
@renovate renovate bot changed the title chore(deps): update dependency jshint to v2.10.3 chore(deps): update all Nov 17, 2019
@renovate renovate bot changed the title chore(deps): update all fix(deps): update all Apr 26, 2021
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 1d74fcb to 8702750 Compare May 15, 2021 19:56
@renovate
Copy link
Author

renovate bot commented Aug 8, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: api/go.sum
Command failed: go get -d -t ./...
go: github.com/go-chi/chi@v4.1.3+incompatible: go.mod has post-v4 module path "github.com/go-chi/chi/v4" at revision v4.1.3

Copy link
Author

renovate bot commented May 9, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: api/go.sum
Command failed: go get -d -t ./...
go: github.com/go-chi/chi@v4.1.3+incompatible: go.mod has post-v4 module path "github.com/go-chi/chi/v4" at revision v4.1.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔍 Ready for Review Pull Request is not reviewed yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants