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

build(deps): bump analyze-css from 1.1.2 to 2.0.0 #991

Merged
merged 6 commits into from
Aug 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 12, 2021

Bumps analyze-css from 1.1.2 to 2.0.0.

Release notes

Sourced from analyze-css's releases.

Typing and promises

Typing

This major release of analyze-css brings d.ts types definition (#354) that can be used by TypeScript-powered projects that use this library. Additionally, your IDE should provide you with auto-completion even when you're using JavaScript.

Breaking changes in v2.x

Watch out for the new Promises-based API which is a breaking change (#357 + #367 + #368):

const analyze = require('analyze-css');
(async() => {
const results = await analyze('.foo {margin: 0 !important}');
console.log(results); // example? see below
})();

Changelog

  • #233 bug - Freezing on a syntax (reported by @​gmetais)
  • #236 enhancement - Fix CSS parsing freeze
  • #354 internals - Add .d.ts files with types declaration
  • #356 enhancement - Rewrite to promises
  • #357 enhancement - Use Promises
  • #361 dependencies - build(deps-dev): bump browserslist from 4.16.6 to 4.16.7 (by @​dependabot[bot])
  • #362 dependencies - build(deps): bump sass from 1.37.0 to 1.37.2 (by @​dependabot[bot])
  • #363 enhancement - Provide types declaration
  • #364 TypeScript - Simplify imports and split the code
  • #365 dependencies - build(deps): bump sass from 1.37.2 to 1.37.5 (by @​dependabot[bot])
  • #366 dependencies - Updating rules/prefixes.json
  • #367 TypeScript - Provide typing for on() method
  • #368 TypeScript - Use @​types/css for even better typing
  • #369 dependencies - Updating rules/prefixes.json
  • #370 security - Upgrade path-parse to version 1.0.7
Commits

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 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 [analyze-css](https://github.com/macbre/analyze-css) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/macbre/analyze-css/releases)
- [Commits](macbre/analyze-css@v1.1.2...v2.0.0)

---
updated-dependencies:
- dependency-name: analyze-css
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added external dependency javascript Pull requests that update Javascript code labels Aug 12, 2021
@macbre macbre added this to the v2.4 milestone Aug 12, 2021
@macbre macbre enabled auto-merge (squash) August 12, 2021 16:51
@@ -24,10 +24,10 @@
],
"license": "BSD-2-Clause",
"engines": {
"node": ">=12.0"
"node": ">=14.0"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

☝🏻

@macbre macbre merged commit 6b02b6f into devel Aug 12, 2021
@macbre macbre deleted the dependabot/npm_and_yarn/analyze-css-2.0.0 branch August 12, 2021 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external dependency javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant