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 dependencies #89

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 24, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/atom (source) 1.40.10 -> 1.40.14 age adoption passing confidence
@types/dompurify (source) ^2.2.2 -> ^3.0.0 age adoption passing confidence
@types/node (source) ^15.12.2 -> ^20.0.0 age adoption passing confidence
@types/react (source) ^17.0.9 -> ^18.0.0 age adoption passing confidence
@types/react-dom (source) ^17.0.6 -> ^18.0.0 age adoption passing confidence
anser 1.4.6 -> 2.1.1 age adoption passing confidence
atom-package-deps (source) ^7.2.3 -> ^8.0.0 age adoption passing confidence
classnames 2.3.1 -> 2.3.2 age adoption passing confidence
classnames 2.2.6 -> 2.3.2 age adoption passing confidence
classnames 2.2.5 -> 2.3.2 age adoption passing confidence
dedent 0.7.0 -> 1.5.1 age adoption passing confidence
diffparser 1.1.0 -> 2.0.1 age adoption passing confidence
domexception 1.0.1 -> 4.0.0 age adoption passing confidence
dompurify ^2.2.9 -> ^3.0.0 age adoption passing confidence
dompurify 2.2.6 -> 3.0.6 age adoption passing confidence
escape-carriage 1.3.0 -> 1.3.1 age adoption passing confidence
escape-string-regexp 1.0.5 -> 5.0.0 age adoption passing confidence
event-kit 2.2.0 -> 2.5.3 age adoption passing confidence
event-target-shim 3.0.1 -> 6.0.2 age adoption passing confidence
fb-watchman (source) 2.0.1 -> 2.0.2 age adoption passing confidence
glob 7.1.6 -> 10.3.10 age adoption passing confidence
heap 0.2.6 -> 0.2.7 age adoption passing confidence
idb-keyval 2.3.0 -> 6.2.1 age adoption passing confidence
idx 1.2.0 -> 3.0.1 age adoption passing confidence
immutable (source) 4.0.0-rc.12 -> 4.3.4 age adoption passing confidence
invariant ^2.0.0 -> ^4.0.0 age adoption passing confidence
lru-cache 4.0.2 -> 10.0.1 age adoption passing confidence
mime-types 2.1.27 -> 2.1.35 age adoption passing confidence
mkdirp ^1.0.4 -> ^3.0.0 age adoption passing confidence
react (source) ^17.0.2 -> ^18.0.0 age adoption passing confidence
react (source) 17.0.1 -> 18.2.0 age adoption passing confidence
react (source) 15.3.1 -> 18.2.0 age adoption passing confidence
react-dom (source) ^17.0.2 -> ^18.0.0 age adoption passing confidence
react-dom (source) 17.0.1 -> 18.2.0 age adoption passing confidence
react-dom (source) 15.3.1 -> 18.2.0 age adoption passing confidence
react-virtualized 9.20.1 -> 9.22.5 age adoption passing confidence
rimraf 3.0.2 -> 5.0.5 age adoption passing confidence
rxjs (source) ^6.6.7 -> ^7.0.0 age adoption passing confidence
rxjs (source) 5.3.1 -> 7.8.1 age adoption passing confidence
rxjs 6.3.3 -> 6.6.7 age adoption passing confidence
rxjs-compat 6.3.3 -> 6.6.7 age adoption passing confidence
tabbable 1.1.0 -> 6.2.0 age adoption passing confidence
temp 0.9.1 -> 0.9.4 age adoption passing confidence
toml 2.3.3 -> 3.0.0 age adoption passing confidence
uuid 3.0.1 -> 9.0.1 age adoption passing confidence
v8-compile-cache 1.1.0 -> 2.4.0 age adoption passing confidence
vscode-debugprotocol 1.24.0 -> 1.51.0 age adoption passing confidence
vscode-jsonrpc 3.3.0 -> 8.2.0 age adoption passing confidence
vscode-uri 1.0.1 -> 3.0.8 age adoption passing confidence
yargs (source) 3.32.0 -> 17.7.2 age adoption passing confidence

Release Notes

IonicaBizau/anser (anser)

v2.1.1

Compare Source

Fix quote escaping in escapeForHtml. Thanks @​matias-la! 🍰

v2.1.0

Compare Source

Add several widely used style codes

v2.0.2

Compare Source

Fix the TypeScript definitions library structure -- thanks @​Methuselah96! 🍰

v2.0.1

Compare Source

fix typescript typings /cc #​60, thanks @​RDIL! 🍰

v2.0.0

Compare Source

Multiple decorations 🎨 Thanks @​ktunkiewicz! 🍰 For more details see #​56.

v1.4.10

Compare Source

Update docs and licence year. 🚀

v1.4.9

Compare Source

TypeScript: Fix type declarations -- thanks @​jirutka! 🍰

v1.4.8

Compare Source

Happy New Year! 🎉 🚀

This pull request is going to update the documentation of this project and add the Buy me a coffee cookies and tea button:

Buy Me A Coffee

If this project helped you, tea and cookies is perhaps something I would really enjoy. :)

v1.4.7

Compare Source

TypeScript related improvements

  • TypeScript: added decoration to AnserJsonEntry /cc #​46
  • TypeScript: Added json to AnserOptions /cc #​45

Thanks, @​mjomble! 🍰

steelbrain/package-deps (atom-package-deps)

v8.0.0

Compare Source

  • Potentially unstable: Minify the output to reduce size to ~10kb from ~30kb. (Thanks @​aminya)

Although none of the APIs have changed, this change may be potentially unstable, so marking it as semver-major
so consumers have to opt-in to this.

JedWatson/classnames (classnames)

v2.3.2

Compare Source

dmnd/dedent (dedent)

v1.5.1

Compare Source

  • fix: add missing dedent.d.mts entry to package.json files (#​73)

v1.5.0

Compare Source

  • feat: add options with escapeSpecialCharacters (#​65)

v1.4.0

Compare Source

  • fix: add missing exports field to package.json (#​59)
  • fix: fix missing ESM type definition file (#​67)

v1.3.0

Compare Source

  • fix: add missing exports field to package.json (#​59)

v1.2.0

Compare Source

  • fix(dependencies): move babel-plugin-macros to optional peer (#​60)

v1.1.0

Compare Source

  • build: convert dedent.ts and tests to TypeScript (#​51)

v1.0.2

Compare Source

v1.0.1

Compare Source

This was a version bump only to mark 1.x as stable.

v1.0.0

Compare Source

This version was given the beta tag in npm.

  • fix: add babel-plugin-add-module-exports (#​40)
  • build: publish ESM and .d.ts (#​32)
  • build: re-run build to refresh dist/dedent.js (#​38)

Note: although this was a new major version, it contains no breaking changes from 0.x.
The versioning intent was purely to signal that the API is stable.

fgnass/diffparser (diffparser)

v2.0.1

Compare Source

v2.0.0

Compare Source

jsdom/domexception (domexception)

v4.0.0: 4.0.0

Compare Source

The breaking changes in this version are to the API exported by the domexception/webidl2js-wrapper module. In particular it now is based on webidl2js v17, which changes some of the exported function signatures, and changes the realms of any errors thrown on misuse.

v3.0.0: 3.0.0

Compare Source

Now requires Node.js v12 as the minimum version.

Removed some removed-from-spec name to code mappings, per https://github.com/heycam/webidl/pull/946.

v2.0.1: 2.0.1

Compare Source

Dependency updates, which should not affect consumers.

v2.0.0: 2.0.0

Compare Source

The breaking change in this release is raising the minimum Node.js version to v8.

This release introduces the domexception/webidl2js-wrapper module, which can be used to install DOMException constructors on arbitrary global objects, using that global object's Error constructor. (This is useful for jsdom, after jsdom/jsdom@5e39a4c). Consumers of the default domexception module are not affected.

cure53/DOMPurify (dompurify)

v3.0.6: DOMPurify 3.0.6

Compare Source

  • Refactored the core code-base and several utilities, thanks @​ssi02014
  • Updated and fixed several sections of the README, thanks @​ssi02014
  • Updated several outdated build and test dependencies

v3.0.5: DOMPurify 3.0.5

Compare Source

  • Fixed a licensing issue spotted and reported by @​george-thomas-hill
  • Updated several build and test dependencies

v3.0.4: DOMPurify 3.0.4

Compare Source

  • Fixed a bypass in jsdom 22 in case the noframes element is permitted, thanks @​leeN
  • Fixed a typo with shadowrootmod which should be shadowrootmode, thanks @​masatokinugawa

v3.0.3: DOMPurify 3.0.3

Compare Source

  • Added new TRUSTED_TYPES_POLICY configuration option, thanks @​dejang
  • Added feDropShadow to the SVG filter allow-list, thanks @​SelfMadeSystem

v3.0.2: DOMPurify 3.0.2

Compare Source

  • Fixed an issue with ALLOWED_URI_REGEXP not being reset, thanks @​mukilane
  • Added mprescripts tag to allowed MathML elements, thanks @​duyhai94
  • Added SMS URI scheme to allowed URI schemes, tanks @​Kiwka
  • Updated supported browser versions for nicer code and smaller size, thanks @​buzinas

v3.0.1: DOMPurify 3.0.1

Compare Source

  • Fixed a problem with improper reset of custom HTML options, thanks @​ammaraskar

v3.0.0: DOMPurify 3.0.0

Compare Source

  • Removed all code that is for MSIE-only
  • Removed all tests that are for MSIE-only
  • Modified documentation to reflect new state of MSIE support
  • Added support for ALLOW_SELF_CLOSE_IN_ATTR flag, thanks @​edg2s @​AndreVirtimo
  • Added better support for shadowrootmode, thanks @​mfreed7

NOTE Please use the 2.4.4 release if you still need MSIE support, 3.0.0 comes without the MSIE overhead

v2.4.7: DOMPurify 2.4.7

Compare Source

v2.4.6: DOMPurify 2.4.6

Compare Source

  • Fixed a bypass in jsdom 22 in case the noframes element is permitted, thanks @​leeN

v2.4.5: DOMPurify 2.4.5

Compare Source

  • Fixed a problem with improper reset of custom HTML options, thanks @​ammaraskar

v2.4.4: DOMPurify 2.4.4

Compare Source

v2.4.3: DOMPurify 2.4.3

Compare Source

  • Final release that is compatible with MSIE10 & MSIE 11

v2.4.2: DOMPurify 2.4.2

Compare Source

  • Fixed a Trusted Types sink violation with empty input and NAMESPACE , thanks @​tosmolka
  • Fixed a Prototype Pollution issue discovered and reported by @​kevin-mizu

v2.4.1: DOMPurify 2.4.1

Compare Source

v2.4.0: DOMPurify 2.4.0

Compare Source

  • Removed bundled types again as they caused too much trouble

v2.3.12: DOMPurify 2.3.12

Compare Source

v2.3.11: DOMPurify 2.3.11

Compare Source

  • Added generated type definitions for better compatibility
  • Added SANITIZE_NAMED_PROPS config option, thanks @​SoheilKhodayari
  • Updated README and config documentation, thanks @​0xedward
  • Updated test suite with newer Node versions

v2.3.10: DOMPurify 2.3.10

Compare Source

  • Added support for sanitization of attributes requiring Trusted Types, thanks @​tosmolka

v2.3.9: DOMPurify 2.3.9

Compare Source

  • Made TAG and ATTR config options case-sensitive when parsing XHTML, thanks @​tosmolka
  • Bumped some dependencies, thanks @​is2ei
  • Included github-actions in the dependabot config, thanks @​nathannaveen

v2.3.8: DOMPurify 2.3.8

Compare Source

  • Cleaned up a minor issue with the 2.3.7 release, thanks @​johnbirds

No other changes compared to 2.3.7 release, which entail:

v2.3.7

Compare Source

v2.3.6: DOMPurify 2.3.6

Compare Source

  • Added an option to allow HTML5 doctypes, thanks @​tosmolka
  • Bumped several dependencies, thanks @​is2ei
  • Updated documentation to cover recently added flags, thanks @​is2ei

v2.3.5: DOMPurify 2.3.5

Compare Source

  • Performed several chores and cleanups, thanks @​is2ei
  • Fixed a bug when working with Trusted Types, thanks @​tosmolka
  • Fixed a bug with weird behavior on insecure nodes in IN_PLACE mode, thanks @​tosmolka
  • Added more SVG attributes to allow-list, thanks @​rzhade3

v2.3.4: DOMPurify 2.3.4

Compare Source

  • Added support for Custom Elements, thanks @​franktopel
  • Added new config settings to control Custom Element sanitizing, thanks @​franktopel
  • Added faster clobber checks, thanks @​GrantGryczan
  • Allow-listed SVG feImage elements, thanks @​ydaniv
  • Updated test suite
  • Update supported Node versions
  • Updated README

v2.3.3: DOMPurify 2.3.3

Compare Source

  • Fixed a bug in the handing of PARSER_MEDIA_TYPE spotted by @​securitum-mb
  • Adjusted the tests for MSIE to make sure the results are as expected now

v2.3.2: DOMPurify 2.3.2

Compare Source

  • Added new config option PARSER_MEDIA_TYPE, thanks @​tosmolka

v2.3.1: DOMPurify 2.3.1

Compare Source

  • Added code to make FORBID_CONTENTS setting configurable
  • Added role to URI-safe attributes
  • Added more paranoid handling for template elements

v2.3.0: DOMPurify 2.3.0

Compare Source

  • Added better handling of document creation on Firefox
  • Added better handling of version numbers in license file
  • Added two new browser versions to test su

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.

@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from 4d5ab2a to 5aa73d6 Compare August 2, 2021 10:10
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from a3252f0 to 5b55273 Compare August 14, 2021 17:56
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from f4df841 to 65a0477 Compare September 7, 2021 17:43
@renovate renovate bot force-pushed the renovate/dependencies branch 4 times, most recently from 70ef577 to c21b56b Compare September 20, 2021 15:14
@renovate renovate bot force-pushed the renovate/dependencies branch 3 times, most recently from 3085752 to bc1724a Compare September 25, 2021 22:58
@renovate renovate bot force-pushed the renovate/dependencies branch 5 times, most recently from cb0afa5 to 55e0702 Compare October 6, 2021 22:57
@renovate renovate bot force-pushed the renovate/dependencies branch 15 times, most recently from e67e015 to 123bf1e Compare September 30, 2023 09:51
@renovate renovate bot force-pushed the renovate/dependencies branch 7 times, most recently from 111e328 to 7b8809f Compare October 7, 2023 01:10
@renovate renovate bot force-pushed the renovate/dependencies branch 6 times, most recently from 376059b to 72532a8 Compare October 13, 2023 22:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants