Skip to content

fix(deps): update all#12

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all
Open

fix(deps): update all#12
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/all

Conversation

@renovate
Copy link

@renovate renovate bot commented Nov 5, 2019

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
github.com/brianloveswords/airtable require digest a392940083b908 age confidence
github.com/go-chi/chi require minor v4.0.2+incompatiblev4.1.3 age confidence
github.com/go-chi/render require patch v1.0.1v1.0.3 age confidence
golang stage minor 1.12-alpine1.26-alpine age confidence
jshint (source) devDependencies minor 2.10.22.13.6 age confidence
karma-firefox-launcher devDependencies minor 1.2.01.3.0 age confidence
leaflet (source) peerDependencies minor ~1.3.1 || ~1.5.0~1.3.1 || ~1.5.0 || ~1.9.0 age confidence
leaflet (source) devDependencies minor 1.5.11.9.4 age confidence
rollup-plugin-git-version devDependencies minor 0.2.10.3.1 age confidence

Release Notes

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

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Performance improvement: removing 1 allocation by foregoing context.WithValue, thank you @​bouk for
    your contribution (#​555). Note: new benchmarks posted in README.
  • middleware.CleanPath: new middleware that clean's request path of double slashes
  • deprecate & remove chi.ServerBaseContext in favour of stdlib http.Server#BaseContext
  • plus other tiny improvements, see full commit history below
  • History of changes: see go-chi/chi@v4.1.2...v1.5.1

v4.1.2+incompatible

Compare Source

v4.1.1

Compare Source

v4.1.1+incompatible

Compare Source

v4.1.0

Compare Source

  • fix for issue #​411 which allows for overlapping regexp
    route to the correct handler through a recursive tree search, thanks to @​Jahaja for the PR/fix!
  • new middleware.RouteHeaders as a simple router for request headers with wildcard support
  • History of changes: see go-chi/chi@v4.1.0...v4.1.1

v4.1.0+incompatible

Compare Source

v4.0.4

Compare Source

v4.0.4+incompatible

Compare Source

v4.0.3

Compare Source

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

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.1

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.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.10.3

Compare Source

In addition to bug fixes and new features, this release candidate includes a
few refactorings which are not expected to influence JSHint's behavior.

Bug Fixes
  • Expose new typeof value experimentally (dcef79a)
  • Improve parsing of yield (6fdb4f6)
  • Improve parsing of comma operator (897e035)
  • Support spaces in /*global ... */ (e542f67)
Features
  • Add support for "bigint" typeof value (ce0b7b3)
  • Add support for BigInt literals (c340e55)
  • Add support for ES2019 opt. catch param (43b6354)

2.10.3 (2019-11-04)

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)

2.10.2 (2019-03-13)

Bug Fixes
  • Allow built-in method names in classes (b0c224b)
  • Correct parsing of exported async fns (64b9dce)
  • Correct parsing of RegExp character sets (668c4a3)
  • Init block bindings in C-style for loop (404c9a0)
  • Require const intlzr in C-style for loop (307e9fc)
  • Track FutureReservedWords as idnts in ES5+ (d697ff4)
  • Warn on reassignment of async functions (14384d3)

2.10.1 (2019-02-05)

Bug Fixes
  • Do not add cls method names to env. record (036f085)
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

After two and a half years of hard work, we’re thrilled to announce the first alpha release of Leaflet 2.0!

This release marks a major modernization of the Leaflet codebase. We've dropped support for Internet Explorer, removed legacy methods and polyfills, adopted modern standards like Pointer Events, and now publish Leaflet as an ESM module. The global L is no longer part of the core package (though it’s still available in the bundled version leaflet-global.js for backward compatibility).

For more information checkout the blog post: https://leafletjs.com/2025/05/18/leaflet-2.0.0-alpha.html

What's New in Leaflet 2.0
  • Targeting only evergreen browsers
  • Switched from Mouse and Touch events to PointerEvents
  • ESM support and tree shaking
  • Rewritten using standardized ES6 classes
Migration
  1. Replace all factory methods with constructor calls: L.marker(latlng)new Marker(latlng)
  2. Change the <script> tag to module: <script type='module'>
  3. Replace usage of L with explicit imports from the Leaflet package: import { Marker } from 'leaflet'
  4. To have global access to variables of a module-script, assign them to the window object (Not recommended): window.map = map
  5. Consider Leaflet V1 Polyfill if you are using outdated plugins
Old implementation
<script src="https://unpkg.com/leaflet@1.9.4/dist/leaflet.js"></script>
<script>
	const map = L.map('map').setView([51.505, -0.09], 13);
	const tiles = L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
		maxZoom: 19,
		attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
	}).addTo(map);
</script>
New implementation
Module
<script type="importmap">
	{
		"imports": {
			"leaflet": "https://unpkg.com/leaflet@2.0.0-alpha/dist/leaflet.js"
		}
	}
</script>
<script type="module">
	import L, {LeafletMap, TileLayer, Marker, Circle, Polygon, Popup} from 'leaflet';
	const map = new LeafletMap('map').setView([51.505, -0.09], 13);
	const tiles = new TileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
		maxZoom: 19,
		attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
	}).addTo(map);
</script>
Global Script
<script src="https://unpkg.com/leaflet@2.0.0-alpha/dist/leaflet-global.js"></script>
<script>
	const map = new L.LeafletMap('map').setView([51.505, -0.09], 13);
	const tiles = new L.TileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
		maxZoom: 19,
		attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
	}).addTo(map);
</script>
Need Legacy Support?

Check out this polyfill package to help ease the transition for legacy apps: Leaflet V1 Polyfill

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
  • Increase default font sizes and decrease attribution transparency for improved legibility (#​8057, by @​mourner)
  • Improve accessibility of popup close button (#​7908, by @​Malvoz)
  • Auto pan to markers on focus by default for improved keyboard operability (#​8042 by @​IvanSanchez)
  • Add accessibility section to plugins guide (#​7277 by @​Malvoz)
  • Update Marker to default to role="button" & alt="marker" for an improved screen reader experience (#​7895 by @​tmiaa)
  • Set role="button" for appropriate semantics on the <a> layers control (#​7850 by @​Malvoz)
  • Generally enable outlines for keyboard users by not stripping outline on focus for keyboard events (#​7259 by @​jafin)
  • Enable outlines on leaflet-container for keyboard users (#​7996 by @​Malvoz)
  • Multiple enhancements to popup's close button (#​7794 by @​Falke-Design)
  • Use relative font-size units for resizable text (#​7800 by @​Chandu-4444)
  • Apply :hover styles to :focus as well (#​7274 by @​Malvoz)
  • Hide the decorative attribution separator from screen readers (#​7969 by @​Malvoz)
  • Make the disabled state of zoom controls available to screen readers (#​7280 by @​akshataj96)
  • Hide the +/- characters in zoom controls from screen readers to prevent erroneous annou

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 was generated by Mend Renovate. View the repository job log.

@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 force-pushed the renovate/all branch from 57fcff4 to 28b1f38 Compare July 1, 2020 11:53
@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 renovate bot force-pushed the renovate/all branch from 8702750 to 328d8b6 Compare June 6, 2021 20:44
@renovate renovate bot force-pushed the renovate/all branch from b23cd81 to 79fe4b0 Compare May 28, 2023 08:55
@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

@renovate renovate bot force-pushed the renovate/all branch from cb67764 to e022232 Compare June 4, 2024 10:18
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 9a172d1 to 74d2c1c Compare December 16, 2024 19:34
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 4dd35bd to e07002c Compare July 21, 2025 20:11
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from edd729e to 53eb5a1 Compare September 29, 2025 08:52
@renovate
Copy link
Author

renovate bot commented Sep 29, 2025

⚠️ 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 -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

@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from d2a1909 to 8c758f0 Compare January 8, 2026 04:25
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.

0 participants